pqab commented on issue #21933: URL: https://github.com/apache/pulsar/issues/21933#issuecomment-1901573262
> > -bb 5242880 > > Does the problem reproduce with lower sizes? let's say `4000000` or `5000000`. I was trying to re-create the topic in order to clean the environment before re-running the test, but somehow the topic couldn't be deleted, and I keep seeing some error in the broker like ``` 2024-01-20T01:07:32,897+0000 [pulsar-web-39-8] ERROR org.apache.pulsar.broker.admin.impl.PersistentTopicsBase - [superuser] Failed to delete topic persistent://tenant1/namespace1/topic1-partition-0 org.apache.bookkeeper.mledger.ManagedLedgerException$MetadataNotFoundException: Managed ledger not found ``` If I try to delete the topic, it's saying `Topic not found`, but if I try to re-create the same topic, it's saying `Topic already exists`. I tried to create another new topic & publish with 3242880, but the polling rate is very slow and stopped receiving new message at some time. seems like the server is kind of very busy now, we will need some time to check why the topic couldn't be deleted first -- 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]
