Andrew Wang
|
47746f65b0
|
HDFS-9788. Incompatible tag renumbering in HeartbeatResponseProto.
(cherry picked from commit aeb13ef2ab )
(cherry picked from commit d489570755 )
|
2016-02-10 15:26:34 -08:00 |
Akira Ajisaka
|
811ab1bf94
|
HDFS-9686. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
(cherry picked from commit 802a7edfae )
(cherry picked from commit a60a0a7128 )
|
2016-02-10 23:50:16 +09:00 |
Akira Ajisaka
|
321da0604a
|
Revert "HDFS-9686. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta."
This reverts commit 3f8a30c956 .
|
2016-02-10 23:45:44 +09:00 |
Uma Maheswara Rao G
|
de24588ca2
|
HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value. Contributed by Kuhu Shukla.
(cherry picked from commit a7fce9ab41 )
|
2016-02-09 15:18:07 -08:00 |
Allen Wittenauer
|
dc325ee550
|
HDFS-9760. WebHDFS AuthFilter cannot be configured with custom AltKerberos auth handler (Ryan Sasson via aw)
|
2016-02-09 14:16:02 -08:00 |
Akira Ajisaka
|
e4769775b0
|
HDFS-9784. Example usage is not correct in Transparent Encryption document. Contributed by Ohnishi Takashi.
(cherry picked from commit 60d2011b7c )
(cherry picked from commit cb53dfcc95 )
|
2016-02-10 03:30:56 +09:00 |
zhezhang
|
3257ce73bd
|
HDFS-9244. Support nested encryption zones.
Change-Id: I43a13035a8b27956e90967ee82058efb647c3415
|
2016-02-08 16:32:11 -08:00 |
Uma Maheswara Rao G
|
3399119e72
|
HDFS-9777. Fix typos in DFSAdmin command line and documentation.(Wei-Chiu Chuang via umamahesh)
(cherry picked from commit bffaa38a91 )
|
2016-02-08 14:12:52 -08:00 |
Kihwal Lee
|
aae0f183af
|
HDFS-9752. Permanent write failures may happen to slow writers during datanode rolling upgrades. Contributed by Walter Su.
(cherry picked from commit 193d27de0a )
|
2016-02-08 12:17:39 -06:00 |
Uma Maheswara Rao G
|
5690e11206
|
HDFS-9713. DataXceiver#copyBlock should return if block is pinned. Contributed by Uma Maheswara Rao G.
(cherry picked from commit aea31eee78 )
|
2016-02-07 20:59:35 -08:00 |
Akira Ajisaka
|
3f8a30c956
|
HDFS-9686. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
(cherry picked from commit fe124da5ff )
(cherry picked from commit e4c01b8b1c )
|
2016-02-06 19:33:11 +09:00 |
cnauroth
|
bad8006da1
|
HDFS-9761. Rebalancer sleeps too long between iterations. Contributed by Mingliang Liu.
(cherry picked from commit c6497949e8 )
(cherry picked from commit a7232f5e1d )
|
2016-02-05 15:08:07 -08:00 |
Tsz-Wo Nicholas Sze
|
494b6c7c4b
|
HDFS-9726. Refactor IBR code to a new class.
|
2016-02-05 23:22:17 +08:00 |
Haohui Mai
|
fdb89ac0ae
|
HDFS-9724. Degraded performance in WebHDFS listing as it does not reuse ObjectMapper. Contributed by Akira Ajisaka.
|
2016-02-04 13:41:14 -08:00 |
Kihwal Lee
|
6090211872
|
HDFS-9730. Storage ID update does not happen when there is a layout change. Contributed by Tsz Wo Nicholas Sze.
(cherry picked from commit 496f33de0c )
|
2016-02-04 13:22:05 -06:00 |
Vinayakumar B
|
adadc220fa
|
HDFS-9629. Update the footer of Web UI to show year 2016 (Contributed by Xiao Chen and Vinayakumar B)
(cherry picked from commit ddcd6954d03d3caadc8b69f7b886a3a17c3c9d0c)
(cherry picked from commit 8cdfdbf815bf89eee3184ec7cd00e1924c1ea316)
|
2016-02-04 13:19:53 +05:30 |
Konstantin V Shvachko
|
3f178be0bd
|
HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu.
|
2016-02-03 14:45:09 -08:00 |
Masatake Iwasaki
|
5fd4bd1d8c
|
HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle NotReplicatedYetException on adding block (iwasakims)
|
2016-02-03 14:29:06 -08:00 |
Jing Zhao
|
a79f570b6c
|
HDFS-9748. Avoid duplication in pendingReplications when addExpectedReplicasToPending is called twice. Contributed by Walter Su.
(cherry picked from commit 7badf15604 )
(cherry picked from commit 459c31de4a )
|
2016-02-03 13:33:59 -08:00 |
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 |