cnauroth
|
bf8e452982
|
HDFS-9311. Support optional offload of NameNode HA service health checks to a separate RPC server. Contributed by Chris Nauroth.
|
2015-10-27 23:07:14 -07:00 |
|
Ming Ma
|
aa09880ab8
|
HDFS-9259. Make SO_SNDBUF size configurable at DFSClient side for hdfs write scenario. (Mingliang Liu via mingma)
|
2015-10-27 09:28:40 -07:00 |
|
Zhe Zhang
|
ab3c4cff4a
|
HDFS-8808. dfs.image.transfer.bandwidthPerSec should not apply to -bootstrapStandby. Contributed by Zhe Zhang.
|
2015-10-23 14:01:49 -07:00 |
|
Zhe Zhang
|
59ce780d53
|
HDFS-9274. Default value of dfs.datanode.directoryscan.throttle.limit.ms.per.sec should be consistent. Contributed by Yi Liu.
Change-Id: Iafa2efb8f2eafd193b417690cc8794080b9d745b
|
2015-10-21 14:03:12 -07:00 |
|
Jitendra Pandey
|
84cbd72afd
|
HDFS-8855. Webhdfs client leaks active NameNode connections. Contributed by Xiaobing Zhou.
|
2015-10-13 09:12:04 -07:00 |
|
Lei Xu
|
0f5f9846ed
|
HDFS-9006. Provide BlockPlacementPolicy that supports upgrade domain. (Ming Ma via lei)
|
2015-10-12 16:24:16 -07:00 |
|
Jing Zhao
|
8e53311ca2
|
HDFS-9206. Inconsistent default value of dfs.datanode.stripedread.buffer.size. Contributed by Walter Su.
|
2015-10-06 23:44:05 -07:00 |
|
Zhe Zhang
|
6c17d31528
|
Merge remote-tracking branch 'apache/trunk' into HDFS-7285
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DataStreamer.java
Change-Id: I53ec1c426dc988d6c4a2c87b00caef49c4057010
|
2015-09-30 08:39:13 -07:00 |
|
Haohui Mai
|
80d33b589b
|
HDFS-9165. Move entries in META-INF/services/o.a.h.fs.FileSystem to hdfs-client. Contributed by Mingliang Liu.
|
2015-09-29 09:50:04 -07:00 |
|
Colin Patrick Mccabe
|
850d679acb
|
HADOOP-12447. Clean up some htrace integration issues (cmccabe)
|
2015-09-29 09:25:11 -07:00 |
|
Zhe Zhang
|
8fd5520246
|
Merge remote-tracking branch 'apache/trunk' into HDFS-7285
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSClient.java
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/hdfs.proto
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelper.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirStatAndListingOp.java
hadoop-hdfs-project/hadoop-hdfs/src/main/proto/DatanodeProtocol.proto
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockTokenWithDFS.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFsck.java
Change-Id: Ic7946c4ea35bed587fe879ce58b959b25ecc0823
|
2015-09-29 01:39:16 -07:00 |
|
Colin Patrick Mccabe
|
892ade689f
|
HDFS-9080. Update htrace version to 4.0.1 (cmccabe)
|
2015-09-28 07:42:12 -07:00 |
|
Colin Patrick Mccabe
|
7a3c381b39
|
HDFS-8873. Allow the directoryScanner to be rate-limited (Daniel Templeton via Colin P. McCabe)
|
2015-09-26 04:09:06 -07:00 |
|
Arpit Agarwal
|
df31c446bf
|
HADOOP-12437. Allow SecurityUtil to lookup alternate hostnames. (Contributed by Arpit Agarwal)
|
2015-09-24 11:41:48 -07:00 |
|
Zhe Zhang
|
1080c37300
|
Merge remote-tracking branch 'apache/trunk' into HDFS-7285
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/Namesystem.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/DFSTestUtil.java
Change-Id: I8511c4d64b0959e79129febc179845a3892fedcc
|
2015-09-22 13:27:09 -07:00 |
|
Zhe Zhang
|
82a88b92b4
|
HDFS-9086. Rename dfs.datanode.stripedread.threshold.millis to dfs.datanode.stripedread.timeout.millis. Contributed by Andrew Wang.
Change-Id: Ice86c5d46d29e94087c0f186b941d5394e7ac0e6
|
2015-09-18 10:45:29 -07:00 |
|
Vinayakumar B
|
ce69c9b54c
|
HDFS-8953. DataNode Metrics logging (Contributed by Kanaka Kumar Avvaru)
|
2015-09-16 00:18:29 +05:30 |
|
Colin Patrick Mccabe
|
7b5cf5352e
|
HDFS-8829. Make SO_RCVBUF and SO_SNDBUF size configurable for DataTransferProtocol sockets and allow configuring auto-tuning (He Tianyi via Colin P. McCabe)
Change-Id: I77dc71aaf9e14ef743f2a2cbebeec04a4f628c78
|
2015-09-14 16:02:10 -07:00 |
|
Haohui Mai
|
0c7d3f4805
|
HDFS-9041. Move entries in META-INF/services/o.a.h.fs.FileSystem to hdfs-client. Contributed by Mingliang Liu.
|
2015-09-12 11:02:51 -07:00 |
|
Kihwal Lee
|
4d13335fc9
|
HDFS-8716. Introduce a new config specifically for safe mode block count. Contributed by Chang Li.
|
2015-09-09 11:08:24 -05:00 |
|
Zhe Zhang
|
ab56fcdb12
|
Merge remote-tracking branch 'apache/trunk' into HDFS-7285
|
2015-09-01 14:30:25 -07:00 |
|
Kihwal Lee
|
b6ceee9bf4
|
HDFS-8865. Improve quota initialization performance. Contributed by Kihwal Lee.
|
2015-08-28 13:14:35 -05:00 |
|
yliu
|
eee0d4563c
|
HDFS-8900. Compact XAttrs to optimize memory footprint. (yliu)
|
2015-08-25 16:16:09 +08:00 |
|
Zhe Zhang
|
6b6a63bbbd
|
Merge commit '456e901a4c5c639267ee87b8e5f1319f256d20c2' (HDFS-6407. Add sorting and pagination in the datanode tab of the NN Web UI. Contributed by Haohui Mai.) into HDFS-7285-merge
|
2015-08-24 12:59:26 -07:00 |
|
Andrew Wang
|
eee4d716b4
|
HDFS-8895. Remove deprecated BlockStorageLocation APIs.
|
2015-08-17 17:40:37 -07:00 |
|
Arpit Agarwal
|
a88f31ebf3
|
HDFS-8880. NameNode metrics logging. (Arpit Agarwal)
|
2015-08-17 16:55:46 -07:00 |
|
Ravi Prakash
|
5137b388fc
|
Revert "HDFS-8344. NameNode doesn't recover lease for files with missing blocks (raviprak)"
This reverts commit e4f756260f .
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2015-07-21 11:29:35 -07:00 |
|
Ravi Prakash
|
e4f756260f
|
HDFS-8344. NameNode doesn't recover lease for files with missing blocks (raviprak)
|
2015-07-20 14:03:34 -07:00 |
|
Arpit Agarwal
|
c6793dd8cc
|
HDFS-8681. BlockScanner is incorrectly disabled by default. (Contributed by Arpit Agarwal)
|
2015-06-28 14:51:36 -07:00 |
|
Aaron T. Myers
|
49dfad9429
|
HDFS-6440. Support more than 2 NameNodes. Contributed by Jesse Yates.
|
2015-06-23 17:26:11 -07:00 |
|
Yongjun Zhang
|
b42f1ec13d
|
HDFS-8633. Fix setting of dfs.datanode.readahead.bytes in hdfs-default.xml to match DFSConfigKeys. Contributed by Ray Chiang.
|
2015-06-19 09:47:31 -07:00 |
|
Colin Patrick Mccabe
|
12b5b06c06
|
HDFS-7923. The DataNodes should rate-limit their full block reports by asking the NN on heartbeat messages (cmccabe)
|
2015-06-12 11:17:51 -07:00 |
|
Akira Ajisaka
|
d725dd8af6
|
HDFS-8443. Document dfs.namenode.service.handler.count in hdfs-site.xml. Contributed by J.Andreina.
|
2015-05-29 11:36:08 +09:00 |
|
Zhe Zhang
|
6616de24cb
|
HDFS-7348. Erasure Coding: DataNode reconstruct striped blocks. Contributed by Yi Liu.
|
2015-05-26 12:01:47 -07:00 |
|
Vinayakumar B
|
3bef7c80a9
|
HDFS-6888. Allow selectively audit logging ops (Contributed by Chen He)
|
2015-05-15 11:07:51 +05:30 |
|
Akira Ajisaka
|
2463666ecb
|
HDFS-6184. Capture NN's thread dump when it fails over. Contributed by Ming Ma.
|
2015-05-13 11:37:22 +09:00 |
|
Colin Patrick Mccabe
|
8f7c2364d7
|
HDFS-8284. Update documentation about how to use HTrace with HDFS (Masatake Iwasaki via Colin P. McCabe)
|
2015-05-08 12:30:03 -07:00 |
|
Akira Ajisaka
|
c5afe444df
|
HDFS-8349. Remove .xml and documentation references to dfs.webhdfs.enabled. Contributed by Ray Chiang.
|
2015-05-08 15:57:13 +09:00 |
|
Colin Patrick Mccabe
|
3fe79e1db8
|
HDFS-7397. Add more detail to the documentation for the conf key "dfs.client.read.shortcircuit.streams.cache.size" (Brahma Reddy Battula via Colin P. McCabe)
|
2015-05-04 12:50:29 -07:00 |
|
Akira Ajisaka
|
de9404f02f
|
HDFS-7770. Need document for storage type label of data node storage locations under dfs.data.dir. Contributed by Xiaoyu Yao.
|
2015-04-30 20:12:32 +09:00 |
|
Yongjun Zhang
|
15612313f5
|
HDFS-7835. make initial sleeptime in locateFollowingBlock configurable for DFSClient. Contributed by Zhihai Xu.
|
2015-03-20 09:12:42 -07:00 |
|
Chris Douglas
|
6ee0d32b98
|
HDFS-7411. Change decommission logic to throttle by blocks rather
than nodes in each interval. Contributed by Andrew Wang
|
2015-03-08 18:31:04 -07:00 |
|
Akira Ajisaka
|
aa55fd3096
|
HDFS-5853. Add "hadoop.user.group.metrics.percentiles.intervals" to hdfs-default.xml (aajisaka)
|
2015-03-01 01:16:36 -08:00 |
|
Akira Ajisaka
|
8719cdd4f6
|
HDFS-7685. Document dfs.namenode.heartbeat.recheck-interval in hdfs-default.xml. Contributed by Kai Sasaki.
|
2015-02-27 12:17:34 -08:00 |
|
Harsh J
|
b9a17909ba
|
HDFS-7752. Improve description for "dfs.namenode.num.extra.edits.retained" and "dfs.namenode.num.checkpoints.retained" properties on hdfs-default.xml. Contributed by Wellington Chevreuil.
|
2015-02-20 19:20:41 +05:30 |
|
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 |
|
Allen Wittenauer
|
63613c79c1
|
HDFS-7546. Document, and set an accepting default for dfs.namenode.kerberos.principal.pattern (Harsh J via aw)
|
2015-02-09 13:58:58 -08:00 |
|
Allen Wittenauer
|
0a05ae1782
|
HDFS-7566. Remove obsolete entries from hdfs-default.xml (Ray Chiang via aw)
|
2015-01-27 14:31:27 -08:00 |
|
Colin Patrick Mccabe
|
6e62a1a672
|
HDFS-7430. Refactor the BlockScanner to use O(1) memory and use multiple threads (cmccabe)
|
2015-01-21 19:00:53 -08:00 |
|
Kihwal Lee
|
b7923a356e
|
HDFS-6425. Large postponedMisreplicatedBlocks has impact on blockReport latency. Contributed by Ming Ma.
|
2014-12-16 10:30:22 -06:00 |
|