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
When sender fluend enable compress gzip, reciever fluend lost some data.
I put logging code to lib/fluent/plugin/compressable.rb, debug messages show unused is nil, but input stream is not EOF.
unused.nil? does not show end of stream.
When sender fluend enable compress gzip, reciever fluend lost some data.
I put logging code to lib/fluent/plugin/compressable.rb, debug messages show unused is nil, but input stream is not EOF.
unused.nil? does not show end of stream.
I change check eof, then is works fine.
The text was updated successfully, but these errors were encountered: