This is an automated email from the ASF dual-hosted git repository.
sdanilov pushed a change to branch ignite-19777
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
discard 182c326228 IGNITE-19777 Initial
discard 5706017e86 IGNITE-19777 Initial
omit f0333a67af IGNITE-19777 Initial
omit 1ec4b2b176 IGNITE-19777 Initial
add c60eda6f86 IGNITE-19764 FileDeployerService does not stop underlying
thread pool (#2208)
add eabf3d24d6 IGNITE-19745 Add a method for local obtaining entries in
MetaStorage from lower bound revision to upper bound revision (#2227)
add 209698938f IGNITE-19641 Catalog events are triggered too early. (#2231)
add a7f25617e7 IGNITE-19777 Initial
add bb0bb73639 IGNITE-19777 Initial
add b98bd62c6a IGNITE-19777 Initial
add afcdcba8bc IGNITE-19777 Initial
add a30e95419d IGNITE-19777 Initial
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 (182c326228)
\
N -- N -- N refs/heads/ignite-19777 (a30e95419d)
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:
.../internal/catalog/CatalogServiceImpl.java | 270 ++-------------------
.../internal/catalog/storage/AlterColumnEntry.java | 56 ++++-
.../internal/catalog/storage/AlterZoneEntry.java | 32 ++-
.../internal/catalog/storage/DropColumnsEntry.java | 54 ++++-
.../internal/catalog/storage/DropIndexEntry.java | 42 +++-
.../internal/catalog/storage/DropTableEntry.java | 42 +++-
.../internal/catalog/storage/DropZoneEntry.java | 30 ++-
.../Fireable.java} | 20 +-
.../internal/catalog/storage/NewColumnsEntry.java | 51 +++-
.../internal/catalog/storage/NewIndexEntry.java | 41 +++-
.../internal/catalog/storage/NewTableEntry.java | 41 +++-
.../internal/catalog/storage/NewZoneEntry.java | 30 ++-
.../catalog/storage/ObjectIdGenUpdateEntry.java | 13 +-
.../internal/catalog/storage/UpdateEntry.java | 10 +-
.../internal/catalog/storage/UpdateLogImpl.java | 1 +
.../internal/catalog/CatalogServiceSelfTest.java | 23 ++
.../catalog/storage/UpdateLogImplTest.java | 6 +
.../internal/deployunit/DeploymentManagerImpl.java | 13 +-
.../internal/deployunit/FileDeployerService.java | 7 +
.../internal/metastorage/MetaStorageManager.java | 15 ++
.../metastorage/impl/MetaStorageManagerImpl.java | 26 +-
.../metastorage/server/KeyValueStorage.java | 12 +
.../server/persistence/RocksDbKeyValueStorage.java | 98 ++++++++
.../server/BasicOperationsKeyValueStorageTest.java | 82 +++++++
.../server/SimpleInMemoryKeyValueStorage.java | 79 ++++++
25 files changed, 804 insertions(+), 290 deletions(-)
copy
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/{events/CatalogEventParameters.java
=> storage/Fireable.java} (64%)