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/12/02 06:53:51 UTC

[GitHub] [pulsar] gaozhangmin opened a new pull request, #18710: [branch-2.9] Fix no durable cursor leak problem

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

   ### Motivation
   There exists potential non-durable cursor leak problem, if `deleteCursor` called but without deactive this cursor.
   
   Master branch has fix this issue by #17273
   
   
   ### Modifications
   
   Deactive cursor  in deleteCursor
   
   
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. Please attach the local preview screenshots (run `sh start.sh` at `pulsar/site2/website`) to your PR description, or else your PR might not get merged. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   
   ### Matching PR in forked repository  
   https://github.com/gaozhangmin/pulsar/pull/2


-- 
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] gaozhangmin merged pull request #18710: [branch-2.9] Fix no durable cursor leak problem

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


-- 
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 commented on pull request #18710: [branch-2.9] Fix no durable cursor leak problem

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

   /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] gaozhangmin commented on pull request #18710: [branch-2.9] Fix no durable cursor leak problem

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

   /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