noob-se7en opened a new pull request, #17089: URL: https://github.com/apache/pinot/pull/17089
**Problem Statement** The upstream consumer (ex - kafka consumer) of realtimeSegmentDataManager is shared everywhere in the code - example Debug APIs, Consuming segment APIs, FreshnessChecker uses the same upstream consumer which is used by the realtimeSegmentDataManager (Pinot's consumer thread). This results in race conditions (like ConcurrentModificationExceptions returned from kafka consumer client library). **PR** Isolate realtimeSegmentDataManager's upstream consumer from other entities so that it is only dedicated to Pinot's consumer thread. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
