This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 72d4e747134 IGNITE-25466 .NET: Update NuGet README with platform
compute info (#5889)
add 59c8272a999 IGNITE-25425 Dynamically compute data region sizes (#5886)
No new revisions were added by this update.
Summary of changes:
.../configuration/ConfigurationRegistry.java | 14 ++-
modules/distribution-zones/build.gradle | 1 +
.../rebalance/ItRebalanceDistributedTest.java | 4 +
...istentPageMemoryProfileConfigurationSchema.java | 18 ++--
...latilePageMemoryProfileConfigurationSchema.java | 27 +++---
modules/partition-replicator/build.gradle | 1 +
.../partition/replicator/fixtures/Node.java | 6 +-
.../storageprofile/ItStorageProfilesTest.java | 102 +++++++++++++++++++++
.../org/apache/ignite/internal/app/IgniteImpl.java | 15 +--
.../testframework/TestIgnitionManager.java | 23 +++--
.../StorageProfileConfigurationSchema.java | 6 +-
.../internal/storage/engine/StorageEngine.java | 13 +++
.../storage/engine/AbstractStorageEngineTest.java | 2 +
.../PersistentPageMemoryStorageEngine.java | 51 +++++++++--
.../VolatilePageMemoryStorageEngine.java | 66 +++++++++++--
.../PersistentPageMemoryDataRegionTest.java | 2 +-
.../PersistentPageMemoryStorageEngineTest.java | 34 ++++++-
.../VolatilePageMemoryStorageEngineTest.java | 98 ++++++++++++++++++++
.../storage/pagememory/mv/BlobStorageTest.java | 5 +-
.../storage/rocksdb/RocksDbStorageEngine.java | 43 ++++++++-
.../schema/RocksDbProfileConfigurationSchema.java | 8 +-
.../rocksdb/engine/RocksDbStorageEngineTest.java | 34 ++++++-
22 files changed, 488 insertions(+), 85 deletions(-)
create mode 100644
modules/runner/src/integrationTest/java/org/apache/ignite/internal/storageprofile/ItStorageProfilesTest.java
create mode 100644
modules/storage-page-memory/src/test/java/org/apache/ignite/internal/storage/pagememory/engine/VolatilePageMemoryStorageEngineTest.java