jackyyyyyssss opened a new issue, #7210: URL: https://github.com/apache/seatunnel/issues/7210
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Repeatedly releasing solt Zeta will call releaseTaskGroupResource after the normal task is completed Release PipeResource This will result in duplicate release of solt ### SeaTunnel Version dev ### SeaTunnel Config ```conf no ``` ### Running Command ```shell no ``` ### Error Exception ```log 2024-07-16 10:43:20,411 WARN org.apache.seatunnel.engine.server.resourcemanager.opeartion.ReleaseSlotOperation - wrong target release operation with job 865423301965512705 and slot profile SlotProfile{worker=[localhost]:5801, slotID=2, ownerJobID=865423301965512705, assigned=true, resourceProfile=ResourceProfile{cpu=CPU{core=0}, heapMemory=Memory{bytes=0}}, sequence='45b4e9f2-bbe0-4776-8f72-ea4ded8cf9a1'}, exception: org.apache.seatunnel.engine.server.service.slot.WrongTargetSlotException: Not exist this slot in slot service, slot profile: SlotProfile{worker=[localhost]:5801, slotID=2, ownerJobID=865423301965512705, assigned=true, resourceProfile=ResourceProfile{cpu=CPU{core=0}, heapMemory=Memory{bytes=0}}, sequence='45b4e9f2-bbe0-4776-8f72-ea4ded8cf9a1'} at org.apache.seatunnel.engine.server.service.slot.DefaultSlotService.releaseSlot(DefaultSlotService.java:166) at org.apache.seatunnel.engine.server.resourcemanager.opeartion.ReleaseSlotOperation.run(ReleaseSlotOperation.java:53) at com.hazelcast.spi.impl.operationservice.Operation.call(Operation.java:189) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:273) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:248) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:213) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:175) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:139) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123) at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
