hazelcast ScheduledExecutorService lost tasks after node shutdown
问题 I'm trying to use hazelcast ScheduledExecutorService to execute some periodic tasks. I'm using hazelcast 3.8.1. I start one node and then the other, and the tasks are distributed between both nodes and properly executed. If I shutdown the first node, then the second one will start to execute the periodic tasks that were previously on the first node. The problem is that, if I stop the second node instead of the first, then its tasks are not rescheduled to the first one. This happens even if I