[jira] [Created] (HADOOP-11894) Bump the version of HTrace to 3.2.0-incubating

2015-04-30 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HADOOP-11894: - Summary: Bump the version of HTrace to 3.2.0-incubating Key: HADOOP-11894 URL: https://issues.apache.org/jira/browse/HADOOP-11894 Project: Hadoop Common

Jenkins build is back to normal : Hadoop-common-trunk-Java8 #182

2015-04-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-common-trunk-Java8/182/changes

Build failed in Jenkins: Hadoop-Common-trunk #1481

2015-04-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/1481/changes Changes: [jing9] HDFS-8283. DataStreamer cleanup and some minor improvement. Contributed by Tsz Wo Nicholas Sze. [wheat9] HDFS-8269. getBlockLocations() does not resolve the .reserved path and generates incorrect edit logs

[jira] [Created] (HADOOP-11895) Support running a specific subset of tests in test-patch.sh.

2015-04-30 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-11895: -- Summary: Support running a specific subset of tests in test-patch.sh. Key: HADOOP-11895 URL: https://issues.apache.org/jira/browse/HADOOP-11895 Project: Hadoop

Re: Planning Hadoop 2.6.1 release

2015-04-30 Thread Arpit Agarwal
HDFS candidates for back-porting to Hadoop 2.6.1. The first two were requested in [1]. HADOOP-11674. oneByteBuf in CryptoInputStream and CryptoOutputStream should be non static HADOOP-11710. Make CryptoOutputStream behave like DFSOutputStream wrt synchronization HDFS-7009. Active NN and

Update: checkstyle, shellcheck, and whitespace tests

2015-04-30 Thread Allen Wittenauer
Hey gang. With the commit of HADOOP-11866, the output for checkstyle and whitespace has been greatly enhanced to actually be useful now. Instead of getting weird output, you'll see the file, the line number and (in the case of checkstyle) error. Note that line numbers are

Re: Planning Hadoop 2.6.1 release

2015-04-30 Thread Chris Nauroth
Thank you, Arpit. In addition, I suggest we include the following: HADOOP-11333. Fix deadlock in DomainSocketWatcher when the notification pipe is full HADOOP-11604. Prevent ConcurrentModificationException while closing domain sockets during shutdown of DomainSocketWatcher thread. HADOOP-11648.