chia7712 commented on code in PR #21014:
URL: https://github.com/apache/kafka/pull/21014#discussion_r2572940839
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorService.java:
##########
@@ -345,7 +345,7 @@ public GroupCoordinatorService build() {
* The metadata image to extract topic id to names map.
* This is initialised when the {@link
GroupCoordinator#onNewMetadataImage(CoordinatorMetadataImage,
CoordinatorMetadataDelta)} is called
*/
- private CoordinatorMetadataImage metadataImage = null;
+ private volatile CoordinatorMetadataImage metadataImage = null;
Review Comment:
It seems trunk is missing this fix. @majialong could you file a minor patch
for trunk?
--
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]