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

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


    from 26fa71f81be IGNITE-26043 wip
     add 100918b9353 IGNITE-25572 Configuration compatibility. Support 
Polymorphic configuration snapshot (#6325)
     add 2b1169930fb IGNITE-26036 Add sorting in the list of metrics for cli by 
name (#6332)
     add ac029ad96da IGNITE-25808 Fixed Lease negotiator may flood the log if a 
candidate left and topology tracker not updated (#6324)
     add 22d13d7a3e6 Merge branch 'main' into ignite-26043
     add 1ba9f2a8ccd IGNITE-26043 afte review #1.0

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/cli/CliIntegrationTest.java    |   6 +
 .../metric/ItClusterMetricCommandTest.java         |  24 +-
 .../internal/lowwatermark/LowWatermarkImpl.java    |  17 +-
 .../partition/replicator/fixtures/Node.java        |   3 +-
 .../MultiActorPlacementDriverTest.java             |   3 +-
 .../PlacementDriverManagerTest.java                |   3 +-
 .../internal/placementdriver/LeaseUpdater.java     |  10 +-
 .../placementdriver/PlacementDriverManager.java    |   8 +-
 .../negotiation/LeaseNegotiator.java               |  28 +-
 .../internal/placementdriver/ActiveActorTest.java  |   3 +-
 .../placementdriver/LeaseNegotiationTest.java      |  44 +-
 .../internal/placementdriver/LeaseUpdaterTest.java |   3 +-
 .../rest/metrics/ClusterMetricController.java      |  12 +-
 .../rest/metrics/NodeMetricController.java         |  14 +-
 .../runner/app/ItIgniteNodeRestartTest.java        |   3 +-
 .../org/apache/ignite/internal/app/IgniteImpl.java |   3 +-
 .../compatibility/framework/ConfigNode.java        | 103 +++-
 .../framework/ConfigNodeSerializer.java            |  11 +-
 .../framework/ConfigurationTreeComparator.java     |  90 +++-
 .../ConfigurationTreeComparatorSelfTest.java       | 529 +++++++++++++++++++++
 .../framework/ConfigurationTreeScanner.java        |  97 +++-
 .../compatibility/configuration/snapshot.bin       | Bin 4067 -> 5450 bytes
 22 files changed, 941 insertions(+), 73 deletions(-)

Reply via email to