mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-21 05:44:03 +08:00
* Add a new state 'isSynchronizingSyncStateSet' to Solve the problem of missing messages * pass checkstyle * Using readWriteLock to replace synchronized in AutoSwitchHAService * Fix lock issue * Remove unnecessary 'remoteSyncStateSet.clear' * optimize import