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 2022/08/22 14:15:40 UTC

[GitHub] [pulsar] yuruguo opened a new pull request, #17210: [broker] Optimize the logic of terminating system topic

yuruguo opened a new pull request, #17210:
URL: https://github.com/apache/pulsar/pull/17210

   ### Motivation
   It's not allow to terminate the system topic in pr #17006, but the best position for this logic is at the head of `internalTerminateAsync` to avoid redundant or unnecessary judgments.
   
   ### Modifications
   - Put the logic of judging whether it is a system theme to the beginning of the `internalTerminateAsync`
   
   ### Documentation  
   - [x] `doc-not-needed` 
    


-- 
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 #17210: [improve][broker] Optimize the logic of terminating system topic

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


-- 
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] yuruguo commented on pull request #17210: [broker] Optimize the logic of terminating system topic

Posted by GitBox <gi...@apache.org>.
yuruguo commented on PR #17210:
URL: https://github.com/apache/pulsar/pull/17210#issuecomment-1223437530

   /pulsarbot run-failure-checks


-- 
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] yuruguo commented on pull request #17210: [broker] Optimize the logic of terminating system topic

Posted by GitBox <gi...@apache.org>.
yuruguo commented on PR #17210:
URL: https://github.com/apache/pulsar/pull/17210#issuecomment-1223524263

   /pulsarbot run-failure-checks


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