tibrewalpratik17 opened a new pull request, #13579: URL: https://github.com/apache/pinot/pull/13579
Addresses #13466. When `enableSnapshot` is enabled, we only iterate through the validDocIds during segment-addition. This is counter-intuitive as we have `enablePreload` for the same. In order to make any upsert config change we have to do 2 server restarts currently (first by disabling enableSnapshot and then to enable it again). We can make this restart behaviour only limited to `enablePreload` method rather than tying it with `enableSnapshot` config as well. -- 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]
