Sergey Chugunov created IGNITE-8188:
---------------------------------------
Summary: Batching operations should perform check for ZooKeeper request max size
Key: IGNITE-8188
URL:
https://issues.apache.org/jira/browse/IGNITE-8188 Project: Ignite
Issue Type: Improvement
Components: zookeeper
Reporter: Sergey Chugunov
As ZooKeeper documentation [says|
https://zookeeper.apache.org/doc/r3.4.3/api/org/apache/zookeeper/ZooKeeper.html#multi(java.lang.Iterable)] batching *multi* operation has a limit for size of a single request.
ZookeeperClient batching methods *createAll* and *deleteAll* should check this limit and split to multiple requests if necessary.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)