Jackie-Jiang commented on issue #11435: URL: https://github.com/apache/pinot/issues/11435#issuecomment-1698361716
What could potentially happen is that the table creation and deletion happens so fast, and EV for the previous table is not even created before the table is deleted. Then it is created just after the EV check for the new table creation. To fix it, we can wait for EV to show up before dropping the table -- 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]
