Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
We use m-s mq cluster, and master's config is
"brokerRole=SYNC_MASTER
flushDiskType=ASYNC_FLUSH" .
Rmq version is 3.2.6. I guess this issue is also exist in apache rmq.
One day master's server was os crash , then we fixed the os and restarted master broker. We found slave can sync commitlog file but can not update consume queue file. The warining is "found a illegal magic code 0x32333938". The log is always print this warning.
Is this a bug and how to resolve this problem?