Vinayakumar B
|
0b7af27b9a
|
HDFS-8468. 2 RPC calls for every file read in DFSClient#open(..) resulting in double Audit log entries (Contributed by Vinayakumar B)
|
2015-06-30 11:02:13 +05:30 |
|
Jing Zhao
|
c12a974ccf
|
HDFS-8580. Erasure coding: Persist cellSize in BlockInfoStriped and StripedBlocksFeature. Contributed by Walter Su.
|
2015-06-17 11:35:31 -07:00 |
|
Jing Zhao
|
683332b36d
|
HDFS-8585. Erasure Coding: Remove dataBlockNum and parityBlockNum from StripedBlockProto. Contributed by Yi Liu.
|
2015-06-12 14:48:53 -07:00 |
|
Zhe Zhang
|
673280df24
|
HDFS-7621. Erasure Coding: update the Balancer/Mover data migration logic. Contributed by Walter Su.
|
2015-06-03 11:51:58 -07:00 |
|
Vinayakumar B
|
9a18598e2d
|
HDFS-8408. Revisit and refactor ErasureCodingInfo (Contributed by Vinayakumar B)
|
2015-05-26 12:07:15 -07:00 |
|
Zhe Zhang
|
91c81fdc24
|
HDFS-8375. Add cellSize as an XAttr to ECZone. Contributed by Vinayakumar B.
|
2015-05-26 12:02:33 -07:00 |
|
Jing Zhao
|
9da927540f
|
HDFS-8289. Erasure Coding: add ECSchema to HdfsFileStatus. Contributed by Yong Zhang.
|
2015-05-26 12:01:49 -07:00 |
|
Uma Maheswara Rao G
|
ac97edd1ab
|
HDFS-8129. Erasure Coding: Maintain consistent naming for Erasure Coding related classes - EC/ErasureCoding. Contributed by Uma Maheswara Rao G
|
2015-05-26 12:01:48 -07:00 |
|
Uma Maheswara Rao G
|
436c14855a
|
HDFS-8137. Send the EC schema to DataNode via EC encoding/recovering command. Contributed by Uma Maheswara Rao G
|
2015-05-26 11:59:57 -07:00 |
|
Uma Maheswara Rao G
|
014d8675c5
|
HDFS-8024. Erasure Coding: ECworker frame, basics, bootstraping and configuration. (Contributed by Uma Maheswara Rao G)
|
2015-05-26 11:59:52 -07:00 |
|
Vinayakumar B
|
a1c9425265
|
HDFS-8146. Protobuf changes for BlockECRecoveryCommand and its fields for making it ready for transfer to DN (Contributed by Uma Maheswara Rao G)
|
2015-05-26 11:59:51 -07:00 |
|
Vinayakumar B
|
ceb3d1c170
|
HDFS-7349. Support DFS command for the EC encoding (Contributed by Vinayakumar B)
|
2015-05-26 11:59:11 -07:00 |
|
Vinayakumar B
|
04c23d95d0
|
HDFS-8123. Erasure Coding: Better to move EC related proto messages to a separate erasurecoding proto file (Contrubuted by Rakesh R)
|
2015-05-26 11:59:11 -07:00 |
|
Zhe Zhang
|
a32c4dc38a
|
HDFS-8122. Erasure Coding: Support specifying ECSchema during creation of ECZone. Contributed by Vinayakumar B.
|
2015-05-26 11:59:06 -07:00 |
|
Vinayakumar B
|
f53e402635
|
HDFS-8090. Erasure Coding: Add RPC to client-namenode to list all ECSchemas loaded in Namenode. (Contributed by Vinayakumar B)
|
2015-05-26 11:58:40 -07:00 |
|
Vinayakumar B
|
16484f0030
|
HDFS-8023. Erasure Coding: retrieve eraure coding schema for a file from NameNode (Contributed by Vinayakumar B)
|
2015-05-26 11:55:16 -07:00 |
|
Zhe Zhang
|
1af8c14862
|
HDFS-7839. Erasure coding: implement facilities in NameNode to create and manage EC zones. Contributed by Zhe Zhang
|
2015-05-26 11:55:07 -07:00 |
|
Jing Zhao
|
f05c21285e
|
HDFS-7853. Erasure coding: extend LocatedBlocks to support reading from striped files. Contributed by Jing Zhao.
|
2015-05-26 11:32:25 -07:00 |
|
Jing Zhao
|
1e1e930407
|
HDFS-7837. Erasure Coding: allocate and persist striped blocks in NameNode. Contributed by Jing Zhao.
|
2015-05-26 11:32:20 -07:00 |
|
Jing Zhao
|
9f2f583f40
|
HDFS-7749. Erasure Coding: Add striped block support in INodeFile. Contributed by Jing Zhao.
|
2015-05-26 11:07:15 -07:00 |
|
Jing Zhao
|
fddd55279d
|
HDFS-8127. NameNode Failover during HA upgrade can cause DataNode to finalize upgrade. Contributed by Jing Zhao.
|
2015-04-14 15:05:23 -07:00 |
|
Arpit Agarwal
|
1a495fbb48
|
HDFS-7645. Rolling upgrade is restoring blocks from trash multiple times (Contributed by Vinayakumar B and Keisuke Ogiwara)
|
2015-03-30 15:25:16 -07:00 |
|
Haohui Mai
|
b80457158d
|
HDFS-7748. Separate ECN flags from the Status in the DataTransferPipelineAck. Contributed by Anu Engineer and Haohui Mai.
|
2015-03-30 11:59:21 -07:00 |
|
Arpit Agarwal
|
3d0708bdb0
|
HDFS-7824. GetContentSummary API and its namenode implementation for Storage Type Quota/Usage. (Contributed by Xiaoyu Yao)
|
2015-03-26 10:24:11 -07:00 |
|
Jing Zhao
|
5e21e4ca37
|
HDFS-6353. Check and make checkpoint before stopping the NameNode. Contributed by Jing Zhao.
|
2015-03-25 10:38:00 -07:00 |
|
Andrew Wang
|
50ee8f4e67
|
HDFS-7960. The full block report should prune zombie storages even if they're not empty. Contributed by Colin McCabe and Eddy Xu.
|
2015-03-23 22:00:34 -07:00 |
|
Kihwal Lee
|
75ead273be
|
HDFS-6841. Use Time.monotonicNow() wherever applicable instead of Time.now(). Contributed by Vinayakumar B
|
2015-03-20 14:02:09 -05:00 |
|
Colin Patrick Mccabe
|
bc9cb3e271
|
HDFS-7915. The DataNode can sometimes allocate a ShortCircuitShm slot and fail to tell the DFSClient about it because of a network error (cmccabe)
|
2015-03-14 22:36:46 -07:00 |
|
Colin Patrick Mccabe
|
32741cf3d2
|
Revert "HDFS-7915. The DataNode can sometimes allocate a ShortCircuitShm slot and fail to tell the DFSClient about it because of a network error (cmccabe)" (jenkins didn't run yet)
This reverts commit 5aa892ed48 .
|
2015-03-13 18:40:20 -07:00 |
|
Colin Patrick Mccabe
|
5aa892ed48
|
HDFS-7915. The DataNode can sometimes allocate a ShortCircuitShm slot and fail to tell the DFSClient about it because of a network error (cmccabe)
|
2015-03-13 18:29:49 -07:00 |
|
Kihwal Lee
|
d324164a51
|
HDFS-7435. PB encoding of block reports is very inefficient. Contributed by Daryn Sharp.
|
2015-03-13 14:23:37 -05:00 |
|
cnauroth
|
9729b244de
|
HDFS-7604. Track and display failed DataNode storage locations in NameNode. Contributed by Chris Nauroth.
|
2015-02-16 14:43:02 -08:00 |
|
Arpit Agarwal
|
f2231cebcd
|
HDFS-7775. Use consistent naming for NN-internal quota related types and functions. (Contributed bu Xiaoyu Yao)
|
2015-02-13 21:01:33 -08:00 |
|
Tsz-Wo Nicholas Sze
|
085b1e293f
|
HDFS-6133. Add a feature for replica pinning so that a pinned replica will not be moved by Balancer/Mover. Contributed by zhaoyunjiong
|
2015-02-11 15:12:12 -08:00 |
|
Arpit Agarwal
|
5dae97a584
|
HDFS-7723. Quota By Storage Type namenode implemenation. (Contributed by Xiaoyu Yao)
|
2015-02-11 10:41:50 -08:00 |
|
Arpit Agarwal
|
8de80ff712
|
HDFS-7720. Quota by Storage Type API, tools and ClientNameNode Protocol changes. (Contributed by Xiaoyu Yao)
|
2015-02-06 17:01:19 -08:00 |
|
Haohui Mai
|
c4980a2f34
|
HDFS-7270. Add congestion signaling capability to DataNode write protocol. Contributed by Haohui Mai.
|
2015-02-05 10:58:58 -08:00 |
|
Jing Zhao
|
2848db814a
|
HDFS-3689. Add support for variable length block. Contributed by Jing Zhao.
|
2015-01-27 12:58:10 -08:00 |
|
Colin Patrick Mccabe
|
b7f4a3156c
|
HDFS-7496. Fix FsVolume removal race conditions on the DataNode by reference-counting the volume instances (lei via cmccabe)
|
2015-01-20 19:05:33 -08:00 |
|
Konstantin V Shvachko
|
08ac06283a
|
HDFS-7056. Snapshot support for truncate. Contributed by Konstantin Shvachko and Plamen Jeliazkov.
|
2015-01-13 00:24:23 -08:00 |
|
Plamen Jeliazkov
|
7e9358feb3
|
HDFS-3107. Introduce truncate. Contributed by Plamen Jeliazkov.
|
2015-01-12 22:50:04 -08:00 |
|
Colin Patrick Mccabe
|
6e13fc62e1
|
HDFS-7513. HDFS inotify: add defaultBlockSize to CreateEvent (cmccabe)
|
2014-12-15 10:30:30 -08:00 |
|
cnauroth
|
ffe942b82c
|
HDFS-7384. getfacl command and getAclStatus output should be in sync. Contributed by Vinayakumar B.
|
2014-12-08 10:23:09 -08:00 |
|
Colin Patrick Mccabe
|
75a326aaff
|
HDFS-7446. HDFS inotify should have the ability to determine what txid it has read up to (cmccabe)
|
2014-12-02 17:15:21 -08:00 |
|
Uma Maheswara Rao G
|
1556f86a31
|
HDFS-7210. Avoid two separate RPC's namenode.append() and namenode.getFileInfo() for an append call from DFSClient. (Vinayakumar B via umamahesh)
|
2014-11-28 21:09:16 +05:30 |
|
yliu
|
58c0bb9ed9
|
HDFS-6606. Optimize HDFS Encrypted Transport performance. (yliu)
|
2014-10-28 21:11:31 +08:00 |
|
Colin Patrick Mccabe
|
baf794dc40
|
HDFS-7278. Add a command that allows sysadmins to manually trigger full block reports from a DN (cmccabe)
|
2014-10-27 09:53:16 -07:00 |
|
Andrew Wang
|
8c5b23b547
|
HDFS-7165. Separate block metrics for files with replication count 1. (Zhe Zhang via wang)
|
2014-10-23 12:28:02 -07:00 |
|
Colin Patrick Mccabe
|
7b0f9bb258
|
HDFS-6877. Avoid calling checkDisk when an HDFS volume is removed during a write. (Lei Xu via Colin P. McCabe)
|
2014-10-22 13:38:26 -07:00 |
|
arp
|
bb84f1fccb
|
HDFS-7159. Use block storage policy to set lazy persist preference. (Arpit Agarwal)
|
2014-09-29 22:27:59 -07:00 |
|