Skip to content

out_chronicle: handle 1MB or larger chunks#8766

Merged
edsiper merged 1 commit intomasterfrom
lecaros-chronicle-handle-size-over-1mb
Apr 26, 2024
Merged

out_chronicle: handle 1MB or larger chunks#8766
edsiper merged 1 commit intomasterfrom
lecaros-chronicle-handle-size-over-1mb

Conversation

@lecaros
Copy link
Contributor

@lecaros lecaros commented Apr 26, 2024

The actual size of payloads on out_chronicle is determined by the results of chronicle_format. Due to the metadata and timestamps, the first attempt to create a payload can exceed the limit of chronicle, which is 1MiB (= 1 * 1024 * 1024). This will set a smaller threshold and retry sending the data.


Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

The actual size of payloads on out_chronicle is determined by the results of `chronicle_format`.
The first attempt to create a payload can exceed the limit of chronicle which is 1MiB (= 1 * 1024 * 1024) due to the metadata and timestamps. This will set a smaller threshold and retry to send the data.

Signed-off-by: lecaros <lecaros@calyptia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants