Git-Yang opened a new issue #3118: URL: https://github.com/apache/rocketmq/issues/3118
1. Please describe the issue you observed: - When the request of the synchronization copy is pending full, the returned AppendFuture is forced to be converted to BatchAppendFuture, resulting in a type conversion exception.    2. Please tell us about your environment: Linux version 3.10.0 RocketMQ version 4.8 3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): - First judge whether pendingFull is triggered, and then turn to BatchAppendFuture when append is normal -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
