Tsz-Wo Nicholas Sze
|
ce788c207f
|
HADOOP-13227. AsyncCallHandler should use an event driven architecture to handle async calls.
|
2016-06-25 15:51:45 +08:00 |
Jing Zhao
|
e251654ee4
|
HADOOP-13249. RetryInvocationHandler need wrap InterruptedException in IOException when call Thread.sleep. Contributed by Zhihai Xu.
(cherry picked from commit 0bbb4ddd79 )
|
2016-06-25 15:51:35 +08:00 |
Colin Patrick Mccabe
|
2d681a9246
|
Fix accidental revert of HADOOP-13072: WindowsGetSpaceUsed constructor should be public (Vinayakumar B via cmccabe)
(cherry picked from commit 975786492c )
(cherry picked from commit e751bb4497 )
|
2016-06-24 09:47:41 -07:00 |
Andrew Wang
|
f28c270c96
|
Revert "HADOOP-13228. Add delegation token to the connection in DelegationTokenAuthenticator. Contributed by Xiao Chen."
This reverts commit 4ad9ca85fb .
|
2016-06-23 11:09:06 -07:00 |
Allen Wittenauer
|
d4474d7d09
|
HADOOP-13245. Fix up some misc create-release issues (aw)
(cherry picked from commit e2f640942b )
(cherry picked from commit 2a956baaab )
|
2016-06-23 15:16:33 +09:00 |
Masatake Iwasaki
|
9c46f99cc6
|
HADOOP-12588. addendum patch to fix intermittent failure of TestGangliaMetrics. (iwasakims)
(cherry picked from commit 67089875f0 )
|
2016-06-22 23:49:04 +09:00 |
Steve Loughran
|
1eb45180a6
|
HADOOP-13203 S3A: Support fadvise "random" mode for high performance readPositioned() reads. Contributed by Rajesh Balamohan and stevel.
|
2016-06-22 15:41:52 +01:00 |
Akira Ajisaka
|
6fefb8f4a4
|
HADOOP-13296. Cleanup javadoc for Path. Contributed by Daniel Templeton.
(cherry picked from commit e15cd43369 )
(cherry picked from commit 65b4f2682e )
|
2016-06-21 20:17:42 +09:00 |
Colin Patrick Mccabe
|
c5dafb4ad7
|
HADOOP-13288. Guard null stats key in FileSystemStorageStatistics (Mingliang Liu via Colin P. McCabe)
(cherry picked from commit 8c1f81d4bf )
(cherry picked from commit 14df17383c )
|
2016-06-20 14:30:51 -07:00 |
Colin Patrick Mccabe
|
c610b60331
|
HADOOP-13280. FileSystemStorageStatistics#getLong(“readOps“) should return readOps + largeReadOps (Mingliang Liu via cmccabe)
(cherry picked from commit 5370a6ffae )
(cherry picked from commit 7db1e57cc1 )
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemStorageStatistics.java
|
2016-06-20 10:53:14 -07:00 |
Akira Ajisaka
|
615a023be3
|
HADOOP-13192. org.apache.hadoop.util.LineReader cannot handle multibyte delimiters correctly. Contributed by binde.
(cherry picked from commit fc6b50cc57 )
(cherry picked from commit 39ea0891d2 )
|
2016-06-20 17:08:19 +09: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 |
Chris Nauroth
|
55658dcaa3
|
Revert "HADOOP-12718. Incorrect error message by fs -put local dir without permission. (John Zhuge via Yongjun Zhang)"
This reverts commit 62206dd2ed .
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2016-06-17 23:51:27 -07:00 |
Akira Ajisaka
|
242263c56d
|
HADOOP-12943. Add -w -r options in dfs -test command. Contributed by Weiwei Yang.
(cherry picked from commit 09e82acaf9 )
(cherry picked from commit a36aa920f4 )
|
2016-06-17 16:21:31 +09:00 |
Xiaoyu Yao
|
e84a9c976a
|
HADOOP-13255. KMSClientProvider should check and renew tgt when doing delegation token operations. Contributed by Xiao Chen.
(cherry picked from commit ddf66427ff )
|
2016-06-16 20:12:55 -07:00 |
Konstantin V Shvachko
|
408848d1e9
|
HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi.
|
2016-06-16 18:33:05 -07:00 |
Colin Patrick Mccabe
|
04682cc6b0
|
HADOOP-12975. Add jitter to CachingGetSpaceUsed's thread (Elliott Clark via Colin P. McCabe)
(cherry picked from commit bf780406f2 )
(cherry picked from commit 56c997a1a6 )
|
2016-06-16 17:03:52 -07:00 |
Colin Patrick Mccabe
|
b07cd9c6a9
|
HADOOP-13284. FileSystemStorageStatistics must not attempt to read non-existent rack-aware read stats in branch-2.8 (Mingliang Liu via cmccabe)
|
2016-06-16 16:45:41 -07:00 |
Chris Nauroth
|
eddefbd01b
|
HADOOP-13241. document s3a better. Contributed by Steve Loughran.
(cherry picked from commit 127d2c7281 )
(cherry picked from commit e4b63ed7b4 )
|
2016-06-16 11:19:00 -07:00 |
Masatake Iwasaki
|
3c9d31c55a
|
HADOOP-13244. o.a.h.ipc.Server#Server should honor handlerCount when queueSizePerHandler is specified in consturctor. Contributed by Kai Sasaki.
(cherry picked from commit 20b13d109a )
|
2016-06-14 19:52:48 +09:00 |
Vinayakumar B
|
3bf5379adb
|
HADOOP-13179. GenericOptionsParser is not thread-safe because commons-cli OptionBuilder is not thread-safe. (Contributed by hongbin ma)
(cherry picked from commit 5cd19e429e7aef8751599dc5f54ffe29a9dc3ea9)
(cherry picked from commit 06b76f1586 )
|
2016-06-14 15:59:36 +05:30 |
Akira Ajisaka
|
8295351e54
|
HADOOP-13270. BZip2CompressionInputStream finds the same compression marker twice in corner case, causing duplicate data blocks. Contributed by Kai Sasaki.
(cherry picked from commit e3ba9ad3f1 )
(cherry picked from commit d219550e8b )
|
2016-06-14 10:24:53 +09:00 |
Andrew Wang
|
08ff8d7482
|
HADOOP-13079. Add -q option to Ls to print ? instead of non-printable characters. Contributed by John Zhuge.
(cherry picked from commit 0accc3306d )
(cherry picked from commit 6a8d3233fc )
|
2016-06-13 11:44:08 -07:00 |
Akira Ajisaka
|
f5cdf94725
|
HADOOP-13213. Small Documentation bug with AuthenticatedURL in hadoop-auth. Contributed by Tom Ellis.
This closes #97.
(cherry picked from commit 8a1dccecce )
(cherry picked from commit 035eea4d12 )
|
2016-06-11 03:33:40 +09:00 |
Wangda Tan
|
9436548152
|
YARN-3426. Add jdiff support to YARN. (vinodkv via wangda)
|
2016-06-10 09:56:18 -07:00 |
Steve Loughran
|
faf9a9f4e0
|
HADOOP-12537 S3A to support Amazon STS temporary credentials. Contributed by Sean Mackrory.
|
2016-06-09 20:58:30 +01:00 |
Steve Loughran
|
7e09601a90
|
HADOOP-13237: s3a initialization against public bucket fails if caller lacks any credentials. Contributed by Chris Nauroth
|
2016-06-09 16:36:51 +01:00 |
Junping Du
|
333490ba45
|
HADOOP-10048. LocalDirAllocator should avoid holding locks while accessing the filesystem. Contributed by Jason Lowe.
(cherry picked from commit c14c1b298e )
(cherry picked from commit 19eb997f67 )
|
2016-06-07 09:26:05 -07: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
|
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
|
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
|
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
|
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 |
Chris Nauroth
|
e54f073cfe
|
HADOOP-13105. Support timeouts in LDAP queries in LdapGroupsMapping. Contributed by Mingliang Liu.
(cherry picked from commit d82bc85018 )
(cherry picked from commit 5e6ee5aafb )
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestLdapGroupsMapping.java
|
2016-06-03 16:40:48 -07:00 |
Jian He
|
3c2bd19fa5
|
YARN-5190. Registering/unregistering container metrics in ContainerMonitorImpl and ContainerImpl causing uncaught exception in ContainerMonitorImpl. Contributed by Junping Du
(cherry picked from commit 99cc439e29 )
|
2016-06-03 11:11:49 -07:00 |
Chris Nauroth
|
b8216c10d8
|
HADOOP-13171. Add StorageStatistics to S3A; instrument some more operations. Contributed by Steve Loughran.
|
2016-06-03 08:56:36 -07:00 |
Akira Ajisaka
|
d0dc5aaa2d
|
HDFS-10341. Add a metric to expose the timeout number of pending replication blocks. (aajisaka)
(cherry picked from commit b6d5546e24 )
|
2016-06-03 16:04:40 +09:00 |
Masatake Iwasaki
|
5b3d9ca0cd
|
HDFS-10367. TestDFSShell.testMoveWithTargetPortEmpty fails with Address bind exception. Contributed by Brahma Reddy Battula.
(cherry picked from commit aadb77e412 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSShell.java
(cherry picked from commit 3740974413 )
|
2016-06-02 21:04:48 +09:00 |
Akira Ajisaka
|
f7e1a1eaa7
|
HADOOP-13232. Typo in exception in ValueQueue.java. Contributed by Jiayi Zhou.
(cherry picked from commit 99675e00df )
(cherry picked from commit 6843e55208 )
|
2016-06-02 19:15:57 +09:00 |
Andrew Wang
|
4ad9ca85fb
|
HADOOP-13228. Add delegation token to the connection in DelegationTokenAuthenticator. Contributed by Xiao Chen.
(cherry picked from commit 35356de1ba )
(cherry picked from commit 55eda958cc )
|
2016-06-01 13:13:38 -07:00 |
Steve Loughran
|
809e359d2d
|
HADOOP-13162. Consider reducing number of getFileStatus calls in S3AFileSystem.mkdirs. (Rajesh Balamohan via stevel)
|
2016-06-01 14:17:18 +01:00 |
Colin Patrick Mccabe
|
6fe1c67fa1
|
HADOOP-13137. TraceAdmin should support Kerberized cluster (Wei-Chiu Chuang via cmccabe)
(cherry picked from commit 8ceb06e239 )
(cherry picked from commit a64e1425ed )
|
2016-05-31 18:26:37 -07:00 |
Tsz-Wo Nicholas Sze
|
a8941d7790
|
HADOOP-13226 Support async call retry and failover.
|
2016-05-31 17:16:44 -07:00 |
Jing Zhao
|
03c4491d89
|
HADOOP-13146. Refactor RetryInvocationHandler. Contributed by Tsz Wo Nicholas Sze.
|
2016-05-31 17:16:26 -07:00 |
Andrew Wang
|
63f73d78a1
|
HADOOP-13132. Handle ClassCastException on AuthenticationException in LoadBalancingKMSClientProvider. Contributed by Wei-Chiu Chuang.
(cherry picked from commit bca31fe276 )
|
2016-05-31 09:35:30 -07:00 |
Xiaoyu Yao
|
1d2928ece7
|
HADOOP-13197. Add non-decayed call metrics for DecayRpcScheduler. Contributed by Xiaoyu Yao.
(cherry picked from commit 4ca8859583 )
(cherry picked from commit 001c8f5d7b )
|
2016-05-27 18:51:46 -07:00 |