Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Steve Loughran
> On 15 Mar 2017, at 00:36, Junping Du wrote: > > Thanks Andrew for reporting the issue. This JIRA is out of my radar as it? > didn't specify any target version before. > > > From my understanding, this issue is related to our previous improvements > with separating client and server jars in

[jira] [Created] (HDFS-11533) reuseAddress option should be used for child channels in Portmap and SimpleTcpServer

2017-03-15 Thread Mukul Kumar Singh (JIRA)
Mukul Kumar Singh created HDFS-11533: Summary: reuseAddress option should be used for child channels in Portmap and SimpleTcpServer Key: HDFS-11533 URL: https://issues.apache.org/jira/browse/HDFS-11533

[jira] [Created] (HDFS-11534) Add counters for number of blocks in pending IBR

2017-03-15 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HDFS-11534: Summary: Add counters for number of blocks in pending IBR Key: HDFS-11534 URL: https://issues.apache.org/jira/browse/HDFS-11534 Project: Hadoop HDFS Issue Ty

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

2017-03-15 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/346/ [Mar 14, 2017 9:49:48 AM] (yqlin) HDFS-11526. Fix confusing block recovery message. Contributed by Yiqun [Mar 14, 2017 9:58:07 AM] (junping_du) YARN-6314. Potential infinite redirection on YARN log redirec

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

2017-03-15 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/258/ [Mar 14, 2017 6:47:25 PM] (wang) HDFS-11505. Do not enable any erasure coding policies by default. [Mar 14, 2017 7:52:25 PM] (naganarasimha_gr) YARN-6327. Removing queues from CapacitySchedulerQueueManager

[jira] [Created] (HDFS-11535) Performance analysis of new DFSNetworkTopology#chooseRandom

2017-03-15 Thread Chen Liang (JIRA)
Chen Liang created HDFS-11535: - Summary: Performance analysis of new DFSNetworkTopology#chooseRandom Key: HDFS-11535 URL: https://issues.apache.org/jira/browse/HDFS-11535 Project: Hadoop HDFS Is

[jira] [Created] (HDFS-11536) Suppress logs in BlockReceiver when peer is slow

2017-03-15 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HDFS-11536: Summary: Suppress logs in BlockReceiver when peer is slow Key: HDFS-11536 URL: https://issues.apache.org/jira/browse/HDFS-11536 Project: Hadoop HDFS Issue Ty

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Andrew Wang
Hi Junping, inline, >From my understanding, this issue is related to our previous > improvements with separating client and server jars in HDFS-6200. If we use > the new "client" jar in NN HA deployment, then we will hit the issue > reported. > >From my read of the poms, hadoop-client depends on h

[jira] [Created] (HDFS-11537) Block Storage : add cache layer

2017-03-15 Thread Chen Liang (JIRA)
Chen Liang created HDFS-11537: - Summary: Block Storage : add cache layer Key: HDFS-11537 URL: https://issues.apache.org/jira/browse/HDFS-11537 Project: Hadoop HDFS Issue Type: Sub-task

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Junping Du
bq. From my read of the poms, hadoop-client depends on hadoop-hdfs-client to pull in HDFS-related code. It doesn't have its own dependency on hadoop-hdfs. So I think this affects users of the hadoop-client artifact, which has existed for a long time. I could miss that. Thanks for reminding! Fro