This is an automated email from the ASF dual-hosted git repository.
vpyatkov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 5cc5f3e587 IGNITE-23479 Add an asynchronous compaction method to the
KeyValueStorage (#4602)
add 26cd3c925c IGNITE-23314
PartitionReplicaListener#ensureReplicaIsPrimary does not require to use hybrid
timestamp (#4581)
No new revisions were added by this update.
Summary of changes:
.../org/apache/ignite/internal/hlc/ClockService.java | 16 ++++++++++++++++
.../org/apache/ignite/internal/hlc/ClockServiceImpl.java | 10 ++++++++++
.../java/org/apache/ignite/internal/hlc/HybridClock.java | 16 ++++++++++++++++
.../org/apache/ignite/internal/hlc/HybridClockImpl.java | 12 ++++++++++++
.../java/org/apache/ignite/internal/TestHybridClock.java | 12 ++++++++++++
.../org/apache/ignite/internal/hlc/TestClockService.java | 10 ++++++++++
.../distributed/replicator/PartitionReplicaListener.java | 10 +++++-----
7 files changed, 81 insertions(+), 5 deletions(-)