zymap commented on issue #5555: Compacted topics can't be deleted - 500 
Internal Server Error
URL: https://github.com/apache/pulsar/issues/5555#issuecomment-569635119
 
 
   My reproduce steps:
   ```
   cd pulsar-client-cpp
   ./pulsar-test-service-start.sh
   cd python 
   python3 pulsar_test.py
   ```
   
   After run the python file several times, I will left some compaction topics:
   ```
   "persistent://public/default/compaction_4542aece-8e7a-45c7-b7fb-e0a405edad97"
   "persistent://public/default/compaction_28be4f9d-8238-4cb9-a7aa-2c4e09475ebc"
   "persistent://public/default/compaction_2b050724-cc32-4f4c-b1f0-6d7d8762717c"
   "persistent://public/default/compaction_2a137ceb-f40e-4539-969a-34f828f1e517"
   "persistent://public/default/compaction_7989dd39-4e00-486e-81ad-29b71a818b1d"
   "persistent://public/default/compaction_3902a6d5-2a2b-46bf-a6bb-e514b4d4ee7f"
   "persistent://public/default/compaction_d7a21d96-ed89-44f7-a3c4-609a9d2bf915"
   "persistent://public/default/compaction_3acbfdde-902a-44d9-ae3a-95be2fecf4d0"
   "persistent://public/default/compaction_6d8fb9ce-dc72-4d67-9b3a-9b0db0e9f951"
   "persistent://public/default/compaction_cce799ee-64ab-4a54-b3d4-98e621138a90"
   "persistent://public/default/compaction_8519946b-de0b-4460-a586-075a9f8ca6b8"
   "persistent://public/default/compaction_7b35c6f7-0dfc-47d7-b226-e7e3fddae9b0"
   "persistent://public/default/compaction_d6465e80-ccf7-4cb9-ac41-b808015b59f0"
   "persistent://public/default/compaction_e18b20bf-eb89-4d67-9b9e-2fb5e2cb4bf5"
   ```
   
   Delete them one by one
   ```
   bin/pulsar-admin topics delete compaction_xxxx
   ```
   
   The delete operation is executed successfully.
   
   Hi @candlerb, I try to reproduce this issue. I am using the master code to 
reproduce this issue,  but it seems can not reproduce on my laptop(macOs 
Catalina 10.15.2).  
   
   Can you reproduce this issue now? 
   Do you have some other information about this issue?
   Do you have the error log in the broker?
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to