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 2021/07/29 16:33:21 UTC

[GitHub] [pulsar] codelipenghui opened a new pull request #11501: Fix the schema deletion when delete topic with delete schema

codelipenghui opened a new pull request #11501:
URL: https://github.com/apache/pulsar/pull/11501


   The delete topic REST API already provided delete schema option,
   but the delete topic command does not apply this option,
   instead call the delete schema independently.
   
   And the delete schema REST API has a different behavior with the delete topic
   REST API with deleteSchema=true. When delete a topic with delete schema option,
   the schema ledgers and schema indexes will be deleted, but delete schema independently
   only write a delete marker to the schema storage.
   
   We may need to improve the delete schema API, but the improvement does not in this PR.
   This PR just correct the delete topic with delete schema behavior.
   
   


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui merged pull request #11501: Fix the schema deletion when delete topic with delete schema

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #11501:
URL: https://github.com/apache/pulsar/pull/11501


   


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org