Jackie-Jiang opened a new pull request, #12611: URL: https://github.com/apache/pinot/pull/12611
Fix #12368 When a query is early terminated, some segments might still be executing while the combine operator is collecting execution stats. This can cause `ConcurrentModificationException` for `AndDocIdSet` and `OrDocIdSet` since both methods are accessing the same List, and one is modifying it (introduced in #11200). This PR fixed issue by keeping the scan based DocIdSets in a separate list -- 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]
