Jackie-Jiang commented on issue #9651: URL: https://github.com/apache/pinot/issues/9651#issuecomment-1297868601
There are 2 root causes: 1. The cluster setup is not correct. We cannot mix single-tenant and multi-tenant in the same cluster. `PinotHelixResourceManagerTest` shouldn't use the shared cluster setup 2. Segment deletion is done using a separate thread with delay. That is causing the timeout. -- 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]
