automq
automq copied to clipboard
Partition retry open when open fail
Issue: Currently, Partition#open is triggered by the BrokerMetadataListener. When Partition#open fails, the Partition is placed in an offline state and no longer provides service. Expectation: After a failure in Partition#open, if the Partition still belongs to the current Broker, a retry should be attempted.