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 2019/10/10 05:38:59 UTC

[GitHub] [pulsar] merlimat commented on issue #1190: Deleting a topic should succeed even if data is gone from bookies

merlimat commented on issue #1190: Deleting a topic should succeed even if data is gone from bookies
URL: https://github.com/apache/pulsar/issues/1190#issuecomment-540379391
 
 
   The error was not referring to the `NoSuchLedgerExistsException`. That is when the metadata for the ledger is not found. 
   
   There are still examples in which the topic will fail to get deleted: 
    1. Create a topic, create some subscription and publish some data
    2. Delete the data from the bookie (all the replicas)
    3. Kill broker
    4. Try to delete topic
   
   What will happen is that a new broker will first try to load the topic, triggering the ledger recovery operation, which will fail since the data is gone. 
   
   

----------------------------------------------------------------
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