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:
He Xiaoqiao 2019-08-27 15:26:21 -07:00 committed by Wei-Chiu Chuang
parent 66cfa482c4
commit dde9399b37
1 changed files with 1 additions and 1 deletions

View File

@ -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