mirror of
https://github.com/apache/druid.git
synced 2025-02-07 10:38:18 +00:00
acfcfd35b1
during segment publishing we do streaming operations on a collection not safe for concurrent modification. To guarantee correct results we must also guard any operations on the stream itself. This may explain the issue seen in https://github.com/apache/druid/issues/9845