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