sashidhar opened a new pull request #8038: S3 firehose URL: https://github.com/apache/incubator-druid/pull/8038 Fixes #7641. ### Description Changed the algorithm to distribute segments to multiple segment cache locations. #### Algorithm The algorithm selects segment cache locations in a round-robin fashion to distribute the segments. Used Guava library's Iterators.cycle() to cycle over the list. This cyclic iterator remembers the marker internally to cycle through. Added a unit test.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
