This is an automated email from the ASF dual-hosted git repository.
sboikov pushed a change to branch ignite-invokeAll
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from fc3b142 invokeAll
new 1435c5b switchToNextRow
new 6d8f53b nextRow field
new 6cb4837 fixing concurrent issues
new 596f31a simplified the code and fixed routing pages handling
new 5368c25 minor
new 8e87906 fixed concurrent tests
new 7eed161 refactor
new 00ce2f9 simplify reuse bag
new 2c05b9b Revert "simplify reuse bag"
new d945a5c reuse
new 613a4b0 Merge branch 'data-load' into ignite-invokeAll
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cache/persistence/tree/BPlusTree.java | 293 ++++++++++++++++-----
.../persistence/tree/reuse/LongListReuseBag.java | 21 ++
.../cache/persistence/tree/reuse/ReuseBag.java | 8 +
.../persistence/tree/reuse/SinglePageReuseBag.java | 9 +
.../apache/ignite/internal/util/GridLongList.java | 2 +-
.../database/BPlusTreeReuseSelfTest.java | 2 +
6 files changed, 267 insertions(+), 68 deletions(-)