Andrew Wang
|
912631a226
|
HDFS-10831. Add log when URLConnectionFactory.openConnection failed. Contributed by yunjiong zhao.
(cherry picked from commit b07c266dca )
(cherry picked from commit 72ea641468 )
|
2016-09-08 18:30:36 -07:00 |
Arpit Agarwal
|
162ee0f0a4
|
HDFS-9038. DFS reserved space is erroneously counted towards non-DFS used. (Brahma Reddy Battula)
|
2016-09-06 13:52:05 -07:00 |
Wei-Chiu Chuang
|
bd729af8a8
|
HDFS-8986. Add option to -du to calculate directory space usage excluding snapshots. Contributed by Xiao Chen.
|
2016-08-24 08:53:43 -07:00 |
Xiao Chen
|
b89d79ca1d
|
HDFS-10549. Correctly revoke file leases when closing files. Contributed by Yiqun Lin.
(cherry picked from commit 85aacaadb5a3f8c78b191867c0bde09b3c4b3c3c)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSStripedOutputStream.java
(cherry picked from commit a20b943cf9 )
|
2016-08-17 16:00:33 -07:00 |
Kihwal Lee
|
eb9af6ca34
|
HDFS-10717. Fix findbugs warnings of hadoop-hdfs-client in branch-2. Contributed by Akira Ajisaka.
(cherry picked from commit 6ead6f3bb8 )
|
2016-08-04 12:36:51 -05:00 |
Kihwal Lee
|
58df27b873
|
HDFS-10662. Optimize UTF8 string/byte conversions. Contributed by Daryn Sharp.
(cherry picked from commit 6ae39199da )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirWriteFileOp.java
(cherry picked from commit 77b61d1f4e )
|
2016-08-04 09:45:03 -05:00 |
Kihwal Lee
|
804db5b277
|
HDFS-10707. Replace org.apache.commons.io.Charsets with java.nio.charset.StandardCharsets. Contributed by Vincent Poon.
(cherry picked from commit c0166b0743 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/webhdfs/WebHdfsHandler.java
|
2016-08-04 09:35:16 -05:00 |
Jing Zhao
|
54be36a6d6
|
HDFS-9894. Add unsetStoragePolicy API to FileContext/AbstractFileSystem and derivatives. Contributed by Xiaobing Zhou.
(cherry picked from commit 7149cdb3c2d9dd390cd8668883cbe5db94090e0a)
|
2016-07-25 09:51:59 -07:00 |
Arpit Agarwal
|
bbf711c030
|
HDFS-9534. Add CLI command to clear storage policy from a path. (Contributed by Xiaobing Zhou)
|
2016-07-25 09:51:59 -07:00 |
Jitendra Pandey
|
a363277be5
|
HADOOP-13368. DFSOpsCountStatistics$OpType#fromSymbol and s3a.Statistic#fromSymbol should be O(1) operation. Contributed by Mingliang Liu.
|
2016-07-15 14:32:20 -07:00 |
Jitendra Pandey
|
9c7ce389c7
|
HADOOP-13283. Support reset operation for new global storage statistics and per FS storage stats. Contributed by Mingliang Liu.
|
2016-07-07 15:04:47 -07:00 |
Jitendra Pandey
|
bc7fd76a1f
|
HADOOP-13305. Define common statistics names across schemes. Contributed by Mingliang Liu.
|
2016-07-01 15:37:32 -07:00 |
Akira Ajisaka
|
700dacf8c4
|
HDFS-7597. DelegationTokenIdentifier should cache the TokenIdentifier to UGI mapping. Contributed by Daryn Sharp, Bob Hansen, and Xiao Chen.
(cherry picked from commit d433b16ce6 )
(cherry picked from commit ad50a64ded )
|
2016-06-22 11:02:48 +09:00 |
Jitendra Pandey
|
29c3ee9744
|
HDFS-10538. Remove AsyncDistributedFileSystem. Contributed by Xiaobing Zhou and Jitendra Pandey.
|
2016-06-20 18:05:32 -07:00 |
Jitendra Pandey
|
2f95d22b17
|
HADOOP-13291. Probing stats in DFSOpsCountStatistics/S3AStorageStatistics should be correctly implemented. Contributed by Mingliang Liu.
|
2016-06-20 16:31:54 -07:00 |
Brahma Reddy Battula
|
9d27530c36
|
HDFS-10474. hftp copy fails when file name with Chinese+special char in branch-2 (Contributed by Brahma Reddy Battula)
(cherry picked from commit 3f27f40503 )
|
2016-06-20 12:40:11 +05:30 |
Akira Ajisaka
|
b35c7cdd14
|
HADOOP-12892. fix/rewrite create-release. Contributed by Allen Wittenauer.
|
2016-06-16 14:06:08 +09:00 |
Tsz-Wo Nicholas Sze
|
49535c0683
|
Revert "Revert "HADOOP-13226 Support async call retry and failover.""
This reverts commit 886e239606 .
|
2016-06-06 16:54:02 +08:00 |
Tsz-Wo Nicholas Sze
|
79beac49ec
|
Revert "Revert "HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit 1de712f22a .
|
2016-06-06 16:53:46 +08:00 |
Tsz-Wo Nicholas Sze
|
c949001eee
|
Revert "Revert "HADOOP-13168. Support Future.get with timeout in ipc async calls.""
This reverts commit 308d28640d .
|
2016-06-06 16:53:41 +08:00 |
Tsz-Wo Nicholas Sze
|
5b054b1bfc
|
Revert "Revert "HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit ffa85f28a2 .
|
2016-06-06 16:53:36 +08:00 |
Tsz-Wo Nicholas Sze
|
8ccc8aeb6c
|
Revert "Revert "HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou""
This reverts commit 8a07026e77 .
|
2016-06-06 16:53:31 +08:00 |
Tsz-Wo Nicholas Sze
|
2cf663bb59
|
Revert "Revert "HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit d740a90260 .
|
2016-06-06 16:53:24 +08:00 |
Andrew Wang
|
d740a90260
|
Revert "HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit bdc45bef64 .
|
2016-06-03 18:17:33 -07:00 |
Andrew Wang
|
8a07026e77
|
Revert "HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou"
This reverts commit a1ba6eee38 .
|
2016-06-03 18:17:33 -07:00 |
Andrew Wang
|
ffa85f28a2
|
Revert "HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit ac04900450 .
|
2016-06-03 18:12:31 -07:00 |
Andrew Wang
|
308d28640d
|
Revert "HADOOP-13168. Support Future.get with timeout in ipc async calls."
This reverts commit fa7c7f2510 .
|
2016-06-03 18:12:31 -07:00 |
Andrew Wang
|
1de712f22a
|
Revert "HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit 339b803a52 .
|
2016-06-03 18:12:31 -07:00 |
Andrew Wang
|
886e239606
|
Revert "HADOOP-13226 Support async call retry and failover."
This reverts commit a8941d7790 .
|
2016-06-03 18:12:30 -07:00 |
Andrew Wang
|
d712b2ee3b
|
HADOOP-13155. Implement TokenRenewer to renew and cancel delegation tokens in KMS. Contributed by Xiao Chen.
(cherry picked from commit 713cb71820 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.java
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSUtilClient.java
(cherry picked from commit 03c4724c88 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSUtilClient.java
|
2016-06-03 17:03:40 -07:00 |
Tsz-Wo Nicholas Sze
|
a8941d7790
|
HADOOP-13226 Support async call retry and failover.
|
2016-05-31 17:16:44 -07:00 |
Tsz-Wo Nicholas Sze
|
339b803a52
|
HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou
|
2016-05-26 12:23:05 -07:00 |
Tsz-Wo Nicholas Sze
|
fa7c7f2510
|
HADOOP-13168. Support Future.get with timeout in ipc async calls.
|
2016-05-26 12:22:57 -07:00 |
Tsz-Wo Nicholas Sze
|
ac04900450
|
HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou
|
2016-05-26 12:20:31 -07:00 |
Tsz-Wo Nicholas Sze
|
f6dfb71762
|
HDFS-8057 Move BlockReader implementation to the client implementation package. Contributed by Takanobu Asanuma
|
2016-05-25 12:26:25 -07:00 |
Yongjun Zhang
|
2bcf1eb36a
|
HDFS-10381, DataStreamer DataNode exclusion log message should be warning. (John Zhuge via Yongjun Zhang)
(cherry picked from commit 16c07cc68a )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/StripedDataStreamer.java
(cherry picked from commit 456fe08a6d )
|
2016-05-17 16:00:49 -07:00 |
Kihwal Lee
|
362a778bf5
|
HDFS-10303. DataStreamer#ResponseProcessor calculates packet ack latency incorrectly. Contributed by Surendra Singh Lilhore.
(cherry picked from commit 4a5819dae2 )
|
2016-05-17 09:00:59 -05:00 |
Akira Ajisaka
|
388b2010ae
|
HDFS-10242. Cannot create space quota of zero. Contributed by Takashi Ohnishi.
(cherry picked from commit 9fe5828f05 )
(cherry picked from commit 7f03c1c90e )
|
2016-05-17 15:56:36 +09:00 |
Colin Patrick Mccabe
|
5f04795aed
|
HADOOP-13065. Add a new interface for retrieving FS and FC Statistics (Mingliang Liu via cmccabe)
(cherry picked from commit 687233f20d )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDistributedFileSystem.java
(cherry picked from commit 15bfcde238 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDistributedFileSystem.java
|
2016-05-11 14:24:51 -07:00 |
Xiaoyu Yao
|
5dfcfb2d2d
|
HDFS-10344. DistributedFileSystem#getTrashRoots should skip encryption zone that does not have .Trash. Contributed by Xiaoyu Yao.
(cherry picked from commit 45a753ccf7 )
|
2016-05-02 19:50:10 -07:00 |
Tsz-Wo Nicholas Sze
|
a1ba6eee38
|
HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou
|
2016-05-02 11:34:59 -07:00 |
Tsz-Wo Nicholas Sze
|
bdc45bef64
|
HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou
|
2016-05-02 11:34:22 -07:00 |
Lei Xu
|
5477c31c5c
|
HDFS-3702. Add an option for NOT writing the blocks locally if there is a datanode on the same box as the client. (Contributed by Lei (Eddy) Xu)
(cherry picked from commit 0a152103f1 )
(cherry picked from commit 4289cb8b36 )
|
2016-05-02 10:21:59 -07:00 |
Masatake Iwasaki
|
c4d8090b72
|
HDFS-9905. WebHdfsFileSystem#runWithRetry should display original stack trace on error. (Wei-Chiu Chuang via iwasakims)
(cherry picked from commit 6fcde2e38d )
|
2016-04-23 23:55:27 +09:00 |
Kihwal Lee
|
7dd8798933
|
HDFS-10292. Add block id when client got Unable to close file exception. Contributed by Brahma Reddy Battula.
(cherry picked from commit 2c155afe27 )
|
2016-04-14 14:26:59 -05:00 |
Akira Ajisaka
|
e2b8bdbe0a
|
HDFS-10277. PositionedReadable test testReadFullyZeroByteFile failing in HDFS. Contributed by Steve Loughran.
(cherry picked from commit a409508b3f )
(cherry picked from commit 8f968171bd )
|
2016-04-12 14:55:42 +09:00 |
Chris Nauroth
|
1b5b85e560
|
HADOOP-12994. Specify PositionedReadable, add contract tests, fix problems. Contributed by Steve Loughran.
(cherry picked from commit 843ee8d59d )
(cherry picked from commit 26a23eff82 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSInputStream.java
|
2016-04-08 13:44:27 -07:00 |
Eric Payne
|
497c65ad0c
|
HDFS-9945. Datanode command for evicting writers. Contributed by Kihwal Lee
(cherry picked from commit aede8c10ec )
|
2016-04-06 20:33:40 +00:00 |
Colin Patrick Mccabe
|
8514ab8cb5
|
HDFS-6520. hdfs fsck passes invalid length value when creating BlockReader (Xiao Chen via cmccabe)
(cherry picked from commit 188f65287d )
(cherry picked from commit 387d3f25c1 )
|
2016-04-06 11:38:19 -07:00 |
Masatake Iwasaki
|
886273e123
|
HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims)
(cherry picked from commit 85ec5573eb )
|
2016-04-06 03:29:49 +09:00 |