mcvsubbu commented on issue #10996: URL: https://github.com/apache/pinot/issues/10996#issuecomment-1613845667
Here is the process we recommend: https://docs.pinot.apache.org/operators/operating-pinot/upgrading-pinot-cluster So, as long as you add some code in the controller that detects any table in which HLC is used, and throws an exception, we are good. It may mean a one-time scan of all (realtime) table configs, but that may be fine. You can add this in the controller starter. Admins are supposed to upgrade controller first, and if it throws exception when the new version starts, we will hear it :) -- 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]
