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 |
|
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 |
|
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
|
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 |
|
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 |
|
Jitendra Nath Pandey
|
4efd3699a6
|
HDFS-2697. Move RefreshAuthPolicy, RefreshUserMappings, GetUserMappings protocol to protocol buffers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1227887 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-05 23:03:31 +00:00 |
|
Harsh J
|
075122690c
|
HDFS-1314. Make dfs.blocksize accept size-indicating prefixes (Sho Shimauchi via harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1227165 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-04 14:15:15 +00:00 |
|
Harsh J
|
8e8203f3c5
|
HDFS-554. Use System.arraycopy in BlockInfo.ensureCapacity. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1226239 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-01 12:06:49 +00:00 |
|
Harsh J
|
6c349f9420
|
HDFS-2729. Update BlockManager's comments regarding the invalid block set (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1225591 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-29 16:51:59 +00:00 |
|
Harsh J
|
41737432c0
|
HDFS-2726. Fix a logging issue under DFSClient's createBlockOutputStream method (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1225456 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-29 07:22:54 +00:00 |
|
Tsz-wo Sze
|
3503d9a4a8
|
HDFS-2706. Use configuration for blockInvalidateLimit if it is set.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1221106 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-20 05:49:24 +00:00 |
|
Eli Collins
|
5e185702ea
|
HDFS-2335. DataNodeCluster and NNStorage always pull fresh entropy. Contributed by Uma Maheswara Rao G
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1220510 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-18 18:12:48 +00:00 |
|
Todd Lipcon
|
a89baed833
|
HDFS-2553. Fix BlockPoolSliceScanner spinning in a tight loop. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1220317 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-18 01:13:00 +00:00 |
|
Todd Lipcon
|
fa1edc9a1e
|
HDFS-2700. Fix failing TestDataNodeMultipleRegistrations in trunk. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1220315 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-18 01:10:49 +00:00 |
|
Suresh Srinivas
|
89553be90e
|
HDFS-2687. Tests failing with ClassCastException post protobuf RPC changes. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1215366 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-17 00:26:46 +00:00 |
|
Aaron Myers
|
52c1491155
|
HDFS-2694. Removal of Avro broke non-PB NN services. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1215364 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-17 00:19:01 +00:00 |
|
Sanjay Radia
|
d8dfcdcbc2
|
HDFS-2669 Enable protobuf rpc for ClientNamenodeProtocol
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1214128 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-14 09:27:51 +00:00 |
|
Suresh Srinivas
|
60dd76c6ab
|
HDFS-2676. Remove Avro RPC. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1214102 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-14 08:20:23 +00:00 |
|
Todd Lipcon
|
b9238e3bad
|
HDFS-2675. Reduce warning verbosity when double-closing edit logs. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1214098 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-14 08:13:55 +00:00 |
|
Jitendra Nath Pandey
|
3cffe34177
|
HDFS-2661. Enable protobuf RPC for DatanodeProtocol.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1214033 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-14 02:15:37 +00:00 |
|
Tsz-wo Sze
|
433a6e78f6
|
HDFS-2545. Change WebHDFS to support multiple namenodes in federation.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1214027 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-14 01:47:57 +00:00 |
|
Suresh Srinivas
|
3954a2fb1c
|
HDFS-2663. Optional protobuf parameters are not handled correctly. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213985 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 23:31:44 +00:00 |
|
Suresh Srinivas
|
6a609cb471
|
Reverting the patch r1213981
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213984 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 23:27:58 +00:00 |
|
Suresh Srinivas
|
b5229fd19b
|
HDFS-2663. Optional protobuf parameters are not handled correctly. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213981 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 23:22:28 +00:00 |
|
Suresh Srinivas
|
3001a172c8
|
Reverting r1213512 because it committed changes that were not part of the patch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213980 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 23:17:02 +00:00 |
|
Suresh Srinivas
|
f2f4e93413
|
HDFS-2650. Replace @inheritDoc with @Override. Contributed by Hari Mankude.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213813 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 18:07:29 +00:00 |
|
Suresh Srinivas
|
4ec8424e5d
|
HDFS-2666. Fix TestBackupNode failure. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213808 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 17:59:37 +00:00 |
|
Eli Collins
|
c3f7c1f3e5
|
Add missing file to previous commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213593 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 08:10:29 +00:00 |
|
Eli Collins
|
5f39d6c239
|
HDFS-2654. Make BlockReaderLocal not extend RemoteBlockReader2. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213592 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 08:09:50 +00:00 |
|
Eli Collins
|
197634f2f7
|
HDFS-2653. DFSClient should cache whether addrs are non-local when short-circuiting is enabled. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213586 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 07:51:23 +00:00 |
|
Eli Collins
|
43100e9c0e
|
HDFS-1765. Block Replication should respect under-replication block priority. Contributed by Uma Maheswara Rao G
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213537 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 01:58:25 +00:00 |
|
Suresh Srinivas
|
13345f3a85
|
HDFS-2663. Handle protobuf optional parameters correctly. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213512 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 00:21:48 +00:00 |
|
Sanjay Radia
|
48da033901
|
HDFS-2651 ClientNameNodeProtocol Translators for Protocol Buffers (sanjay)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213143 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-12 05:36:35 +00:00 |
|
Suresh Srinivas
|
2740112bb6
|
HDFS-2647. Used protobuf based RPC for InterDatanodeProtocol, ClientDatanodeProtocol, JournalProtocol, NamenodeProtocol. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1213040 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-11 18:53:21 +00:00 |
|
Alejandro Abdelnur
|
e7682e1496
|
HDFS-2511. Add dev script to generate HDFS protobufs. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1212609 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 20:21:19 +00:00 |
|
Jitendra Nath Pandey
|
38a19bc293
|
HDFS-2642. Protobuf translators for DatanodeProtocol.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1212606 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 20:02:33 +00:00 |
|
Tsz-wo Sze
|
9b1f47226b
|
HDFS-2594. Support getDelegationTokens and createSymlink in WebHDFS.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1212299 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 09:26:33 +00:00 |
|
Sanjay Radia
|
9f69ae5a9e
|
HDFS-2597 ClientNameNodeProtocol in Protocol Buffers (sanjay)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1211769 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-08 06:48:45 +00:00 |
|