Vinayakumar B
|
c2ec241989
|
HDFS-9740. Use a reasonable limit in DFSTestUtil.waitForMetric() (Contributed by Chang Li)
(cherry picked from commit eb2fb943fd )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/DFSTestUtil.java
(cherry picked from commit 6941e2ccbf )
|
2016-02-03 11:21:42 +05:30 |
Vinayakumar B
|
e045856eda
|
HDFS-9739. DatanodeStorage.isValidStorageId() is broken (Contributed by Mingliang Liu)
(cherry picked from commit d6b1acb940 )
(cherry picked from commit e8a9a69a27 )
|
2016-02-03 10:34:35 +05:30 |
Junping Du
|
847158811b
|
Adding release 2.6.5 to CHANGES.txt
|
2016-02-02 18:36:39 -08:00 |
Vinayakumar B
|
bf2936fd38
|
HDFS-9715. Check storage ID uniqueness on datanode startup (Contributed by Lei (Eddy) Xu)
(cherry picked from commit 04375756a5 )
(cherry picked from commit 8577c0b6a2 )
|
2016-02-03 07:42:18 +05:30 |
Tsz-Wo Nicholas Sze
|
0ad3c51dfb
|
HDFS-8999. Allow a file to be closed with COMMITTED but not yet COMPLETE blocks.
(cherry picked from commit b10d8ced21 )
|
2016-02-03 07:41:06 +05:30 |
Colin Patrick Mccabe
|
c4c94e1cf2
|
HDFS-9669. TcpPeerServer should respect ipc.server.listen.queue.size (Elliot Clark via cmccabe)
(cherry picked from commit 2da03b48eb )
(cherry picked from commit 60d3a3c30b )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java
|
2016-02-02 11:05:41 -08:00 |
Lei Xu
|
dfbd0d4df4
|
HDFS-9721. Allow Delimited PB OIV tool to run upon fsimage that contains INodeReference. (Xiao Chen via lei)
(cherry picked from commit 9d494f0c0e )
|
2016-02-02 10:43:06 -08:00 |
Vinayakumar B
|
94950c15c2
|
HDFS-9718. HAUtil#getConfForOtherNodes should unset independent generic keys before initialize (Contributed by DENG FEI)
(cherry picked from commit 4d7055e0c8 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/HAUtil.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestHAConfiguration.java
(cherry picked from commit 80dd039b6e )
|
2016-02-02 12:57:42 +05:30 |
Yongjun Zhang
|
d7b01ebcbe
|
HDFS-9406. FSImage may get corrupted after deleting snapshot. (Contributed by Jing Zhao, Stanislav Antic, Vinayakumar B, Yongjun Zhang)
(cherry picked from commit 34ab50ea92 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestINodeFile.java
(cherry picked from commit fc8d9cc758 )
|
2016-02-01 14:22:35 -08:00 |
Lei Xu
|
b8360139af
|
HDFS-9701. DN may deadlock when hot-swapping under load. (Xiao Chen via lei)
(cherry picked from commit 12a4ebb4471f78b642e12c2ec0784c20f62cca3c)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/TestFsDatasetImpl.java
|
2016-02-01 12:49:09 -08:00 |
Xiaoyu Yao
|
924e1583ed
|
HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. Contributed by Xiaoyu Yao.
(cherry picked from commit b11008d54d )
|
2016-02-01 11:57:51 -08:00 |
Steve Loughran
|
dcf2c8b3c8
|
HDFS-9708. FSNamesystem.initAuditLoggers() doesn't trim classnames (Mingliang Liu via stevel)
|
2016-02-01 16:01:22 +00:00 |
Vinayakumar B
|
6eae76f7a5
|
HDFS-9566. Remove expensive 'BlocksMap#getStorages(Block b, final DatanodeStorage.State state)' method (Contributed by Daryn Sharp)
(cherry picked from commit e418bd1fb0 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
(cherry picked from commit 71374cca9d )
|
2016-02-01 13:32:59 +05:30 |
Yongjun Zhang
|
f028e3d7bc
|
HDFS-9638. Improve DistCp Help and documentation. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit eddd823cd6 )
|
2016-01-29 12:13:18 -08:00 |
Yongjun Zhang
|
6a06a492ec
|
HDFS-9706. Log more details in debug logs in BlockReceiver's constructor. (Xiao Chen via Yongjun Zhang)
(cherry picked from commit 8ee060311c )
|
2016-01-28 23:14:56 -08:00 |
Tsz-Wo Nicholas Sze
|
f09b0fe5c4
|
HDFS-9654. Code refactoring for HDFS-8578.
|
2016-01-28 11:01:47 +08:00 |
Tsz-Wo Nicholas Sze
|
0271fb1f18
|
HDFS-9690. ClientProtocol.addBlock is not idempotent after HDFS-8071.
|
2016-01-26 14:58:44 +08:00 |
Jitendra Pandey
|
f1f61eac15
|
HDFS-9672. o.a.h.hdfs.TestLeaseRecovery2 fails intermittently. Contributed by Mingliang Liu.
|
2016-01-25 17:06:23 -08:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
3efc72ccd5
|
Release process for 2.7.2: Set the release date for 2.7.2
(cherry picked from commit ec4d2d9f40 )
|
2016-01-25 15:47:39 -08:00 |
Eric Yang
|
6ba6f993f8
|
HDFS-9653. Added blocks pending deletion report to dfsadmin.
(Weiwei Yang via eyang)
|
2016-01-24 14:27:17 -08:00 |
Kihwal Lee
|
330876689b
|
HDFS-8898. Create API and command-line argument to get quota and quota usage without detailed content summary. Contributed by Ming Ma.
(cherry picked from commit b5db1d4410 )
|
2016-01-22 09:20:39 -06:00 |
Akira Ajisaka
|
4b121be77e
|
HDFS-9682. Fix a typo "aplication" in HttpFS document. Contributed by Weiwei yang.
(cherry picked from commit 6831634682 )
(cherry picked from commit 4fe28a644e )
|
2016-01-22 20:12:55 +09:00 |
Kihwal Lee
|
67ba20e364
|
HDFS-9634. webhdfs client side exceptions don't provide enough details. Contributed by Eric Payne.
(cherry picked from commit 7b70500484574a565dd8cd5c7d8b5bc7c6d91154)
|
2016-01-21 09:34:06 -06:00 |
Vinayakumar B
|
4449677049
|
HDFS-9625. set replication for empty file failed when set storage policy (Contributed by DENG FEI)
(cherry picked from commit b7372b7166 )
(cherry picked from commit 845acfd96c )
|
2016-01-21 19:19:43 +05:30 |
Lei Xu
|
b4b5468152
|
HDFS-9655. NN should start JVM pause monitor before loading fsimage. (John Zhuge via Lei (Eddy) Xu)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNode.java
|
2016-01-20 14:35:59 -08:00 |
Vinayakumar B
|
3d38c1ef3a
|
HDFS-9661. Deadlock in DN.FsDatasetImpl between moveBlockAcrossStorage and createRbw (Contributed by ade)
(cherry picked from commit 1425578690 )
|
2016-01-20 21:09:08 +05:30 |
Yongjun Zhang
|
15713f947c
|
HDFS-6054. MiniQJMHACluster should not use static port to avoid binding failure in unit test. (Yongjun Zhang)
(cherry picked from commit 57d0a94305 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal/MiniQJMHACluster.java
(cherry picked from commit a5ee4c09de )
|
2016-01-19 23:14:56 -08:00 |
Akira Ajisaka
|
ca22066582
|
HDFS-9623. Update example configuration of block state change log in log4j.properties. Contributed by Masatake Iwasaki.
(cherry picked from commit 92c5f565fd )
(cherry picked from commit 3a8d372518 )
|
2016-01-19 13:32:54 +09:00 |
Tsz-Wo Nicholas Sze
|
e75ca52138
|
In CHANGES.txt, move HDFS-9294 to Release 2.6.4.
|
2016-01-16 23:47:20 +08:00 |
Yongjun Zhang
|
4c8131b1bf
|
HDFS-9612. DistCp worker threads are not terminated after jobs are done. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit a9c69ebeb7 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2016-01-15 10:12:15 -08:00 |
Benoy Antony
|
6ceee07357
|
HDFS-9597. BaseReplicationPolicyTest should update data node stats after adding a data node. Contributed by Wei-Chiu Chuang.
|
2016-01-14 14:42:04 -08:00 |
Benoy Antony
|
5a50651e5b
|
HDFS-9034. StorageTypeStats Metric should not count failed storage. Contributed by Surendra Singh Lilhore.
|
2016-01-14 14:42:04 -08:00 |
Arpit Agarwal
|
3266709b5d
|
HDFS-9415. Document dfs.cluster.administrators and dfs.permissions.superusergroup. (Contributed by Xiaobing Zhou)
|
2016-01-14 14:18:21 -08:00 |
Yongjun Zhang
|
f2eea3a1b4
|
HDFS-9648. TestStartup.testImageChecksum is broken by HDFS-9569's message change. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit 817cc1f02a )
|
2016-01-14 13:06:23 -08:00 |
Lei Xu
|
894345e2f0
|
HDFS-9493. Test o.a.h.hdfs.server.namenode.TestMetaSave fails in trunk. (Tony Wu via lei)
(cherry picked from commit fd8065a763 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestMetaSave.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManagerTestUtil.java
|
2016-01-13 16:34:13 -08:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
7eb63d4e7c
|
HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa)
Moved entry from HDFS CHANGES.txt to that of common.
(cherry picked from commit cb73c753da )
|
2016-01-13 14:56:35 -08:00 |
Yongjun Zhang
|
6650387bfb
|
HDFS-9569. Log the name of the fsimage being loaded for better supportability. (Yongjun Zhang)
(cherry picked from commit 25051c3bd0 )
|
2016-01-12 09:23:40 -08:00 |
Xiaoyu Yao
|
74c05e5359
|
Correct commit message for HDFS-9584
(cherry picked from commit 103d3cfc4e )
|
2016-01-11 19:01:11 -08:00 |
Xiaoyu Yao
|
a9cbfd717c
|
HDFS-8584. NPE in distcp when ssl configuration file does not exist in class path. Contributed by Surendra Singh Lilhore.
(cherry picked from commit c2e2e13455 )
|
2016-01-11 17:16:43 -08:00 |
Arpit Agarwal
|
319c71b89b
|
HDFS-9639. Fix up CHANGES.txt
|
2016-01-11 15:11:30 -08:00 |
Arpit Agarwal
|
476f7d0be3
|
HDFS-9639. Inconsistent Logging in BootstrapStandby. (Contributed by Xiaobing Zhou)
|
2016-01-11 15:10:21 -08:00 |
Zhe Zhang
|
87d614c70b
|
HDFS-9630. DistCp minor refactoring and clean up. Contributed by Kai Zheng.
Change-Id: I363c4ffcac32116ddcdc0a22fac3db92f14a0db0
|
2016-01-11 09:57:01 -08:00 |
Zhe Zhang
|
eef26388ca
|
HDFS-9626. TestBlockReplacement#testBlockReplacement fails occasionally. Contributed by Xiao Chen.
Change-Id: I5cee398dfc361121d8b666ffd1203cc14a4ace24
|
2016-01-08 13:20:02 -08:00 |
Kihwal Lee
|
d1cbc8442c
|
HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee.
(cherry picked from commit 38c4c14472 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
|
2016-01-08 11:16:40 -06:00 |
Vinayakumar B
|
3303326dd9
|
HDFS-9619. SimulatedFSDataset sometimes can not find blockpool for the correct namenode (Contributed by Wei-Chiu Chuang)
(cherry picked from commit 6702e7d66a )
(cherry picked from commit 08f39bd5d1 )
|
2016-01-07 14:21:18 +05:30 |
Vinayakumar B
|
a14baa05b0
|
HDFS-9600. do not check replication if the block is under construction (Contributed by Phil Yang)
(cherry picked from commit 34cd7cd765 )
(cherry picked from commit aa710bd461 )
|
2016-01-07 12:11:55 +05:30 |
Haohui Mai
|
bb6f03d597
|
HDFS-9047. Retire libwebhdfs. Contributed by Haohui Mai.
|
2016-01-06 16:39:51 -08:00 |
Haohui Mai
|
6dcf3cb6a1
|
HDFS-9605. Add links to failed volumes to explorer.html in HDFS Web UI. Contributed by Archana T.
|
2016-01-05 13:56:18 -08:00 |
Haohui Mai
|
2aa99e6df0
|
HDFS-7779. Support changing ownership, group and replication in HDFS Web UI. Contributed by Ravi Prakash.
|
2016-01-05 13:45:10 -08:00 |
Uma Mahesh
|
68ee13e4f5
|
HADOOP-12658. Clear javadoc and check style issues around DomainSocket. Contributed by Kai Zheng
(cherry picked from commit 778146eaae )
|
2016-01-04 15:14:14 -08:00 |