You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While buffering a chunk on disk it can be compressed using gzip, but when restoring it, is isn't uncompressed, leading to a broken chunk that's possibly send further on.
Cause a chunk to be buffered, restart fluentd. The latter should cause the chunk to be unbuffered and uncompressed, but it's loaded in compressed form.
Expected behavior
Chunks should be buffered and unbuffered correctly regardless of compression setting.
The text was updated successfully, but these errors were encountered:
Describe the bug
While buffering a chunk on disk it can be compressed using gzip, but when restoring it, is isn't uncompressed, leading to a broken chunk that's possibly send further on.
To Reproduce
Cause a chunk to be buffered, restart fluentd. The latter should cause the chunk to be unbuffered and uncompressed, but it's loaded in compressed form.
Expected behavior
Chunks should be buffered and unbuffered correctly regardless of compression setting.
The text was updated successfully, but these errors were encountered: