Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Resolve race condition in MoveGroupSequenceAction
Replaced `ReentrantCallbackGroup` with `MutuallyExclusiveCallbackGroup` in `MoveGroupSequenceAction::initialize` to prevent race conditions during stress testing. This change ensures sequential execution of callbacks, avoiding issues caused by concurrent execution. Reference: #3117
- Loading branch information