cserwen commented on issue #7134: URL: https://github.com/apache/rocketmq/issues/7134#issuecomment-1676770751
It should be caused by this problem https://github.com/apache/rocketmq/pull/3861 As for the reason for throwing an exception, it may be that `PROPERTY_CONSUME_START_TIMESTAMP` has not been set when cleaning up the expired message, so an exception is thrown at here. https://github.com/apache/rocketmq/blob/9f95a972e10e0681bc3f2d00e9957aa212e897b5/client/src/main/java/org/apache/rocketmq/client/impl/consumer/ProcessQueue.java#L88C1-L89C1 -- 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]
