question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Topic can't unsubscribe subscription

See original GitHub issue

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.

image image

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

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
codelipenghuicommented, Jan 17, 2022

Have you tried to use the PulsarAdmin to list the subscriptions or check the active consumers/producers? I’m not sure if the problem is related to Pulsar Manager or Pulsar, PulsarAdmin can help to determine the problem

0reactions
github-actions[bot]commented, Jun 8, 2022

The issue had no activity for 30 days, mark with Stale label.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android App - How do I unsubscribe/cancel a subscription?
If you subscribed via the Topic: Watch TV & Movies Android app, you will need to manually cancel on Google Payments, as instructed...
Read more >
Troubleshoot deleting an Amazon SNS topic subscription
There are two reasons a topic subscription can be in the Deleted status without being removed from your account: ... Do one of...
Read more >
Topic: I can't unsubscribe… | WordPress.com Forums
You can use the unsubscribe option available at the bottom of each email to unsubscribe. Alternatively, you can use the “Subscriptions” section ...
Read more >
Cannot unsubscribe to a topic - Apple Support Communities
G'day. Rang up Apple and they directed me to here. I am subscribed to the following topic: <http://discussions.apple.com/thread.jspa?
Read more >
Unable to subscribe/unsubscribe on kafka topic by command ...
You are passing a consumer layer twice which is effectful. This means the consumer that is unsubscribing is not the same. What about...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found