[
https://issues.apache.org/jira/browse/IGNITE-22006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Sivkov resolved IGNITE-22006.
------------------------------------
Resolution: Cannot Reproduce
> 'Failed to process the lease granted message' error under load with balance
> transfer scenario
> ---------------------------------------------------------------------------------------------
>
> Key: IGNITE-22006
> URL: https://issues.apache.org/jira/browse/IGNITE-22006
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 3.0
> Environment: Cluster of 3 nodes
> Reporter: Nikita Sivkov
> Priority: Major
> Labels: ignite-3
> Attachments: transfer_ign3.yaml
>
>
> *Steps to reproduce:*
> Perform a long (about 2 hours) load test with a balance transfer scenario
> (see scenario pseudo code in attachments).
> *Expected result:*
> No errors happen.
> *Actual result:*
> Get error in server logs - {{Failed to process the lease granted message}}
> {code:java}
> 2024-04-05 17:50:39:180 +0300
> [WARNING][%poc-tester-SERVER-192.168.1.97-id-0%JRaft-Request-Processor-13][NodeImpl]
> Node <127_part_16/poc-tester-SERVER-192.168.1.97-id-0> is not in active
> state, currTerm=3.
> 2024-04-05 17:50:39:187 +0300
> [WARNING][CompletableFutureDelayScheduler][ReplicaManager] Failed to process
> the lease granted message [msg=LeaseGrantedMessageImpl [force=true,
> groupId=77_part_14, leaseExpirationTimeLong=112219169697759232,
> leaseStartTimeLong=112219161833439373]].
> java.util.concurrent.TimeoutException
> at
> java.base/java.util.concurrent.CompletableFuture$Timeout.run(CompletableFuture.java:2792)
> at
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at java.base/java.lang.Thread.run(Thread.java:829)
> 2024-04-05 17:50:39:190 +0300
> [WARNING][%poc-tester-SERVER-192.168.1.97-id-0%JRaft-Request-Processor-34][NodeImpl]
> Node <213_part_14/poc-tester-SERVER-192.168.1.97-id-0> is not in active
> state, currTerm=2.{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)