Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class CoordinatorContext {
/**
* The current state.
*/
CoordinatorState state;
volatile CoordinatorState state;

/**
* The current epoch of the coordinator. This represents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public GroupCoordinatorService build() {
* The metadata image to extract topic id to names map.
* This is initialised when the {@link GroupCoordinator#onNewMetadataImage(MetadataImage, MetadataDelta)} is called
*/
private MetadataImage metadataImage = null;
private volatile MetadataImage metadataImage = null;

/**
*
Expand Down