klsince opened a new pull request, #14391: URL: https://github.com/apache/pinot/pull/14391
Currently the order to loop over all the index types is decided by a HashSet, and the order is not deterministic between server replicas or server runs. e.g. we found server replicas added new index types in different orders, thus getting different segment data files' layout between replicas, leading to some unnecessary processing to get data in sync between replicas. -- 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]
