HDFS-7190. Bad use of Preconditions in startFileInternal(). Contributed by Dawson Choong.
This commit is contained in:
parent
1220bb72d4
commit
128ace10cd
|
@ -396,6 +396,9 @@ Release 2.7.0 - UNRELEASED
|
|||
|
||||
HDFS-7201. Fix typos in hdfs-default.xml. (Dawson Choong via wheat9)
|
||||
|
||||
HDFS-7190. Bad use of Preconditions in startFileInternal().
|
||||
(Dawson Choong via wheat9)
|
||||
|
||||
Release 2.6.0 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -2679,7 +2679,6 @@ public class FSNamesystem implements Namesystem, FSClusterStats,
|
|||
edek.getEncryptedKeyVersion().getMaterial(),
|
||||
edek.getEncryptedKeyIv(),
|
||||
ezKeyName, edek.getEncryptionKeyVersionName());
|
||||
Preconditions.checkNotNull(feInfo);
|
||||
}
|
||||
|
||||
final INodeFile myFile = INodeFile.valueOf(inode, src, true);
|
||||
|
|
Loading…
Reference in New Issue