Suresh Srinivas
|
a99cfe3ca0
|
HDFS-3817. Avoid printing SafeModeException stack trace in RPC server. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1376054 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-22 13:59:40 +00:00 |
|
Suresh Srinivas
|
557b937f47
|
HDFS-3827. TestHASafeMode#assertSafemode method should be made static. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1375828 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-21 22:25:49 +00:00 |
|
Suresh Srinivas
|
6c0ccb5989
|
HDFS-2686. Remove DistributedUpgrade related code. Contributed by Suresh Srinivas
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1375800 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-21 21:18:40 +00:00 |
|
Tsz-wo Sze
|
f2dd818201
|
HADOOP-8239. Add subclasses of MD5MD5CRC32FileChecksum to support file checksum with CRC32C. Contributed by Kihwal Lee
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1375450 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-21 09:44:46 +00:00 |
|
Eli Collins
|
a6262430ff
|
HDFS-2727. libhdfs should get the default block size from the server. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1375383 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-21 03:48:00 +00:00 |
|
Aaron Myers
|
f9a0d78ef5
|
HDFS-3826. QJM: Some trivial logging / exception text improvements. Contributed by Todd Lipcon and Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1375356 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-21 00:48:06 +00:00 |
|
Eli Collins
|
97bb7b180e
|
HDFS-3707. TestFSInputChecker: improper use of skip. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1375336 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-21 00:00:33 +00:00 |
|
Aaron Myers
|
643608ea57
|
HDFS-3823. QJM: TestQJMWithFaults fails occasionally because of missed setting of HTTP port. Contributed by Todd Lipcon and Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1375323 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-20 23:44:14 +00:00 |
|
Tsz-wo Sze
|
b0ea77303b
|
HADOOP-8240. Add a new API to allow users to specify a checksum type on FileSystem.create(..). Contributed by Kihwal Lee
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1374696 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-19 05:46:57 +00:00 |
|
Suresh Srinivas
|
086c855198
|
HDFS-3816. Invalidate work percentage default value should be 0.32f. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1374645 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-18 19:50:15 +00:00 |
|
Eli Collins
|
18c5bc86ca
|
HADOOP-8689. Make trash a server side configuration option. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1374472 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-17 23:22:17 +00:00 |
|
Aaron Myers
|
fccace6116
|
HDFS-3672. Expose disk-location information for blocks to enable better scheduling. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1374355 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-17 16:52:07 +00:00 |
|
Daryn Sharp
|
8fa10b184e
|
HADOOP-7967. Need generalized multi-token filesystem support (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1374271 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-17 14:05:11 +00:00 |
|
Tsz-wo Sze
|
ffbadbdd36
|
HDFS-2421. Improve the concurrency of SerialNumberMap in NameNode. Contributed by Jing Zhao and Weiyan Wang
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1374127 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-17 01:54:16 +00:00 |
|
Tsz-wo Sze
|
87d87b04e6
|
HDFS-3788. ByteRangeInputStream should not expect HTTP Content-Length header when chunked transfer-encoding is used.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1374122 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-17 01:42:35 +00:00 |
|
Aaron Myers
|
bbe4584ebf
|
HDFS-3808. fuse_dfs: postpone libhdfs intialization until after fork. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1374106 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-16 23:47:33 +00:00 |
|
Eli Collins
|
cf93dfba4e
|
HDFS-2963. Console Output is confusing while executing metasave (dfsadmin command). Contributed by Andrew Wang
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1374040 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-16 20:35:50 +00:00 |
|
Eli Collins
|
4524655afd
|
HDFS-3194. DataNode block scanner is running too frequently. Contributed by Andy Isaacson
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373928 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-16 17:13:13 +00:00 |
|
Tsz-wo Sze
|
3cab01ba6e
|
HADOOP-8700. Use enum to define the checksum constants in DataChecksum.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373683 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-16 01:32:10 +00:00 |
|
Eli Collins
|
f75deca0f9
|
HDFS-3048. Small race in BlockManager#close. Contributed by Andy Isaacson
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373664 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 22:43:01 +00:00 |
|
Todd Lipcon
|
5789de83a7
|
HDFS-3800. improvements to QJM fault testing. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1373587 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 19:18:57 +00:00 |
|
Thomas White
|
4e09b481e7
|
HADOOP-8278. Make sure components declare correct set of dependencies.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373574 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 19:10:52 +00:00 |
|
Todd Lipcon
|
d5abe22844
|
Merge trunk into branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1373573 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 19:04:24 +00:00 |
|
Todd Lipcon
|
42cdc1b083
|
HDFS-3797. QJM: add segment txid as a parameter to journal() RPC. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1373571 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 18:58:51 +00:00 |
|
Todd Lipcon
|
89153a9c68
|
HDFS-3796. Speed up edit log tests by avoiding fsync(). Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373567 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 18:53:13 +00:00 |
|
Tsz-wo Sze
|
9dff7876d9
|
HDFS-3802. StartupOption.name in HdfsServerConstants should be final. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373253 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 08:07:29 +00:00 |
|
Tsz-wo Sze
|
f41497c141
|
HDFS-3794. WebHDFS OPEN returns the incorrect Content-Length in the HTTP header when offset is specified and length is omitted. Contributed by Ravi Prakash
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373193 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 02:23:21 +00:00 |
|
Todd Lipcon
|
c95a1674b6
|
HDFS-3799. QJM: handle empty log segments during recovery. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1373183 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 00:57:24 +00:00 |
|
Todd Lipcon
|
4a9b3c693d
|
HDFS-3798. Avoid throwing NPE when finalizeSegment() is called on invalid segment. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1373179 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 00:54:49 +00:00 |
|
Todd Lipcon
|
160bfcd6c2
|
HDFS-3795. QJM: validate journal dir at startup. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1373178 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 00:52:24 +00:00 |
|
Todd Lipcon
|
f765fdb657
|
HDFS-3793. Implement genericized format() in QJM. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1373177 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 00:48:11 +00:00 |
|
Suresh Srinivas
|
6c96039693
|
HDFS-3803. Change BlockPoolSliceScanner chatty INFO log to DEBUG. Contributed by Andrew Purtell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373174 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 00:33:53 +00:00 |
|
Suresh Srinivas
|
28e87740c5
|
HDFS-3723. Add support -h, -help to all the commands. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373173 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 00:28:41 +00:00 |
|
Suresh Srinivas
|
231a52a7df
|
Reverting previous incomplete change r1373170 for HDFS-3723
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373172 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 00:25:07 +00:00 |
|
Suresh Srinivas
|
f026d8bb1b
|
HDFS-3723. Add support -h, -help to all the commands. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373170 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 00:03:19 +00:00 |
|
Eli Collins
|
f98d8eb291
|
HDFS-3150. Add option for clients to contact DNs via hostname. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373094 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-14 20:59:54 +00:00 |
|
Daryn Sharp
|
f46b6ea55c
|
HDFS-3718. Datanode won't shutdown because of runaway DataBlockScanner thread (Kihwal Lee via daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373090 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-14 20:56:49 +00:00 |
|
Todd Lipcon
|
b38bd555e8
|
HDFS-3765. namenode -initializeSharedEdits should be able to initialize all shared storages. Contributed by Vinay and Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373061 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-14 20:11:40 +00:00 |
|
Tsz-wo Sze
|
0c27c77080
|
HDFS-3658. Fix bugs in TestDFSClientRetries and add more tests.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1372707 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-14 03:02:43 +00:00 |
|
Todd Lipcon
|
ab3ab17a43
|
HDFS-3792. Fix two findbugs introduced by HDFS-3695. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1372690 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-14 00:52:10 +00:00 |
|
Aaron Myers
|
4139298b61
|
HDFS-3790. test_fuse_dfs.c doesn't compile on centos 5. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1372676 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-14 00:04:55 +00:00 |
|
Todd Lipcon
|
4b67401565
|
Merge trunk into branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1372630 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-13 21:31:44 +00:00 |
|
Todd Lipcon
|
c93185df66
|
HDFS-3276. initializeSharedEdits should have a -nonInteractive flag. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1372628 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-13 21:26:39 +00:00 |
|
Todd Lipcon
|
c9ed8342f5
|
Move HDFS-2330 and HDFS-3190 to branch-2 section, since they have been backported from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1372605 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-13 20:52:17 +00:00 |
|
Todd Lipcon
|
7aacfd5a08
|
HDFS-3789. JournalManager#format() should be able to throw IOException. Contributed by Ivan Kelly.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1372566 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-13 19:36:31 +00:00 |
|
Aaron Myers
|
bbe0e823db
|
Revert HDFS-3719. See discussion there and HDFS-3770 for more info.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1372544 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-13 18:42:51 +00:00 |
|
Eli Collins
|
bcb715459c
|
HDFS-3758. TestFuseDFS test failing. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1371555 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-10 03:42:36 +00:00 |
|
Alejandro Abdelnur
|
4bca22005f
|
HADOOP-8681. add support for HTTPS to the web UIs. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1371525 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-09 22:52:56 +00:00 |
|
Todd Lipcon
|
302f1e96ce
|
Merge trunk into branch.
Branch will not build after this commit: need to implement new JournalManager
interfaces in QuorumJournalManager in a follow-up.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1371518 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-09 22:29:36 +00:00 |
|
Todd Lipcon
|
9d0f8792a9
|
HDFS-3695. Genericize format() to non-file JournalManagers. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1371513 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-09 22:13:54 +00:00 |
|
Todd Lipcon
|
0733adf670
|
HADOOP-8659. Native libraries must build with soft-float ABI for Oracle JVM on ARM. Contributed by Trevor Robinson.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1371507 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-09 21:58:21 +00:00 |
|
Aaron Myers
|
9ea7c06468
|
HDFS-3721. hsync support broke wire compatibility. Contributed by Todd Lipcon and Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1371495 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-09 21:31:12 +00:00 |
|
Aaron Myers
|
fb970f3df7
|
HDFS-3634. Add self-contained, mavenized fuse_dfs test. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1371231 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-09 14:44:05 +00:00 |
|
Jakob Homan
|
ac31ae6a79
|
HDFS-3768. Exception in TestJettyHelper is incorrect. Contributed by Eli Reisman.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370952 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-08 20:34:03 +00:00 |
|
Todd Lipcon
|
6dcf2e4815
|
HDFS-3755. Creating an already-open-for-write file with overwrite=true fails. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370937 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-08 20:15:40 +00:00 |
|
Aaron Myers
|
b587af4631
|
HDFS-3710. libhdfs misuses O_RDONLY/WRONLY/RDWR. Contributed by Andy Isaacson.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370898 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-08 19:11:30 +00:00 |
|
Aaron Myers
|
bc88c7b043
|
HDFS-3773. TestNNWithQJM fails after HDFS-3741. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1370846 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-08 17:21:27 +00:00 |
|
Aaron Myers
|
34554d1e11
|
HDFS-3760. primitiveCreate is a write, not a read. Contributed by Andy Isaacson.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370649 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-08 02:53:56 +00:00 |
|
Todd Lipcon
|
3a53ef4a80
|
HDFS-3741. Exhaustive failure injection test for skipped RPCs. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1370497 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-07 20:24:01 +00:00 |
|
Eli Collins
|
c12e994eda
|
HDFS-3754. BlockSender doesn't shutdown ReadaheadPool threads. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370495 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-07 20:17:59 +00:00 |
|
Alejandro Abdelnur
|
754fd7b2fb
|
HDFS-3291. add test that covers HttpFS working w/ a non-HDFS Hadoop filesystem (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370387 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-07 17:43:32 +00:00 |
|
Aaron Myers
|
9b4a7900c7
|
HDFS-3637. Add support for encrypting the DataTransferProtocol. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370354 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-07 16:40:03 +00:00 |
|
Aaron Myers
|
b4545bf5aa
|
Add two new files missed by last commit of HDFS-3579.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370017 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 21:04:33 +00:00 |
|
Aaron Myers
|
f7b37c009b
|
HDFS-3579. libhdfs: fix exception handling. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370015 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 21:02:30 +00:00 |
|
Aaron Myers
|
294b514596
|
HDFS-3719. Re-enable append-related tests in TestFileConcurrentReader. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1369848 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 13:59:00 +00:00 |
|
Alejandro Abdelnur
|
42d071ab6f
|
HDFS-3756. DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1368733 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-02 22:10:51 +00:00 |
|
Alejandro Abdelnur
|
fe17d871d0
|
HDFS-3513. HttpFS should cache filesystems. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1368304 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-01 23:09:19 +00:00 |
|
Eli Collins
|
ade55f9573
|
HADOOP-8480. The native build should honor -DskipTests. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1368257 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-01 21:28:49 +00:00 |
|
Eli Collins
|
1264b8e707
|
HADOOP-8620. Add -Drequire.fuse and -Drequire.snappy. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1368251 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-01 21:23:10 +00:00 |
|
Aaron Myers
|
8ea7112595
|
HDFS-3738. TestDFSClientRetries#testFailuresArePerOperation sets incorrect timeout config. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1367844 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-01 02:16:57 +00:00 |
|
Tsz-wo Sze
|
cb787968c5
|
HDFS-3667. Add retry support to WebHdfsFileSystem.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1367841 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-01 01:41:23 +00:00 |
|
Tsz-wo Sze
|
556be2af92
|
svn merge -c -1366601 for reverting HDFS-3667.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1367407 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-31 04:33:59 +00:00 |
|
Todd Lipcon
|
e08604907c
|
HDFS-3725. Fix QJM startup when individual JNs have gaps. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1367366 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-30 23:35:22 +00:00 |
|
Todd Lipcon
|
e1dff3df99
|
Merge trunk into QJM branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1367365 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-30 23:31:42 +00:00 |
|
Robert Joseph Evans
|
48a2e2b4e2
|
HADOOP-8550. hadoop fs -touchz automatically created parent directories (John George via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1367202 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-30 18:11:32 +00:00 |
|
Aaron Myers
|
aeade62b95
|
HDFS-3732. fuse_dfs: incorrect configuration value checked for connection expiry timer period. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1367199 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-30 18:07:07 +00:00 |
|
Tsz-wo Sze
|
e4eec269d9
|
HDFS-3667. Add retry support to WebHdfsFileSystem.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1366601 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-28 05:57:47 +00:00 |
|
Suresh Srinivas
|
0c4e670eff
|
HDFS-3679. fuse_dfs notrash option sets usetrash. Contributed by Conrad Meyer.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1366545 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 21:51:07 +00:00 |
|
Daryn Sharp
|
cbd59c1c50
|
HDFS-3553. Hftp proxy tokens are broken (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1366471 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 18:02:56 +00:00 |
|
Daryn Sharp
|
b3b72482e4
|
HADOOP-8613. AbstractDelegationTokenIdentifier#getUser() should set token auth type. (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1366440 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 16:39:51 +00:00 |
|
Aaron Myers
|
c1ea9b4490
|
HDFS-3650. Use MutableQuantiles to provide latency histograms for various operations. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1366246 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 00:26:21 +00:00 |
|
Alejandro Abdelnur
|
4d4560189a
|
HDFS-3113. httpfs does not support delegation tokens. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1365988 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 13:39:05 +00:00 |
|
Tsz-wo Sze
|
8f395c2f78
|
HDFS-3696. Set chunked streaming mode in WebHdfsFileSystem write operations to get around a Java library bug causing OutOfMemoryError.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1365839 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-25 23:37:25 +00:00 |
|
Todd Lipcon
|
972953bd77
|
HDFS-3626. Creating file with invalid path can corrupt edit log. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1365801 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-25 21:52:38 +00:00 |
|
Todd Lipcon
|
b17018e4b8
|
HDFS-3693. JNStorage should read its storage info even before a writer becomes active. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1365794 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-25 21:47:19 +00:00 |
|
Todd Lipcon
|
d2d0736de4
|
HDFS-3692. Support purgeEditLogs() call to remotely purge logs on JNs. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1365792 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-25 21:44:26 +00:00 |
|
Todd Lipcon
|
939f4a9f92
|
HDFS-3694. Fix getEditLogManifest to fetch httpPort if necessary. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1365788 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-25 21:40:17 +00:00 |
|
Aaron Myers
|
56b0912b6c
|
HDFS-3720. hdfs.h must get packaged. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1365759 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-25 21:21:14 +00:00 |
|
Robert Joseph Evans
|
0bfa7d79d0
|
HADOOP-8551. fs -mkdir creates parent directories without the -p option (John George via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1365588 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-25 13:56:29 +00:00 |
|
Aaron Myers
|
d8f3913856
|
HDFS-3711. Manually convert remaining tests to JUnit4. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1365119 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-24 15:19:08 +00:00 |
|
Eli Collins
|
1fd21078d8
|
HDFS-3709. TestStartup tests still binding to the ephemeral port. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1364865 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-24 01:53:29 +00:00 |
|
Todd Lipcon
|
b7b8db51de
|
HDFS-3697. Enable fadvise readahead by default. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1364698 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-23 16:27:59 +00:00 |
|
Aaron Myers
|
decd9e1c74
|
Move entry for HDFS-3583 in CHANGES.txt to be under branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363949 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-20 20:46:25 +00:00 |
|
Aaron Myers
|
02a5551ba3
|
HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363904 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-20 19:15:52 +00:00 |
|
Todd Lipcon
|
9833468302
|
HDFS-3597. SNN fails to start after DFS upgrade. Contributed by Andy Isaacson.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363899 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-20 18:58:58 +00:00 |
|
Todd Lipcon
|
74d4573a23
|
HDFS-3077. Quorum-based protocol for reading and writing edit logs. Contributed by Todd Lipcon based on initial work from Brandon Li and Hari Mankude.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1363596 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-20 00:25:50 +00:00 |
|
Eli Collins
|
6383679872
|
HDFS-3690. BlockPlacementPolicyDefault incorrectly casts LOG. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363576 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-19 23:04:01 +00:00 |
|
Robert Joseph Evans
|
4c51dacd52
|
Reverting HADOOP-8551. fs -mkdir creates parent directories without the -p option
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363547 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-19 21:15:42 +00:00 |
|
Eli Collins
|
5d5a83877a
|
HDFS-1249. With fuse-dfs, chown which only has owner (or only group) argument fails with Input/output error. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363466 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-19 18:37:47 +00:00 |
|
Eli Collins
|
7d5d63c13e
|
HDFS-3675. libhdfs: follow documented return codes. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363459 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-19 18:26:04 +00:00 |
|
Eli Collins
|
15eec42316
|
HDFS-3673. libhdfs: fix some compiler warnings. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363457 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-19 18:22:56 +00:00 |
|
Robert Joseph Evans
|
52c8271bf1
|
HADOOP-8551. fs -mkdir creates parent directories without the -p option (Daryn Sharp and John George via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363435 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-19 17:46:47 +00:00 |
|
Todd Lipcon
|
23b6ed973e
|
HDFS-3605. Block mistakenly marked corrupt during edit log catchup phase of failover. Contributed by Todd Lipcon and Brahma Reddy Battula.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363175 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-18 23:42:13 +00:00 |
|
Daryn Sharp
|
0a6806ce8c
|
HDFS-3646. LeaseRenewer can hold reference to inactive DFSClient instances forever (Kihwal Lee via daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1363170 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-18 23:21:30 +00:00 |
|
Tsz-wo Sze
|
6e56376023
|
HDFS-3577. In DatanodeWebHdfsMethods, use MessageBodyWriter instead of StreamingOutput, otherwise, it will fail to transfer large files.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1362976 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-18 15:12:47 +00:00 |
|
Eli Collins
|
d61c5bcb0b
|
Revert HDFS-3639. JspHelper#getUGI should always verify the token if security is enabled.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1362760 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-18 05:11:01 +00:00 |
|
Eli Collins
|
6981b14003
|
Revert HDFS-3654. TestJspHelper#testGetUgi fails with NPE.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1362759 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-18 05:05:50 +00:00 |
|
Aaron Myers
|
e2253b539e
|
HDFS-3583. Convert remaining tests to Junit4. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1362753 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-18 03:46:28 +00:00 |
|
Eli Collins
|
527933f4f3
|
HDFS-3666. Plumb more exception messages to terminate. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1362270 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-16 21:26:58 +00:00 |
|
Eli Collins
|
18f1feb64b
|
MAPREDUCE-4447. Remove aop from cruft from the ant build. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1362204 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-16 19:09:33 +00:00 |
|
Todd Lipcon
|
6df36b58e1
|
HDFS-3625. Fix TestBackupNode by properly initializing edit log during startup. Contributed by Junping Du.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1362189 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-16 18:54:46 +00:00 |
|
Eli Collins
|
572823c82c
|
HDFS-3665. Add a test for renaming across file systems via a symlink. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1362177 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-16 18:29:25 +00:00 |
|
Eli Collins
|
69f7a329ba
|
HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1362119 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-16 16:42:53 +00:00 |
|
Harsh J
|
0e8e499ff4
|
HDFS-3659. Add missing @Override to methods across the hadoop-hdfs project. Contributed by Brandon Li. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361894 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-16 02:58:03 +00:00 |
|
Eli Collins
|
64fc2cb03d
|
HDFS-3663. MiniDFSCluster should capture the code path that led to the first ExitException. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361775 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-15 19:43:39 +00:00 |
|
Eli Collins
|
2eb39c55d6
|
HDFS-3610. fuse_dfs: Provide a way to use the default (configured) NN URI. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361565 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-14 17:19:01 +00:00 |
|
Eli Collins
|
3e5e1008db
|
Amend HDFS-799. Remove unnecessary tls check. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361561 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-14 17:02:05 +00:00 |
|
Eli Collins
|
32d4c148df
|
HDFS-3654. TestJspHelper#testGetUgi fails with NPE. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361463 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-14 01:07:57 +00:00 |
|
Eli Collins
|
f5dd4583bb
|
HDFS-3539. libhdfs code cleanups. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361459 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-14 00:47:43 +00:00 |
|
Eli Collins
|
cfd692b866
|
HDFS-3609. libhdfs: don't force the URI to look like hdfs://hostname:port. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361454 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-14 00:34:28 +00:00 |
|
Eli Collins
|
06d635cd2c
|
HDFS-3492. fix some misuses of InputStream#skip. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361449 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-14 00:18:56 +00:00 |
|
Eli Collins
|
8c2a2f909c
|
HDFS-470. libhdfs should handle 0-length reads from FSInputStream correctly. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361446 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-14 00:03:58 +00:00 |
|
Eli Collins
|
dcf0ac7a8a
|
HDFS-3606. libhdfs: create self-contained unit test. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361440 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-13 23:28:03 +00:00 |
|
Harsh J
|
d9911e923d
|
HDFS-3612. Single namenode image directory config warning can be improved. Contributed by Andy Isaacson. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361059 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-13 07:20:27 +00:00 |
|
Eli Collins
|
bfa51a33d0
|
HDFS-3306. fuse_dfs: don't lock release operations. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361021 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-13 00:44:27 +00:00 |
|
Eli Collins
|
0f3ba4870b
|
HDFS-799. libhdfs must call DetachCurrentThread when a thread is destroyed. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361008 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-13 00:10:04 +00:00 |
|
Eli Collins
|
e2318c2895
|
HDFS-3633. libhdfs: hdfsDelete should pass JNI_FALSE or JNI_TRUE. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1361005 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-12 23:52:48 +00:00 |
|
Sanjay Radia
|
6a59f08a15
|
HDFS-3630 Modify TestPersistBlocks to use both flush and hflush (sanjay)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1360991 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-12 22:46:53 +00:00 |
|
Eli Collins
|
4a5ba3b7bd
|
HDFS-3641. Move server Util time methods to common and use now instead of System#currentTimeMillis. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1360858 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-12 19:01:49 +00:00 |
|
Eli Collins
|
8ced7381a4
|
HDFS-3639. JspHelper#getUGI should always verify the token if security is enabled. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1360485 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-12 00:12:15 +00:00 |
|
Eli Collins
|
cdae6953e8
|
HDFS-3582. Hook daemon process exit for testing. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1360329 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-11 17:58:02 +00:00 |
|
Aaron Myers
|
664ca6b75e
|
HDFS-3615. Two BlockTokenSecretManager findbugs warnings. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1360255 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-11 16:09:18 +00:00 |
|
Harsh J
|
2c27b5826d
|
HDFS-3611. NameNode prints unnecessary WARNs about edit log normally skipping a few bytes. Contributed by Colin Patrick McCabe. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1360001 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-11 03:37:07 +00:00 |
|
Harsh J
|
c81aed0271
|
HDFS-3613. GSet prints some INFO level values, which aren't really very useful to all. Contributed by Andrew Wang. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1359999 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-11 03:15:03 +00:00 |
|
Harsh J
|
3b5ea87502
|
HDFS-3629. Fix the typo in the error message about inconsistent storage layout version. Contributed by Brandon Li. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1359905 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-10 21:14:27 +00:00 |
|
Aaron Myers
|
fb4a6ac9e9
|
HDFS-3568. fuse_dfs: add support for security. Contributed by Colin McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1359824 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-10 18:28:13 +00:00 |
|
Harsh J
|
e0f96aa249
|
HDFS-3555. idle client socket triggers DN ERROR log (should be INFO or DEBUG). Contributed by Andy Isaacson. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1359619 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-10 11:52:13 +00:00 |
|
Aaron Myers
|
b6a9d38c09
|
Move CHANGES.txt entry for HDFS-3067 to branch-2 instead of trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1359331 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-09 18:34:36 +00:00 |
|
Eli Collins
|
9facccfd28
|
Update CHANGES.txt for 2391 merge.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358849 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-08 22:06:03 +00:00 |
|
Eli Collins
|
5952c7bb62
|
HDFS-3614. Revert unused MiniDFSCluster constructor from HDFS-3049. Contributed by Arun Murthy
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358825 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-08 19:53:14 +00:00 |
|
Eli Collins
|
21fdf16b0d
|
HDFS-3548. NamenodeFsck.copyBlock fails to create a Block Reader. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358822 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-08 19:41:55 +00:00 |
|
Uma Maheswara Rao G
|
07295260b1
|
HDFS-3482. hdfs balancer throws ArrayIndexOutOfBoundsException if option is specified without values. Contributed by Madhukara Phatak.
Submitted by: Madhukara Phatak.
Reviewed by: Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358812 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-08 18:39:09 +00:00 |
|
Eli Collins
|
52f5c70330
|
HDFS-711. hdfsUtime does not handle atime = 0 or mtime = 0 correctly. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358810 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-08 18:29:00 +00:00 |
|
Eli Collins
|
9bebba6605
|
Fixup CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358805 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-08 18:18:55 +00:00 |
|
Eli Collins
|
6dcf42262d
|
HDFS-3603. Decouple TestHDFSTrash from TestTrash. Contributed by Jason Lowe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358804 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-08 18:15:30 +00:00 |
|
Uma Maheswara Rao G
|
d4fb882163
|
HDFS-3541. Deadlock between recovery, xceiver and packet responder. Contributed by Vinay.
Submitted by: Vinay
Reviewed by: Uma Maheswara Rao G
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358794 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-08 17:42:19 +00:00 |
|
Harsh J
|
e5b00f1bdc
|
HDFS-2988. Improve error message when storage directory lock fails. Contributed by Miomir Boljanovic. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358683 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-08 00:36:38 +00:00 |
|
Eli Collins
|
535b039581
|
HDFS-3604. Add dfs.webhdfs.enabled to hdfs-default.xml. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358659 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-07 22:35:14 +00:00 |
|
Aaron Myers
|
fb95fce240
|
Fix issue with NN/DN re-registration.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358347 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-06 18:59:55 +00:00 |
|
Todd Lipcon
|
e0ef844280
|
HDFS-3170. Add more useful metrics for write latency. Contributed by Matthew Jacobs.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1357970 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-05 22:18:30 +00:00 |
|