[
https://issues.apache.org/jira/browse/IGNITE-8188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519275#comment-16519275
]
ASF GitHub Bot commented on IGNITE-8188:
----------------------------------------
GitHub user NSAmelchev opened a pull request:
https://github.com/apache/ignite/pull/4236
IGNITE-8188
- split into batches "createAll" and "deleteAll" operations if request size
overflow
- added tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NSAmelchev/ignite ignite-8188
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4236.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4236
----
commit df075b8ef16f528c7029dfd01c7aeb7489000b74
Author: NSAmelchev <nsamelchev@...>
Date: 2018-06-21T12:02:00Z
Fix for ignite-8188
----
> 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
> Assignee: Amelchev Nikita
> Priority: Major
>
> 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 fall back to execute operations one by one.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)