We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b9319 commit 9be1733Copy full SHA for 9be1733
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPOfferService.java
@@ -81,7 +81,7 @@ class BPOfferService {
81
* this can be null. If non-null, this must always refer to a member
82
* of the {@link #bpServices} list.
83
*/
84
- private BPServiceActor bpServiceToActive = null;
+ private volatile BPServiceActor bpServiceToActive = null;
85
86
/**
87
* The list of all actors for namenodes in this nameservice, regardless
0 commit comments