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-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
|
||||||
|
@ -2679,7 +2679,6 @@ private BlocksMapUpdateInfo startFileInternal(FSPermissionChecker pc,
|
|||||||
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
Block a user