HDFS-14497. Addendum: Write lock held by metasave impact following RPC processing.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
This commit is contained in:
parent
66cfa482c4
commit
dde9399b37
|
@ -596,7 +596,7 @@ public class FSNamesystem implements Namesystem, FSNamesystemMBean,
|
||||||
* HDFS-14497: Concurrency control when many metaSave request to write
|
* HDFS-14497: Concurrency control when many metaSave request to write
|
||||||
* meta to same out stream after switch to read lock.
|
* meta to same out stream after switch to read lock.
|
||||||
*/
|
*/
|
||||||
private Object metaSaveLock = new Object();
|
private final Object metaSaveLock = new Object();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Notify that loading of this FSDirectory is complete, and
|
* Notify that loading of this FSDirectory is complete, and
|
||||||
|
|
Loading…
Reference in New Issue