svn commit: r1415480 - in /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs: CHANGES.txt src/main/java/org/apache/hadoop/hdfs/server/namenode/LeaseManager.java

2012-11-29 Thread szetszwo
Author: szetszwo Date: Fri Nov 30 02:51:25 2012 New Revision: 1415480 URL: http://svn.apache.org/viewvc?rev=1415480view=rev Log: HDFS-4242. Map.Entry is incorrectly used in LeaseManager since the behavior of it is undefined after the iteration or modifications of the map. Modified:

svn commit: r1415481 - in /hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs: ./ CHANGES.txt src/main/java/ src/main/java/org/apache/hadoop/hdfs/server/namenode/LeaseManager.java

2012-11-29 Thread szetszwo
Author: szetszwo Date: Fri Nov 30 02:52:03 2012 New Revision: 1415481 URL: http://svn.apache.org/viewvc?rev=1415481view=rev Log: svn merge -c 1415480 from trunk for HDFS-4242. Map.Entry is incorrectly used in LeaseManager since the behavior of it is undefined after the iteration or

svn commit: r1415489 - /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/MiniDFSCluster.java

2012-11-29 Thread tgraves
Author: tgraves Date: Fri Nov 30 03:40:32 2012 New Revision: 1415489 URL: http://svn.apache.org/viewvc?rev=1415489view=rev Log: HADOOP-9108. Add a method to clear terminateCalled to ExitUtil for test cases (Kihwal Lee via tgraves) Modified:

svn commit: r1415502 - in /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs: CHANGES.txt src/main/java/org/apache/hadoop/hdfs/server/namenode/FSEditLog.java src/test/java/org/apache/

2012-11-29 Thread suresh
Author: suresh Date: Fri Nov 30 06:01:51 2012 New Revision: 1415502 URL: http://svn.apache.org/viewvc?rev=1415502view=rev Log: HDFS-4233. NN keeps serving even after no journals started while rolling edit. Contributed by Kihwal Lee. Modified: