Vinayakumar B
|
71374cca9d
|
HDFS-9566. Remove expensive 'BlocksMap#getStorages(Block b, final DatanodeStorage.State state)' method (Contributed by Daryn Sharp)
(cherry picked from commit e418bd1fb0568ce7ae22f588fea2dd9c95567383)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
|
2016-02-01 13:32:00 +05:30 |
|
Yongjun Zhang
|
a24898fd49
|
HDFS-9706. Log more details in debug logs in BlockReceiver's constructor. (Xiao Chen via Yongjun Zhang)
(cherry picked from commit 8ee060311c89b7faa71dd039481a97ba15e2413d)
|
2016-01-28 23:13:41 -08:00 |
|
Colin Patrick Mccabe
|
dc65479fc0
|
HDFS-7764. DirectoryScanner shouldn't abort the scan if one directory had an error (Rakesh R via cmccabe)
(cherry picked from commit f67149ab08bb49381def6c535ab4c4610e0a4221)
|
2016-01-28 20:12:18 -08:00 |
|
Tsz-Wo Nicholas Sze
|
d37ecbf721
|
HDFS-9654. Code refactoring for HDFS-8578.
|
2016-01-28 10:56:39 +08:00 |
|
Tsz-Wo Nicholas Sze
|
b10d8ced21
|
HDFS-8999. Allow a file to be closed with COMMITTED but not yet COMPLETE blocks.
|
2016-01-28 10:42:40 +08:00 |
|
Jing Zhao
|
d7982222fa
|
HDFS-9677. Rename generationStampV1/generationStampV2 to legacyGenerationStamp/generationStamp. Contributed by Mingliang Liu.
|
2016-01-27 15:51:10 -08:00 |
|
Tsz-Wo Nicholas Sze
|
c59c142f47
|
HDFS-9690. ClientProtocol.addBlock is not idempotent after HDFS-8071.
|
2016-01-26 14:56:23 +08:00 |
|
Jitendra Pandey
|
4334976187
|
HDFS-9672. o.a.h.hdfs.TestLeaseRecovery2 fails intermittently. Contributed by Mingliang Liu.
|
2016-01-25 17:06:36 -08:00 |
|
Arpit Agarwal
|
0dbaef4377
|
HDFS-9094. Add command line option to ask NameNode reload configuration. (Contributed by Xiaobing Zhou)
|
2016-01-25 12:16:45 -08:00 |
|
Eric Yang
|
da61953a0b
|
HDFS-9653. Added blocks pending deletion report to dfsadmin.
(Weiwei Yang via eyang)
|
2016-01-24 14:26:46 -08:00 |
|
Kihwal Lee
|
b5db1d4410
|
HDFS-8898. Create API and command-line argument to get quota and quota usage without detailed content summary. Contributed by Ming Ma.
|
2016-01-22 09:19:23 -06:00 |
|
Masatake Iwasaki
|
73ef77c12f
|
HDFS-9618. Fix mismatch between log level and guard in BlockManager#computeRecoveryWorkForBlocks (iwasakims)
|
2016-01-22 14:12:06 +09:00 |
|
Masatake Iwasaki
|
245c3728ef
|
HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle NotReplicatedYetException on adding block (iwasakims)
|
2016-01-22 12:39:39 +09:00 |
|
Zhe Zhang
|
22caeb1c0a
|
HDFS-9674. The HTrace span for OpWriteBlock should record the maxWriteToDisk time. Contributed by Colin McCabe.
Change-Id: I9bf3f3bcd57f5880189ad7c160f3dd66f97d904b
|
2016-01-21 13:26:54 -08:00 |
|
Jing Zhao
|
c19bdc1926
|
HDFS-9542. Move BlockIdManager from FSNamesystem to BlockManager. Contributed by Jing Zhao.
(cherry picked from commit c304890c8c7782d835896859f5b7f60b96c306c0)
|
2016-01-21 11:37:24 -08:00 |
|
Kihwal Lee
|
3d8d8f1497
|
HDFS-9634. webhdfs client side exceptions don't provide enough details. Contributed by Eric Payne.
(cherry picked from commit 7b70500484574a565dd8cd5c7d8b5bc7c6d91154)
|
2016-01-21 09:33:30 -06:00 |
|
Vinayakumar B
|
845acfd96c
|
HDFS-9625. set replication for empty file failed when set storage policy (Contributed by DENG FEI)
(cherry picked from commit b7372b7166a13111b98794602ca4c166dfd78d29)
|
2016-01-21 19:18:36 +05:30 |
|
Lei Xu
|
c57f55223c
|
HDFS-9655. NN should start JVM pause monitor before loading fsimage. (John Zhuge via Lei (Eddy) Xu)
(cherry picked from commit 2ec438e8f7cd77cb48fd1264781e60a48e331908)
|
2016-01-20 14:26:47 -08:00 |
|
Vinayakumar B
|
252bf56e59
|
HDFS-9661. Deadlock in DN.FsDatasetImpl between moveBlockAcrossStorage and createRbw (Contributed by ade)
(cherry picked from commit 14255786908f991fd2022480fe5575533a3dc7ce)
|
2016-01-20 21:05:44 +05:30 |
|
Yongjun Zhang
|
a5ee4c09de
|
HDFS-6054. MiniQJMHACluster should not use static port to avoid binding failure in unit test. (Yongjun Zhang)
(cherry picked from commit 57d0a94305b22a469062c7ce85b3159fee17a28b)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal/MiniQJMHACluster.java
|
2016-01-19 23:13:46 -08:00 |
|
Andrew Wang
|
46323d7744
|
HDFS-9624. DataNode start slowly due to the initial DU command operations. (Lin Yiqun via wang)
(cherry picked from commit c07f7fa8ff752436726239d938e0461236839acf)
|
2016-01-15 11:28:55 -08:00 |
|
Arpit Agarwal
|
aadcaf4f32
|
HDFS-9415. Document dfs.cluster.administrators and dfs.permissions.superusergroup. (Contributed by Xiaobing Zhou)
|
2016-01-14 14:18:00 -08:00 |
|
Yongjun Zhang
|
cfeecf113b
|
HDFS-9648. TestStartup.testImageChecksum is broken by HDFS-9569's message change. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit 817cc1f02a60ef4e372171415058fdc76c0d2e39)
|
2016-01-14 12:45:18 -08:00 |
|
Yongjun Zhang
|
5e2416b901
|
HDFS-9569. Log the name of the fsimage being loaded for better supportability. (Yongjun Zhang)
(cherry picked from commit 25051c3bd08efc12333a6acb51782cc7800403a4)
|
2016-01-12 09:24:54 -08:00 |
|
Jing Zhao
|
313f03bfda
|
HDFS-9621. Consolidate FSDirStatAndListingOp#createFileStatus to let its INodesInPath parameter always include the target INode. Contributed by Jing Zhao.
|
2016-01-11 22:48:36 -08:00 |
|
Arpit Agarwal
|
68a32a79b5
|
HDFS-9639. Inconsistent Logging in BootstrapStandby. (Contributed by Xiaobing Zhou)
|
2016-01-11 15:09:43 -08:00 |
|
Lei Xu
|
699d420497
|
HDFS-9493. Test o.a.h.hdfs.server.namenode.TestMetaSave fails in trunk. (Tony Wu via lei)
(cherry picked from commit fd8065a763ff68db265ef23a7d4f97558e213ef9)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestMetaSave.java
|
2016-01-08 15:10:41 -08:00 |
|
Zhe Zhang
|
40dabae236
|
HDFS-9626. TestBlockReplacement#testBlockReplacement fails occasionally. Contributed by Xiao Chen.
Change-Id: I5cee398dfc361121d8b666ffd1203cc14a4ace24
|
2016-01-08 13:19:14 -08:00 |
|
Kihwal Lee
|
8d04b7c272
|
HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee.
(cherry picked from commit 38c4c14472996562eb3d610649246770c2888c6b)
|
2016-01-08 11:15:12 -06:00 |
|
Vinayakumar B
|
08f39bd5d1
|
HDFS-9619. SimulatedFSDataset sometimes can not find blockpool for the correct namenode (Contributed by Wei-Chiu Chuang)
(cherry picked from commit 6702e7d66a4949a40bcdbd9f51ca1e746c8991e1)
|
2016-01-07 14:20:39 +05:30 |
|
Vinayakumar B
|
aa710bd461
|
HDFS-9600. do not check replication if the block is under construction (Contributed by Phil Yang)
(cherry picked from commit 34cd7cd76505d01ec251e30837c94ab03319a0c1)
|
2016-01-07 11:30:57 +05:30 |
|
Arpit Agarwal
|
2e6990cdf2
|
HDFS-9498. Move code that tracks blocks with future generation stamps to BlockManagerSafeMode. (Contributed by Mingliang Liu)
|
2016-01-06 10:44:51 -08:00 |
|
Haohui Mai
|
150c9a80ee
|
HDFS-9605. Add links to failed volumes to explorer.html in HDFS Web UI. Contributed by Archana T.
|
2016-01-05 13:56:08 -08:00 |
|
Haohui Mai
|
79dc184224
|
HDFS-7779. Support changing ownership, group and replication in HDFS Web UI. Contributed by Ravi Prakash.
|
2016-01-05 13:44:40 -08:00 |
|
Uma Mahesh
|
cdd796d199
|
HADOOP-12658. Clear javadoc and check style issues around DomainSocket. Contributed by Kai Zheng
(cherry picked from commit 778146eaae5b1e17928a1f26fb1e46536a6ee510)
|
2016-01-04 15:04:46 -08:00 |
|
Akira Ajisaka
|
d98cfe611f
|
HADOOP-11252. RPC client does not time out by default. Contributed by Wilfred Spiegelenburg and Masatake Iwasaki.
(cherry picked from commit 64ae85fd2ea91f46ab3b21f007befbeef8c3c947)
|
2016-01-04 14:32:08 +09:00 |
|
cnauroth
|
1f8162b74e
|
HDFS-7553. fix the TestDFSUpgradeWithHA due to BindException. Contributed by Xiao Chen.
|
2015-12-29 10:57:24 -08:00 |
|
Benoy Antony
|
42160d358a
|
HDFS-9597. BaseReplicationPolicyTest should update data node stats after adding a data node. Contributed by Wei-Chiu Chuang.
(cherry picked from commit 8cfd672397efd91c471c417afef3aff85f64b506)
|
2015-12-25 08:57:34 -08:00 |
|
Benoy Antony
|
0d249a5e28
|
HDFS-9034. StorageTypeStats Metric should not count failed storage. Contributed by Surendra Singh Lilhore.
(cherry picked from commit df83230948204ee2d2b06ecc66ce0163e2df27ef)
|
2015-12-22 15:29:36 -08:00 |
|
Kihwal Lee
|
131260f0a7
|
HDFS-7163. WebHdfsFileSystem should retry reads according to the configured retry policy. Contributed by Eric Payne.
(cherry picked from commit 867048c3e4b20ece0039a876def129fa5eb9234f)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java
|
2015-12-22 14:19:12 -06:00 |
|
cnauroth
|
9b039a5004
|
HDFS-9458. TestBackupNode always binds to port 50070, which can cause bind failures. Contributed by Xiao Chen.
(cherry picked from commit 5c0ff69618fa303078c0f9afef4c93a864ab6cb7)
|
2015-12-22 10:29:40 -08:00 |
|
Colin Patrick Mccabe
|
a56c5ef636
|
HDFS-9589. Block files which have been hardlinked should be duplicated before the DataNode appends to the them (cmccabe)
(cherry picked from commit bb540ba85aa37d9fe31e640665158afe8a936230)
|
2015-12-22 09:37:30 -08:00 |
|
Akira Ajisaka
|
7526a2a005
|
HDFS-9505. HDFS Architecture documentation needs to be refreshed. Contributed by Masatake Iwasaki.
(cherry picked from commit fa544020f6f71ee993f047c9b986c047a25ed84c)
|
2015-12-21 21:23:28 +09:00 |
|
Uma Mahesh
|
fc9e130825
|
YARN-4480. Clean up some inappropriate imports. (Kai Zheng via umamahesh)
(cherry picked from commit 0f82b5d878a76b1626c9e07b2fbb55ce2a79232a)
|
2015-12-19 23:17:33 -08:00 |
|
cnauroth
|
dd91cf9fa5
|
HADOOP-12570. HDFS Secure Mode Documentation updates. Contributed by Arpit Agarwal.
(cherry picked from commit 932956458dddabd9583b911c693386a56d723c0d)
|
2015-12-18 16:25:06 -08:00 |
|
Zhe Zhang
|
223b47b398
|
HDFS-9347. Invariant assumption in TestQuorumJournalManager.shutdown() is wrong. Contributed by Wei-Chiu Chuang.
Change-Id: Idde8522e11c77f82b376e0c90a9bf33d163d5cb9
|
2015-12-18 16:05:21 -08:00 |
|
Andrew Wang
|
71fb205735
|
HDFS-8477. describe dfs.ha.zkfc.port in hdfs-default.xml. Contributed by Kanaka Kumar Avvaru.
(cherry picked from commit 058cfddebbbbdad367bafbd13485df70b4cc50c8)
|
2015-12-18 09:14:23 -08:00 |
|
Vinayakumar B
|
c887bcd1f0
|
HDFS-9393. After choosing favored nodes, choosing nodes for remaining replicas should go through BlockPlacementPolicy (Contributed by J.Andreina)
(cherry picked from commit bfadf11b36e9d97e03d6ed1e71829907c2301412)
|
2015-12-18 11:39:46 +05:30 |
|
cnauroth
|
7e5306e795
|
HDFS-9571. Fix ASF Licence warnings in Jenkins reports. Contributed by Brahma Reddy Battula.
(cherry picked from commit 6da9deec204a4fa69dfc2d891ce934979d59b0ab)
|
2015-12-17 16:26:08 -08:00 |
|
Kihwal Lee
|
3c0ae5914c
|
HDFS-9533. seen_txid in the shared edits directory is modified during bootstrapping. Contributed by Kihwal Lee.
(cherry picked from commit 5cb1e0118b173a95c1f7bdfae1e58d7833d61c26)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ha/BootstrapStandby.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestBootstrapStandby.java
|
2015-12-17 17:23:06 -06:00 |
|