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