[jira] [Created] (HDFS-11046) Duplicate '-' in the daemon log name

2016-10-24 Thread Akira Ajisaka (JIRA)
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

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2016-10-24 Thread Apache Jenkins Server
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

Enhance FileUtil#list to throw ACE when the dir is not readable

2016-10-24 Thread John Zhuge
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: " +

[jira] [Created] (HDFS-11047) Remove deep copies of FinalizedReplica to alleviate heap consumption on DataNode

2016-10-24 Thread Xiaobing Zhou (JIRA)
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

Apache Hadoop qbt Report: trunk+JDK8 on Linux/ppc64le

2016-10-24 Thread Apache Jenkins Server
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

[jira] [Created] (HDFS-11048) Audit Log should escape control characters

2016-10-24 Thread Eric Badger (JIRA)
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