dominicqi opened a new issue #2098: URL: https://github.com/apache/rocketmq/issues/2098
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? `transientStorePoolEnable = true` and send TransactionalMessage - What did you expect to see? - What did you see instead? The EndTransactionThread never check ok but error in store.log . > 2020-06-16 13:54:26 WARN EndTransactionThread_7 - selectMappedBuffer request pos invalid, request pos: 6110, size: 4, fileFromOffset: 0 3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): I see broker if transaction need check , then put a new half message , then check producer , If check success result to broker ,but transientStorePool not do commit yet. (the max interval like 400ms ?) did i misreading the document ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
