BewareMyPower commented on PR #23298: URL: https://github.com/apache/pulsar/pull/23298#issuecomment-2347984005
I just thought it again. Retry is not a good solution. If the broker crashed, the registered data could still exist in the metadata store so that this "dead" broker could be selected as the owner. However, even after it restarted, it could not serve any request until the metadata store session timeout. So many topics could be unavailable for a long time. Therefore, it does not make sense to keep the current flaky logic just to fail fast for a misconfiguration case. @codelipenghui -- 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]
