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/10/31 12:48:31 UTC

[GitHub] [pulsar] WJL3333 opened a new issue, #18271: Avoid long type autoboxing to Long in TxnID

WJL3333 opened a new issue, #18271:
URL: https://github.com/apache/pulsar/issues/18271

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Motivation
   
   TxnID use Object.equals which is unnessary. should change to == 
   
   ### Solution
   
   _No response_
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


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

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


[GitHub] [pulsar] codelipenghui closed issue #18271: Avoid long type autoboxing to Long in TxnID

Posted by GitBox <gi...@apache.org>.
codelipenghui closed issue #18271: Avoid long type autoboxing to Long in TxnID
URL: https://github.com/apache/pulsar/issues/18271


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