Jackie-Jiang commented on issue #11562: URL: https://github.com/apache/pinot/issues/11562#issuecomment-1716959378
Aborting a submitted reload request is a good feature to have, but even if we abort it, server will load the segments when it starts the next time, which will trigger the star-tree creation. One solution I can think of is to add a node limit to the star-tree index config, and not creating the star-tree when it hits that limit. Unfortunately in order to know star-tree is too large, each segment needs to try generating the star-tree once and realize it cannot be generated -- 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]
