Block deletion after benchmarks

2013-06-10 Thread Eitan Rosenfeld
Hi all, In my two-datanode cluster, I require that file operations on the underlying filesystem take place in the same order. Essentially, I wish for blocks to be created, written, and/or deleted deterministically across datanodes. However, this is not the case towards the end of the TestDFSIO b

[jira] [Created] (HDFS-4897) Moving/copying a directory does not include the directory's quota settings

2013-06-10 Thread Stephen Chu (JIRA)
Stephen Chu created HDFS-4897: - Summary: Moving/copying a directory does not include the directory's quota settings Key: HDFS-4897 URL: https://issues.apache.org/jira/browse/HDFS-4897 Project: Hadoop HDFS

Re: dfs.datanode.socket.reuse.keepalive

2013-06-10 Thread Todd Lipcon
+1 for dropping the client side expiry down to something like 1-2 seconds. I'd rather do that than up the server side, since the server side resource (DN threads) is likely to be more contended. -Todd On Fri, Jun 7, 2013 at 4:29 PM, Colin McCabe wrote: > Hi all, > > HDFS-941 added dfs.datanode.

Re: Heads up: branch-2.1-beta

2013-06-10 Thread Ramya Sunil
We have started testing branch-2.1-beta and for most parts the code looks very stable. We have deployed both secure and non-secure multinode clusters. We had some minor hiccups with some of our e2e tests breaking due to additional setsid info being logged by the bin scripts and errors while buildi

Hadoop-Hdfs-trunk - Build # 1426 - Still Failing

2013-06-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1426/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10477 lines...] [INFO]

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

2013-06-10 Thread Apache Jenkins Server
See -- [...truncated 10284 lines...] Running org.apache.hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.305 sec Running o

Re: Heads up: branch-2.1-beta

2013-06-10 Thread Arun C Murthy
On Jun 4, 2013, at 8:32 AM, Arun C Murthy wrote: > Folks, > > The vast majority of of the planned features and API work is complete, thanks > to everyone who contributed! > > I've created a branch-2.1-beta branch from which I anticipate I can make the > first of our beta releases very shortly.