Aaron Myers
|
b2d186d865
|
HDFS-3864. NN does not update internal file mtime for OP_CLOSE when reading from the edit log. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1378413 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 01:19:07 +00:00 |
|
Aaron Myers
|
d4d2bf73a9
|
HDFS-3849. When re-loading the FSImage, we should clear the existing genStamp and leases. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1378364 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 22:09:27 +00:00 |
|
Suresh Srinivas
|
deead78e35
|
HDFS-3844. Add @Override and remove {@inheritdoc} and unnecessary imports. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1377168 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-25 01:03:22 +00:00 |
|
Eli Collins
|
a11042365f
|
HDFS-3731. 2.0 release upgrade must handle blocks being written from 1.0. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1377137 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-24 22:10:38 +00:00 |
|
Aaron Myers
|
92cb6b093c
|
HDFS-3678. Edit log files are never being purged from 2NN. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1377046 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-24 18:52:59 +00:00 |
|
Tsz-wo Sze
|
c46de830da
|
HDFS-3177. Update DFSClient and DataXceiver to handle different checkum types in file checksum computation. Contributed by Kihwal Lee
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1376928 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-24 14:15:14 +00:00 |
|
Eli Collins
|
26c259a638
|
Ammend previous commit to remove TestFileCreationNamenodeRestart.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1376698 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 21:02:57 +00:00 |
|
Eli Collins
|
6885d03501
|
HDFS-3715. Fix TestFileCreation#testFileCreationNamenodeRestart. Contributed by Andrew Whang
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1376689 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 20:49:55 +00:00 |
|
Aaron Myers
|
de8b34a70e
|
HDFS-3835. Long-lived 2NN cannot perform a checkpoint if security is enabled and the NN restarts with outstanding delegation tokens. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1376188 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-22 18:47:07 +00:00 |
|
Jitendra Nath Pandey
|
901b1739c6
|
HDFS-3819. Should check whether invalidate work percentage default value is not greater than 1.0f. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1376185 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-22 18:44:44 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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
|
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 |
|
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
|
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
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|