You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by lvfangmin <gi...@git.apache.org> on 2018/06/09 05:29:17 UTC

[GitHub] zookeeper issue #539: ZOOKEEPER-3058: Do length check first before actual by...

Github user lvfangmin commented on the issue:

    https://github.com/apache/zookeeper/pull/539
  
    This do improve the performance, but it changed the behavior of compareBytes function, for example, if b1='ab' and b2='c', previously it will return -1, but now it returns 1, which is not correct.


---