Message: Missing responseHandler for MapClearExpiredOperation

39 views
Skip to first unread message

Joan Balagueró

unread,
Dec 15, 2023, 4:45:10 AM12/15/23
to Hazelcast
Hello,

I have a 3-node cluster with just one IMap that contains few data. When I shutdown a node this message appears:

2023-12-15 09:28:09     [10.1.0.7]:9975 [ventusproxyCluster] [4.2.6] Repartitioning cluster data. Migration tasks count: 467
2023-12-15 09:28:10     [10.1.0.7]:9975 [ventusproxyCluster] [4.2.6] Missing responseHandler for com.hazelcast.map.impl.operation.MapClearExpiredOperation{serviceName='hz:impl:mapService', identityHash=1518087310, partitionId=355, replicaIndex=0, callId=0, invocationTime=-1 (1969-12-31 23:59:59.999), waitTimeout=-1, callTimeout=9223372036854775807, tenantControl=com.hazelcast.spi.impl.tenantcontrol.NoopTenantControl0, expirationPercentage=100}
com.hazelcast.spi.exception.PartitionMigratingException: Partition is migrating! this: [10.1.0.7]:9975, partitionId: 355, operation: com.hazelcast.map.impl.operation.MapClearExpiredOperation, service: hz:impl:mapService
        at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.ensureNoPartitionProblems(OperationRunnerImpl.java:384) ~[hazelcast-4.2.6.jar:4.2.6]
        at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:241) ~[hazelcast-4.2.6.jar:4.2.6]
        at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:213) ~[hazelcast-4.2.6.jar:4.2.6]
        at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:175) ~[hazelcast-4.2.6.jar:4.2.6]
        at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:139) ~[hazelcast-4.2.6.jar:4.2.6]
        at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123) ~[hazelcast-4.2.6.jar:4.2.6]
        at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) ~[hazelcast-4.2.6.jar:4.2.6]

I suppose this is just a warning noticing me that data migration from this node to other nodes has started, but I would like to understand what this message exactly means, mainly when it's talking about "MapClearExpiredOperation".

Thanks a lot,

Joan.
Reply all
Reply to author
Forward
0 new messages