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

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


 discard b88359d  IGNITE-14389 Added get and do smth semantic
 discard ea1a97a  IGNITE-14398: Meta storage: added update counter
 discard a531baa  IGNITE-14389 Meta storage: in-memory implementation WIP
     add 7710e15  IGNITE-14495 Add common internal exceptions (#85).
     add 4018647  IGNITE-14393 Modules interaction description
     new 7fc965b  IGNITE-14389 Meta storage: in-memory implementation WIP
     new 377840a  IGNITE-14398: Meta storage: added update counter
     new 67d6488  IGNITE-14389 Added get and do smth semantic
     new 47e1256  IGNITE-14389 Added getAll (WIP)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b88359d)
            \
             N -- N -- N   refs/heads/ignite-14389 (47e1256)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 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:
 modules/core/pom.xml                               |   5 +-
 .../lang/IgniteInternalCheckedException.java       |  80 ++++++++++
 .../ignite/lang/IgniteInternalException.java       |  69 +++++++++
 .../metastorage/server/KeyValueStorage.java        |   8 +
 .../server/SimpleInMemoryKeyValueStorage.java      |  45 ++++--
 .../server/SimpleInMemoryKeyValueStorageTest.java  |   4 -
 modules/runner/README.md                           | 166 +++++++++++++++++++++
 7 files changed, 359 insertions(+), 18 deletions(-)
 create mode 100644 
modules/core/src/main/java/org/apache/ignite/lang/IgniteInternalCheckedException.java
 create mode 100644 
modules/core/src/main/java/org/apache/ignite/lang/IgniteInternalException.java
 create mode 100644 modules/runner/README.md

Reply via email to