You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2022/02/21 12:09:43 UTC

[ignite-3] branch main updated (2cc992d -> 12e1c38)

This is an automated email from the ASF dual-hosted git repository.

sdanilov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from 2cc992d  IGNITE-15948 Basic class structure change handling (#670)
     add 12e1c38  IGNITE-16584 Fix metastorage cursor wrong order (#675)

No new revisions were added by this update.

Summary of changes:
 .../metastorage/server/KeyValueStorage.java        |   2 +-
 .../server/persistence/RocksDbKeyValueStorage.java |   2 +-
 .../server/persistence/RocksStorageUtils.java      |  16 +-
 .../server/persistence/WatchCursor.java            | 226 ++++++++-------------
 .../server/AbstractKeyValueStorageTest.java        | 105 +++++++++-
 .../server/SimpleInMemoryKeyValueStorage.java      |   4 +-
 6 files changed, 204 insertions(+), 151 deletions(-)