Describe the bug
Pulsar: v2.8.1
Topic partition: 20
There are three subscriptions on this topic. Now delete the second subscription. As a result, another partition has not been deleted. It shows that there are active consumer processes, we go to the host and check the process through this port. We find that there is no process, Then we can't delete it through unsubscribe.


bin/pulsar-admin topics unsubscribe -s housekeeping_ignite persistent://pulsar/iagw/21_rate_out_b
17:35:36.602 [AsyncHttpClient-7-1] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http://localhost:30200/admin/v2/persistent/pulsar/iagw/21_rate_out_b/subscription/housekeeping_ignite?force=false] Failed to perform http delete request: javax.ws.rs.NotFoundException: HTTP 404 Not Found
Subscription not found
Reason: Subscription not found
Describe the bug
Pulsar: v2.8.1
Topic partition: 20
There are three subscriptions on this topic. Now delete the second subscription. As a result, another partition has not been deleted. It shows that there are active consumer processes, we go to the host and check the process through this port. We find that there is no process, Then we can't delete it through unsubscribe.