mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
ab5b3be6c6
* Fix race between canHandle() and addSegment() in StorageLocation * add comment * Add shuffleSegmentPusher which is a dataSegmentPusher used for writing shuffle data in local storage. * add comments * unused import * add comments * fix test * address comments * remove <p> tag from javadoc * address comments * comparingLong * Address comments * fix test