mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
709537595c
* 1. Fix the bug that confirmOffset may be larger than ReputOffset in some cases. 2. Optimize the logic when truncate dirty files. * Add more logs while expanding SyncStateSet. * reset the confirmOffset to the truncated offset. * optimize the log. * move setConfirmOffset() process into commitLog. * add the judge.