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

github-bot pushed a change to branch 
dependabot/gradle/org.junit-pioneer-junit-pioneer-2.3.0
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


 discard 2555767b70 Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0
     add 59c404546a IGNITE-22824 Add an error code for fatal storage errors 
(#4512)
     add b7a59d5533 Bump junit5 from 5.11.1 to 5.11.2 (#4517)
     add 98d25b5e4c Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0

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   (2555767b70)
            \
             N -- N -- N   
refs/heads/dependabot/gradle/org.junit-pioneer-junit-pioneer-2.3.0 (98d25b5e4c)

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.

No new revisions were added by this update.

Summary of changes:
 gradle/libs.versions.toml                          |  2 +-
 .../java/org/apache/ignite/lang/ErrorGroups.java   |  3 ++
 .../lang/IgniteInternalCheckedException.java       | 18 ++++----
 .../server/persistence/RocksDbKeyValueStorage.java | 13 ++++--
 .../CorruptedDataStructureException.java           |  5 ++-
 modules/platforms/cpp/ignite/common/error_codes.h  |  1 +
 modules/platforms/cpp/ignite/odbc/common_types.cpp |  1 +
 .../platforms/dotnet/Apache.Ignite/ErrorCodes.g.cs |  3 ++
 modules/rocksdb-common/build.gradle                |  1 +
 .../internal/rocksdb/RocksIteratorAdapter.java     | 18 ++++++--
 .../apache/ignite/internal/rocksdb/RocksUtils.java | 19 +--------
 .../ignite/internal/storage/StorageException.java  |  4 ++
 .../storage/rocksdb/IgniteRocksDbException.java    | 49 ++++++++++++++++++++++
 .../internal/storage/rocksdb/IndexIdCursor.java    |  8 +++-
 .../storage/rocksdb/RocksDbMetaStorage.java        | 19 +++------
 .../storage/rocksdb/RocksDbMvPartitionStorage.java | 41 +++++++++++-------
 .../storage/rocksdb/RocksDbTableStorage.java       | 12 ++++--
 .../rocksdb/index/AbstractRocksDbIndexStorage.java | 16 +++++--
 .../rocksdb/index/RocksDbHashIndexStorage.java     |  6 +--
 .../rocksdb/index/RocksDbSortedIndexStorage.java   |  5 ++-
 .../rocksdb/instance/SharedRocksDbInstance.java    | 10 ++---
 21 files changed, 169 insertions(+), 85 deletions(-)
 create mode 100644 
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/IgniteRocksDbException.java

Reply via email to