deepthi912 opened a new pull request, #16182: URL: https://github.com/apache/pinot/pull/16182
Better way of doing : https://github.com/apache/pinot/pull/16165 When generating Upsert Compaction or Merge tasks on minion, it is advised to check the external view state of segments for which servers are ONLINE instead of checking the ideal state. During restart phase for servers or ERROR state of segments, the bit maps are a bit inconsistent. We do the same check on executor today but not on generator logic. This PR addresses that gap. -- 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]
