Jackie-Jiang commented on issue #8500: URL: https://github.com/apache/pinot/issues/8500#issuecomment-1095728788
Checking table config existence is intentional to prevent race condition of re-creating a recently not fully deleted table (see #8103 for details) The correct fix here should be: - If adding a table fails, delete the table config and all entries already persisted - Enhance the exception message to inform the user to try delete the table which can delete the remaining entries -- 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]
