Closed habernal closed 8 years ago
Hopefully fixed by 4cc9a81 Hard to reproduce on small data, reopen if fails on CommonCrawl in the future.
This should be investigated more in detail. Two scenarios:
Speculation: attempt_1457075559415_0002_r_000001_0 succeeded first!
Fix confirmed; ran on entire CommonCrawl without a single failure.
Method createSegment() should create a new segment (file) and not override the existing one; however, this is not the case on S3.
This should be updated
as fs.create(path, false) sometimes throws