java.lang.IllegalMonitorStateException: attempt to unlock lock, not locked by current thread by node id: e8f58212-5f8e-43db-94ba-606e07e9d984 thread-id: 1 at org.redisson.RedissonBaseLock.lambda$unlockAsync$1(RedissonBaseLock.java:312) at org.redisson.misc.RedissonPromise.lambda$onComplete$0(RedissonPromise.java:187) ... at org.redisson.misc.RedissonPromise.trySuccess(RedissonPromise.java:82) at org.redisson.RedissonBaseLock.lambda$evalWriteAsync$0(RedissonBaseLock.java:224) at org.redisson.misc.RedissonPromise.lambda$onComplete$0(RedissonPromise.java:187) ... at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:104) at org.redisson.misc.RedissonPromise.trySuccess(RedissonPromise.java:82) at org.redisson.command.CommandBatchService.lambda$executeAsync$7(CommandBatchService.java:326) at org.redisson.misc.RedissonPromise.lambda$onComplete$0(RedissonPromise.java:187) ... at org.redisson.misc.RedissonPromise.trySuccess(RedissonPromise.java:82) at org.redisson.command.RedisCommonBatchExecutor.handleResult(RedisCommonBatchExecutor.java:130) at org.redisson.command.RedisExecutor.checkAttemptPromise(RedisExecutor.java:447) at org.redisson.command.RedisExecutor.lambda$execute$3(RedisExecutor.java:169) at org.redisson.misc.RedissonPromise.lambda$onComplete$0(RedissonPromise.java:187) ... at org.redisson.misc.RedissonPromise.trySuccess(RedissonPromise.java:82) at org.redisson.client.handler.CommandDecoder.decodeCommandBatch(CommandDecoder.java:293) at org.redisson.client.handler.CommandDecoder.decodeCommand(CommandDecoder.java:188) at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:116) at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:101) ...