Gzip outputting invalid compressed data?
Description
Gliffy Diagrams
Activity
Show:

Philippe Weber September 11, 2013 at 12:47 PM
I directly called zcat inside the test case and everything is still fine.
Sorry, but cannot reproduced

Philippe Weber May 29, 2013 at 9:37 AM
Could not reproduce with a simple test
https://github.com/logstash/logstash/blob/master/spec/outputs/file.rb#L40
Can you reproduce it easily?
Is it on all your output file, just one?
Did you try to open the file concurrently with logstash writting to it?

Philippe Weber April 26, 2013 at 11:54 AM
Gonna write a test for this one
Cannot Reproduce
Details
Details
Assignee

Reporter

Labels
Affects versions
Created April 10, 2013 at 6:11 PM
Updated September 11, 2013 at 12:47 PM
Resolved September 11, 2013 at 12:47 PM
$ zcat logstash_testing.log.gz > ~/output.log
gzip: logstash_testing.log.gz: invalid compressed data--format violated
Here is the shipper conf file:
https://gist.github.com/kbighorse/5357040
Here is the indexer conf file:
https://gist.github.com/kbighorse/5357015