Arun Murthy
|
647f374607
|
Preparing for release 0.23.1
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1241795 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-08 07:27:58 +00:00 |
|
Aaron Myers
|
4d3dc530e8
|
HDFS-2764. TestBackupNode is racy. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1241780 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-08 05:38:29 +00:00 |
|
Jitendra Nath Pandey
|
11db1b855f
|
HDFS-2786. Fix host-based token incompatibilities in DFSUtil. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1241766 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-08 03:55:36 +00:00 |
|
Suresh Srinivas
|
8e524e731c
|
Fixing 0.23.1 version of the CHANGES.txt to make it consistent with the CHANGES.txt from 0.23.1 release.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1241751 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-08 02:58:28 +00:00 |
|
Arun Murthy
|
eabe75d6f2
|
HDFS-2572. Moved to trunk section from 0.23.1
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1241746 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-08 02:31:26 +00:00 |
|
Suresh Srinivas
|
28eadb7cd7
|
HDFS-2899. Service protocol changes in DatanodeProtocol to add multiple storages. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1241519 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-07 16:59:48 +00:00 |
|
Konstantin Shvachko
|
7e4bd89590
|
HDFS-2886. CreateEditLogs should generate a realistic edit log. Contributed by Konstantin Shvachko.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1241296 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-07 00:44:27 +00:00 |
|
Suresh Srinivas
|
2a9e430ff9
|
HDS-2895. Remove Writable wire protocol types and translators to complete transition to protocol buffers. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1241007 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-06 13:33:35 +00:00 |
|
Eli Collins
|
b837bbb7d5
|
HDFS-2893. The start/stop scripts don't start/stop the 2NN when using the default configuration. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1240928 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-06 08:52:50 +00:00 |
|
Harsh J
|
da7b0d90c6
|
HDFS-2868. Expose xceiver counts via the DataNode MXBean. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1240897 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-06 05:25:12 +00:00 |
|
Suresh Srinivas
|
f88574acde
|
HDFS-2880. Protobuf chagnes in DatanodeProtocol to add multiple storages. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1240653 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-05 01:39:30 +00:00 |
|
Jitendra Nath Pandey
|
205f0470f4
|
HDFS-2785. Update webhdfs and httpfs for host-based token support. Contributed by Robert Joseph Evans.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1240460 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-04 06:57:40 +00:00 |
|
Aaron Myers
|
447e81f51a
|
HDFS-2889. getNumCurrentReplicas is package private but should be public on0.23 (see HDFS-2408). Contributed by Gregory Chanan.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1240412 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-04 00:01:06 +00:00 |
|
Tsz-wo Sze
|
38ad4b5036
|
HDFS-2879. Change FSDataset to package private.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1240020 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-03 07:26:02 +00:00 |
|
Todd Lipcon
|
6d5510dfb8
|
HDFS-2877. If locking of a storage dir fails, it will remove the other NN's lock file on exit. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1239880 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-02 22:12:02 +00:00 |
|
Jitendra Nath Pandey
|
9eb8f4d267
|
HDFS-2784. Update hftp and hdfs for host-based token support. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1239763 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-02 19:04:40 +00:00 |
|
Konstantin Shvachko
|
191db6a907
|
HDFS-2718. Optimize OP_ADD in edits loading. Contributed by Konstantin Shvachko.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1239760 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-02 18:57:49 +00:00 |
|
Jitendra Nath Pandey
|
c909aedbc1
|
HDFS-2814 NamenodeMXBean does not account for svn revision in the version information. Contributed by Hitesh Shah.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1239464 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-02 05:31:46 +00:00 |
|
Tsz-wo Sze
|
dbbfaebb71
|
HDFS-2864. Remove some redundant methods and the constant METADATA_VERSION from FSDataset.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1238969 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-01 07:46:50 +00:00 |
|
Suresh Srinivas
|
536b30ec91
|
HDFS-2835. Fix findbugs and javadoc issue with GetConf.java. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1238779 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-31 20:03:49 +00:00 |
|
Suresh Srinivas
|
319021d6fb
|
HDFS-2857. Cleanup BlockInfo class. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1238747 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-31 18:59:58 +00:00 |
|
Tsz-wo Sze
|
8dfef7d2dc
|
HDFS-2827. When the parent of a directory is the root, renaming the directory results in leases updated incorrectly. Contributed by Uma Maheswara Rao G
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1238700 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-31 17:36:42 +00:00 |
|
Jitendra Nath Pandey
|
98302971c2
|
HDFS-2801. Provide a method in client side translators to check for a methods supported in underlying protocol.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1237192 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 02:01:24 +00:00 |
|
Aaron Myers
|
976c07696d
|
HDFS-2759. Pre-allocate HDFS edit log files after writing version number. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1237153 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-28 20:26:13 +00:00 |
|
Todd Lipcon
|
da91e0d427
|
HDFS-2791. If block report races with closing of file, replica is incorrectly marked corrupt. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1236945 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-28 00:42:34 +00:00 |
|
Alejandro Abdelnur
|
0d5b734681
|
HDFS-2840. TestHostnameFilter should work with localhost or localhost.localdomain (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1236940 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-28 00:24:46 +00:00 |
|
Alejandro Abdelnur
|
8a234f394e
|
HADOOP-7939. Improve Hadoop subcomponent integration in Hadoop 0.23. (rvs via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1236929 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-27 23:53:35 +00:00 |
|
Alejandro Abdelnur
|
cf16929584
|
HDFS-2837. mvn javadoc:javadoc not seeing LimitedPrivate class (revans2 via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1236338 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-26 18:15:04 +00:00 |
|
Alejandro Abdelnur
|
a7091893de
|
HDFS-2836. HttpFSServer still has 2 javadoc warnings in trunk (revans2 via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1236328 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-26 17:58:42 +00:00 |
|
Harsh J
|
7c69883917
|
HDFS-442. dfsthroughput in test jar throws NPE (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1235137 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-24 06:10:28 +00:00 |
|
Eli Collins
|
5dfe62d845
|
HDFS-2397. Undeprecate SecondaryNameNode. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1235135 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-24 06:05:52 +00:00 |
|
Todd Lipcon
|
1525aae4b3
|
HDFS-2826. Add test case for HDFS-1476 (safemode can initialize replication queues before exiting) (todd)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1235067 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-23 23:42:17 +00:00 |
|
Todd Lipcon
|
c0016ba85f
|
HDFS-2825. Add test hook to turn off the writer preferring its local DN. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1235025 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-23 22:07:49 +00:00 |
|
Todd Lipcon
|
12645ff6c0
|
HDFS-2822. processMisReplicatedBlock incorrectly identifies under-construction blocks as under-replicated. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1234925 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-23 18:11:09 +00:00 |
|
Harsh J
|
ece854211f
|
HDFS-2818. Fix a missing space issue in HDFS webapps' title tags. (Devaraj K via harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1234555 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-22 17:30:33 +00:00 |
|
Todd Lipcon
|
c840548d6b
|
HDFS-2817. Combine the two TestSafeMode test suites. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1234221 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-21 00:42:35 +00:00 |
|
Alejandro Abdelnur
|
654b90fa23
|
HDFS-2816. Fix missing license header in httpfs findbugsExcludeFile.xml. (hitesh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1234135 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-20 21:04:24 +00:00 |
|
Todd Lipcon
|
f7d20b2198
|
HDFS-2751. Datanode may incorrectly drop OS cache behind reads even for short reads. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1233796 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-20 07:32:06 +00:00 |
|
Todd Lipcon
|
520a39ac2d
|
HDFS-2810. Leases not getting renewed properly by clients. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1233794 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-20 07:26:19 +00:00 |
|
Eli Collins
|
fa6033a029
|
HDFS-2768. BackupNode stop can not close proxy connections because it is not a proxy instance. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1233584 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-19 21:41:50 +00:00 |
|
Todd Lipcon
|
1d2e706dd1
|
HDFS-2803. Add logging to LeaseRenewer for better lease expiration debugging. Contributed by Jimmy Xiang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1233453 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-19 16:35:25 +00:00 |
|
Eli Collins
|
c53c94ec46
|
Update changelog for HDFS-362 to reflect the merge.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1232205 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 22:43:11 +00:00 |
|
Eli Collins
|
f02ea82bd1
|
HDFS-2790. FSNamesystem.setTimes throws exception with wrong configuration name in the message. Contributed by Arpit Gupta
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1231572 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-14 19:50:14 +00:00 |
|
Eli Collins
|
6b8bcfa916
|
HDFS-2788. HdfsServerConstants#DN_KEEPALIVE_TIMEOUT is dead code. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1231569 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-14 19:45:12 +00:00 |
|
Jitendra Nath Pandey
|
6234f3d91c
|
HADOOP-2776. Missing interface annotation on JournalSet. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1230412 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-12 06:21:05 +00:00 |
|
Harsh J
|
dcea80a21b
|
HDFS-69. Improve the 'dfsadmin' commandline help. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1230398 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-12 05:13:19 +00:00 |
|
Tsz-wo Sze
|
1c8e3e8854
|
Add HDFS-2499 to CHANGES.txt.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1229897 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-11 05:40:57 +00:00 |
|
Jitendra Nath Pandey
|
8faf7e8fb6
|
HDFS-2739. SecondaryNameNode doesn't start up.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1229877 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-11 02:54:48 +00:00 |
|
Aaron Myers
|
a7195bdd14
|
HDFS-2765. TestNameEditsConfigs is incorrectly swallowing IOE. Contributed by Aaron T. Myers
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1229028 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-09 04:53:20 +00:00 |
|
Harsh J
|
8819fda489
|
Merged HDFS-2349, HDFS-2729, HDFS-2726, HDFS-554, HDFS-1314, HADOOP-7910 to branch-0.23, updating CHANGES.txt for trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1228567 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-07 03:44:48 +00:00 |
|