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
Timestamped and un-timestamped segments are built in parallel, and clp relies on their sequential order for decompression. As a result, large split files with timestamped and un-timestamped sections may have out-of-order logs vs. original when compressed/decompressed.
Bug
Timestamped and un-timestamped segments are built in parallel, and clp relies on their sequential order for decompression. As a result, large split files with timestamped and un-timestamped sections may have out-of-order logs vs. original when compressed/decompressed.
CLP version
776fc3a
Environment
Ubuntu 22.04
Reproduction steps
cat Hadoop/application_1445062781478_0011/container_1445062781478_0011_01_000001.log >> HDFS.log
head HDFS.log
, should return 081111... instead of 081109...Note: This will only reproduce bug after PR #231 is merged fixing issue #167. If not, issue #167 will create a similar output.
The text was updated successfully, but these errors were encountered: