hbase/hbase-zookeeper/src
Josh Elser 59406c44e3 HBASE-22057 Cap the size of the nodes we delete in one ZK.multi call
If we try to delete too many znodes at once, we'll smack into the
jute.maxbuffer size. Try to prevent that from happening. The dominating
factor of the ZK client request should be the znode side on a delete.

Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-03-27 13:49:51 -04:00
..
main/java/org/apache/hadoop/hbase/zookeeper HBASE-22057 Cap the size of the nodes we delete in one ZK.multi call 2019-03-27 13:49:51 -04:00
test HBASE-22057 Cap the size of the nodes we delete in one ZK.multi call 2019-03-27 13:49:51 -04:00