Build failed in Jenkins: Hadoop-Hdfs-trunk #1070

2012-06-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1070/changes Changes: [todd] HDFS-3492. Fix some misuses of InputStream#skip. Contributed by Colin Patrick McCabe. [vinodkv] Fixing CHANGES.txt to refer to branch-2 instead of (an unreleased, not-yet-decided) release. [eli] HADOOP-8485.

Hadoop-Hdfs-trunk - Build # 1070 - Failure

2012-06-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1070/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10117 lines...] [copy] Copying 7 files to

[jira] [Created] (HDFS-3515) Port HDFS-1457 to branch-1

2012-06-07 Thread Eli Collins (JIRA)
Eli Collins created HDFS-3515: - Summary: Port HDFS-1457 to branch-1 Key: HDFS-3515 URL: https://issues.apache.org/jira/browse/HDFS-3515 Project: Hadoop HDFS Issue Type: New Feature

[jira] [Reopened] (HDFS-3492) fix some misuses of InputStream#skip

2012-06-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon reopened HDFS-3492: --- This actually seems to have broken TestShortCircuitLocalRead. Looking more closely at the QA results

Re: Merging auto-HA to branch-2

2012-06-07 Thread Todd Lipcon
Hearing no objections, I'll merge this this afternoon. -Todd On Wed, Jun 6, 2012 at 11:53 AM, Eli Collins e...@cloudera.com wrote: +1    Thanks Todd On Wed, Jun 6, 2012 at 11:46 AM, Todd Lipcon t...@cloudera.com wrote: Hi folks, We merged automatic failover (HDFS-3042) into trunk a couple

Merging some improvements to branch-2

2012-06-07 Thread Todd Lipcon
Hi all, I plan to merge the following JIRAs to branch-2 this week unless there are any objections: Direct read optimization: 6e51b33 HADOOP-8135. Add ByteBufferReadable interface to FSDataInputStream. Contributed by Henry Robinson. 4418682 HADOOP-8244. Improve comments on

Re: Merging some improvements to branch-2

2012-06-07 Thread Aaron T. Myers
+1 I've reviewed several of these patches and think they should be fine to go into branch-2. -- Aaron T. Myers Software Engineer, Cloudera On Thu, Jun 7, 2012 at 2:51 PM, Todd Lipcon t...@cloudera.com wrote: Hi all, I plan to merge the following JIRAs to branch-2 this week unless there

[jira] [Created] (HDFS-3516) Check content-type in WebHdfsFileSystem

2012-06-07 Thread Tsz Wo (Nicholas), SZE (JIRA)
Tsz Wo (Nicholas), SZE created HDFS-3516: Summary: Check content-type in WebHdfsFileSystem Key: HDFS-3516 URL: https://issues.apache.org/jira/browse/HDFS-3516 Project: Hadoop HDFS

Re: Merging some improvements to branch-2

2012-06-07 Thread Eli Collins
+1 Will be great to have the direct read optimization (thanks Henry) in 2.x. Thanks, Eli On Thu, Jun 7, 2012 at 2:51 PM, Todd Lipcon t...@cloudera.com wrote: Hi all, I plan to merge the following JIRAs to branch-2 this week unless there are any objections: Direct read optimization: