svn commit: r1483209 [2/2] - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: ./ src/ src/main/java/org/apache/hadoop/conf/ src/main/java/org/apache/hadoop/net/ src/main/java/o

2013-05-16 Thread todd
Added: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/unix/TestDomainSocket.java URL:

svn commit: r1483209 - /hadoop/common/branches/branch-2/hadoop-project/src/site/site.xml

2013-05-16 Thread todd
Author: todd Date: Thu May 16 07:02:57 2013 New Revision: 1483209 URL: http://svn.apache.org/r1483209 Log: HDFS-347. DFS read performance suboptimal when client co-located on nodes with data. Contributed by Colin Patrick McCabe. Modified:

svn commit: r1483513 - /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java

2013-05-16 Thread kihwal
Author: kihwal Date: Thu May 16 19:12:37 2013 New Revision: 1483513 URL: http://svn.apache.org/r1483513 Log: HDFS-4477. Secondary namenode may retain old tokens. Contributed by Daryn Sharp. Modified:

svn commit: r1483612 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: CHANGES.txt src/main/native/src/org/apache/hadoop/net/unix/DomainSocket.c

2013-05-16 Thread atm
Author: atm Date: Fri May 17 00:06:56 2013 New Revision: 1483612 URL: http://svn.apache.org/r1483612 Log: HADOOP-9566. Performing direct read using libhdfs sometimes raises SIGPIPE (which in turn throws SIGABRT) causing client crashes. Contributed by Colin Patrick McCabe. Modified:

svn commit: r1483613 - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: CHANGES.txt src/main/native/src/org/apache/hadoop/net/unix/DomainSocket.c

2013-05-16 Thread atm
Author: atm Date: Fri May 17 00:11:11 2013 New Revision: 1483613 URL: http://svn.apache.org/r1483613 Log: HADOOP-9566. Performing direct read using libhdfs sometimes raises SIGPIPE (which in turn throws SIGABRT) causing client crashes. Contributed by Colin Patrick McCabe. Modified: