You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/03 22:46:30 UTC

[GitHub] [pulsar] hrsakai opened a new issue #6464: Topics with replicated subscription are not deleted in GC

hrsakai opened a new issue #6464: Topics with replicated subscription are not deleted in GC
URL: https://github.com/apache/pulsar/issues/6464
 
 
   There is a topic with a replicated subscription.
   If I delete the replicated subscription and all clients disconnect, the topic has no subscriptions or clients, but GC doesn't delete the topic.
   I have to delete the topic manually with pulsar-admin command tool.
   This cause seems to be related to marker messages(snapshot request and response).
   Replicators in each cluster continue to publish marker messages. 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] congbobo184 commented on issue #6464: Topics with replicated subscription are not deleted in GC

Posted by GitBox <gi...@apache.org>.
congbobo184 commented on issue #6464: Topics with replicated subscription are not deleted in GC
URL: https://github.com/apache/pulsar/issues/6464#issuecomment-597547877
 
 
   is your what brokerDeleteInactiveTopicsEnabled = true in broker.conf?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] congbobo184 removed a comment on issue #6464: Topics with replicated subscription are not deleted in GC

Posted by GitBox <gi...@apache.org>.
congbobo184 removed a comment on issue #6464: Topics with replicated subscription are not deleted in GC
URL: https://github.com/apache/pulsar/issues/6464#issuecomment-597547877
 
 
   is your what brokerDeleteInactiveTopicsEnabled = true in broker.conf?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] hrsakai commented on issue #6464: Topics with replicated subscription are not deleted in GC

Posted by GitBox <gi...@apache.org>.
hrsakai commented on issue #6464: Topics with replicated subscription are not deleted in GC
URL: https://github.com/apache/pulsar/issues/6464#issuecomment-596862985
 
 
   @congbobo184 I don't set retention.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] congbobo184 commented on issue #6464: Topics with replicated subscription are not deleted in GC

Posted by GitBox <gi...@apache.org>.
congbobo184 commented on issue #6464: Topics with replicated subscription are not deleted in GC
URL: https://github.com/apache/pulsar/issues/6464#issuecomment-595658111
 
 
   @hrsakai do you set-retention for the namespace from the topic?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] congbobo184 commented on issue #6464: Topics with replicated subscription are not deleted in GC

Posted by GitBox <gi...@apache.org>.
congbobo184 commented on issue #6464: Topics with replicated subscription are not deleted in GC
URL: https://github.com/apache/pulsar/issues/6464#issuecomment-599874645
 
 
   How did you delete the replicated subscription by admin api? you forcefully delete the topic manually? I look at the code if you delete the replicated subscription and another cluster will not delete the replicated subscription. so i think the problem is here.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services