btlqql opened a new pull request, #10923: URL: https://github.com/apache/rocketmq/pull/10923
## What is the purpose of the change Fix #10879. DefaultMetadataStore.updateTopic refreshed the update timestamp on the currently stored metadata object, then replaced the map entry with the caller-provided TopicMetadata. When the caller supplied a distinct replacement object, the stored entry kept a stale update timestamp. ## Brief changelog - DefaultMetadataStore.updateTopic: set the update timestamp on the replacement TopicMetadata before storing it ## How was this patch verified - Code review of the replace path - `git diff --check` clean -- 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]
