Akira Ajisaka created HDFS-11046:
Summary: Duplicate '-' in the daemon log name
Key: HDFS-11046
URL: https://issues.apache.org/jira/browse/HDFS-11046
Project: Hadoop HDFS
Issue Type: Bug
For more details, see
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/204/
[Oct 23, 2016 3:25:37 PM] (xyao) Revert "HDFS-10757. KMSClientProvider combined
with KeyProviderCache can
[Oct 23, 2016 5:58:36 PM] (xyao) HADOOP-13749. KMSClientProvider combined with
KeyProviderCache can
Hi all,
This came out of discussion in HADOOP-12718. What do you think if I place
extra permission check into {{FileUtil#list}}?
{code}
public static String[] list(File dir) throws IOException {
+ if (!canRead(dir)) {
+ throw new AccessControlException("Permission denied for dir: " +
Xiaobing Zhou created HDFS-11047:
Summary: Remove deep copies of FinalizedReplica to alleviate heap
consumption on DataNode
Key: HDFS-11047
URL: https://issues.apache.org/jira/browse/HDFS-11047
Projec
For more details, see
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/134/
[Oct 23, 2016 3:25:37 PM] (xyao) Revert "HDFS-10757. KMSClientProvider combined
with KeyProviderCache can
[Oct 23, 2016 5:58:36 PM] (xyao) HADOOP-13749. KMSClientProvider combined with
KeyProviderCache can
Eric Badger created HDFS-11048:
--
Summary: Audit Log should escape control characters
Key: HDFS-11048
URL: https://issues.apache.org/jira/browse/HDFS-11048
Project: Hadoop HDFS
Issue Type: Bug