codelipenghui commented on issue #20968: URL: https://github.com/apache/pulsar/issues/20968#issuecomment-1680552842
@michalcukierman Thanks for providing the detailed information. Have you changed the `brokerDeleteInactiveTopicsMode` and `brokerDeleteInactivePartitionedTopicMetadataEnabled`? ``` kubectl exec --namespace pulsar -t pulsar-toolset-0 -- bin/pulsar-admin topics stats-internal test-partitioned-topic-partition-0` Partitioned Topic not found: persistent://public/default/test-partitioned-topic-partition-0 has zero partitions ``` It looks like somehow the topic has been deleted. Could you please try to disable the inactive topic auto-deletion? ``` brokerDeleteInactiveTopicsEnabled=false ``` -- 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]
