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 2020/12/23 09:54:27 UTC

[GitHub] [pulsar] k2la opened a new pull request #9041: Fix Unavailable Hash Range Condition

k2la opened a new pull request #9041:
URL: https://github.com/apache/pulsar/pull/9041


   ### Motivation
   https://github.com/apache/pulsar/blob/3b2c8526a96fc90e948dbeb510e8400a628c749a/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/KeySharedPolicy.java#L110-L112
   
   The above condition allows [0, 65536].
   
   
   ### Modification
   Change from `range1.getEnd() > DEFAULT_HASH_RANGE_SIZE` to `range1.getEnd() >= DEFAULT_HASH_RANGE_SIZE`.


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



[GitHub] [pulsar] sijie merged pull request #9041: [pulsar-client-api] Fix Unavailable Hash Range Condition

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


   


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



[GitHub] [pulsar] k2la commented on pull request #9041: [pulsar-client-api] Fix Unavailable Hash Range Condition

Posted by GitBox <gi...@apache.org>.
k2la commented on pull request #9041:
URL: https://github.com/apache/pulsar/pull/9041#issuecomment-750693131


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

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



[GitHub] [pulsar] sijie commented on pull request #9041: [pulsar-client-api] Fix Unavailable Hash Range Condition

Posted by GitBox <gi...@apache.org>.
sijie commented on pull request #9041:
URL: https://github.com/apache/pulsar/pull/9041#issuecomment-750448824


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

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



[GitHub] [pulsar] k2la commented on pull request #9041: [pulsar-client-api] Fix Unavailable Hash Range Condition

Posted by GitBox <gi...@apache.org>.
k2la commented on pull request #9041:
URL: https://github.com/apache/pulsar/pull/9041#issuecomment-750736738


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

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



[GitHub] [pulsar] codelipenghui commented on pull request #9041: [pulsar-client-api] Fix Unavailable Hash Range Condition

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


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

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