Vladislav Pyatkov created IGNITE-25476:
------------------------------------------
Summary: Assertion "Can't publish the lease that was not
negotiated" can be thrown
Key: IGNITE-25476
URL: https://issues.apache.org/jira/browse/IGNITE-25476
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
h3. Motivation
{noformat}
[2025-04-16T14:40:59,826][ERROR][%ijst_n_3344%lease-updater][FailureManager]
Critical system error detected. Will be handled accordingly to configured
handler [hnd=NoOpFailureHandler [super=AbstractFailureHandler
[ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED,
SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=CRITICAL_ERROR]
org.apache.ignite.internal.failure.FailureManager$StackTraceCapturingException:
Can't publish the lease that was not negotiated [groupId=292_part_6,
startTime=HybridTimestamp [physical=2025-04-16 11:40:59:317 +0000,
logical=1137, composite=114347452617000049],
agreementLeaseStartTime=HybridTimestamp [physical=2025-04-16 11:40:58:305
+0000, logical=819, composite=114347452550677299]].
at
org.apache.ignite.internal.failure.FailureManager.process(FailureManager.java:163)
[ignite-failure-handler-3.1.0-SNAPSHOT.jar:?]
at
org.apache.ignite.internal.failure.FailureManager.process(FailureManager.java:140)
[ignite-failure-handler-3.1.0-SNAPSHOT.jar:?]
at
org.apache.ignite.internal.placementdriver.LeaseUpdater$Updater.run(LeaseUpdater.java:394)
[ignite-placement-driver-3.1.0-SNAPSHOT.jar:?]
at java.base/java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.lang.AssertionError: Can't publish the lease that was not
negotiated [groupId=292_part_6, startTime=HybridTimestamp [physical=2025-04-16
11:40:59:317 +0000, logical=1137, composite=114347452617000049],
agreementLeaseStartTime=HybridTimestamp [physical=2025-04-16 11:40:58:305
+0000, logical=819, composite=114347452550677299]].
at
org.apache.ignite.internal.placementdriver.LeaseUpdater$Updater.updateLeaseBatchInternal(LeaseUpdater.java:479)
~[ignite-placement-driver-3.1.0-SNAPSHOT.jar:?]
at
org.apache.ignite.internal.placementdriver.LeaseUpdater$Updater.run(LeaseUpdater.java:391)
~[ignite-placement-driver-3.1.0-SNAPSHOT.jar:?]
... 1 more
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)