This is an automated email from the ASF dual-hosted git repository.
rpuch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from a41e7591b3 IGNITE-23674 Sql. Expose underlying schema used by
RowFactory (#4724)
add 45254b28cf IGNITE-18703 Destroy Raft logs and meta at partition
destruction (#4771)
No new revisions were added by this update.
Summary of changes:
.../apache/ignite/internal/raft/RaftNodeId.java | 9 +-
.../java/org/apache/ignite/internal/raft/Loza.java | 19 ++
.../internal/raft/server/impl/JraftServerImpl.java | 10 +-
.../ignite/internal/replicator/ReplicaManager.java | 19 +-
.../org/apache/ignite/internal/app/IgniteImpl.java | 19 +-
.../partition/ItPartitionDestructionTest.java | 221 +++++++++++++++++++++
.../internal/table/distributed/TableManager.java | 29 ++-
7 files changed, 306 insertions(+), 20 deletions(-)
create mode 100644
modules/table/src/integrationTest/java/org/apache/ignite/internal/partition/ItPartitionDestructionTest.java