shauryachats opened a new pull request, #17581: URL: https://github.com/apache/pinot/pull/17581
## Summary This PR adds a configurable N-cluster setup which spins up N independent clusters (set N = 3 as default), creates an `orders_OFFLINE` table on each cluster, and creates a multi-cluster enabled logical table `unified_orders` on all three clusters. The logical table can be correctly queried in multi-cluster mode using `SET enableMultiClusterRouting=true;`. ## Testing Started the quickstart locally and verified that the multi-cluster routing is working correctly. ### QuickStart terminal output <img width="833" height="415" alt="Screenshot 2026-01-26 at 8 29 07 PM" src="https://github.com/user-attachments/assets/58c7809f-8db8-428a-b874-67f3a1829f90" /> ### QuickStart UI <img width="1800" height="973" alt="Screenshot 2026-01-26 at 8 42 11 PM" src="https://github.com/user-attachments/assets/4536851a-ade6-4105-893c-2023b9a285bb" /> -- 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]
