Kihwal Lee
|
deae1f8323
|
HADOOP-11859. PseudoAuthenticationHandler fails with httpcomponents v4.4. Contributed by Eugene Koifman.
(cherry picked from commit db4419df6b )
|
2016-12-09 11:05:04 -06:00 |
Akira Ajisaka
|
45bc79d135
|
HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.
(cherry picked from commit 00096dcc0c )
(cherry picked from commit 0c895e8a62 )
|
2016-11-29 19:59:33 +09:00 |
Kihwal Lee
|
ba10a055e4
|
HADOOP-13742. Expose NumOpenConnectionsPerUser as a metric. Brahma Reddy Battula.
(cherry picked from commit bd3735554f )
(cherry picked from commit 0fb1306f93 )
|
2016-11-28 15:37:45 -08:00 |
Mingliang Liu
|
48a2dacc68
|
HADOOP-13655. document object store use with fs shell and distcp. Contributed by Steve Loughran
(cherry picked from commit ed9dcdae57 )
|
2016-11-22 13:30:26 -08:00 |
Zhe Zhang
|
cc1979b2a0
|
HDFS-10872. Add MutableRate metrics for FSNamesystemLock operations. Contributed by Erik Krogen.
|
2016-11-14 23:09:12 -08:00 |
Zhe Zhang
|
d762730367
|
HADOOP-13782. Make MutableRates metrics thread-local write, aggregate-on-read. Contributed by Erik Krogen.
(cherry picked from commit 77c13c3857 )
(cherry picked from commit 758638d08d )
(cherry picked from commit d93dc01e3d )
|
2016-11-08 16:15:44 -08:00 |
Zhe Zhang
|
64657cd675
|
HADOOP-13804. MutableStat mean loses accuracy if add(long, long) is used. Contributed by Erik Krogen.
(cherry picked from commit 3dbad5d823 )
(cherry picked from commit b245e9ce2f )
(cherry picked from commit 384b7b71a3 )
|
2016-11-07 16:22:16 -08:00 |
yliu
|
49f983633a
|
HADOOP-12483. Maintain wrapped SASL ordering for postponed IPC responses. (Daryn Sharp via yliu)
(cherry picked from commit 2c0dbf728a )
|
2016-11-01 22:56:25 -07:00 |
Zhe Zhang
|
e6ee3e2597
|
HADOOP-10300. Allowed deferred sending of call responses. Contributed by Daryn Sharp.
|
2016-11-01 22:24:40 -07:00 |
Zhe Zhang
|
c10428bb7e
|
HADOOP-12325. RPC Metrics : Add the ability track and log slow RPCs. Contributed by Anu Engineer.
|
2016-10-31 11:43:46 -07:00 |
Arpit Agarwal
|
c60cbb3396
|
HADOOP-10597. RPC Server signals backoff to clients when all request queues are full. (Contributed by Ming Ma)
(cherry picked from commit edbeefdb05 )
|
2016-10-31 11:25:08 -07:00 |
Brahma Reddy Battula
|
616d634525
|
HADOOP-13201. Print the directory paths when ViewFs denies the rename operation on internal dirs. Contributed by Tianyin Xiu
(cherry picked from commit 0c837db8a8 )
|
2016-10-27 19:57:00 +05:30 |
Brahma Reddy Battula
|
d05e737b84
|
HADOOP-13236. truncate will fail when we use viewfilesystem. Contributed by Brahma Reddy Battula
(cherry picked from commit f872c6bc03 )
|
2016-10-21 06:21:46 +05:30 |
Steve Loughran
|
897cf09b40
|
Revert "HADOOP-13236. truncate will fail when we use viewfilesystem. Contributed by Brahma Reddy Battula"
This reverts commit f6d8746f2e .
|
2016-10-20 19:48:56 +01:00 |
Brahma Reddy Battula
|
f6d8746f2e
|
HADOOP-13236. truncate will fail when we use viewfilesystem. Contributed by Brahma Reddy Battula
(cherry picked from commit f872c6bc03 )
|
2016-10-20 21:54:09 +05:30 |
Brahma Reddy Battula
|
1e5c40b5b4
|
HDFS-9444. Add utility to find set of available ephemeral ports to ServerSocketUtil. Contributed by Masatake Iwasaki
(cherry picked from commit e9a34ae29c )
(cherry picked from commit 5f754e8638 )
|
2016-10-18 10:50:19 -07:00 |
Robert Kanter
|
bd16763591
|
HADOOP-12259. Utility to Dynamic port allocation (brahmareddy via rkanter)
(cherry picked from commit ee233ec95c )
(cherry picked from commit 731ed9cad8 )
|
2016-10-18 10:25:52 -07:00 |
Wei-Chiu Chuang
|
f27cf17f7e
|
HADOOP-13535. Add jetty6 acceptor startup issue workaround to branch-2. Contributed by Min Shen.
(cherry picked from commit 23984e1787 )
(cherry picked from commit 6ca5ffe4b5 )
|
2016-10-18 10:03:46 -07:00 |
Brahma Reddy Battula
|
23d4351174
|
adding entry for HADOOP-13670 in changes.txt
|
2016-10-06 20:01:31 +05:30 |
Brahma Reddy Battula
|
7e241cfcba
|
HADOOP-13670. Update CHANGES.txt to reflect all the changes in branch-2.7. Contributed by Brahma Reddy Battula
|
2016-10-06 17:56:45 +05:30 |
Kihwal Lee
|
031125b8ff
|
HADOOP-11780. Prevent IPC reader thread death. Contributed by Daryn Sharp.
(cherry picked from commit e19b37ead2 )
|
2016-09-28 10:49:29 -05:00 |
Brahma Reddy Battula
|
aaff2033b9
|
HADOOP-12597. In kms-site.xml configuration hadoop.security.keystore.JavaKeyStoreProvider.password should be updated with new name. ( Contributed by Surendra Singh Lilhore via Brahma Reddy Battula)
|
2016-09-26 22:31:31 +05:30 |
Konstantin V Shvachko
|
66ee9f554e
|
HDFS-10843. Add missing file to commit 4b5806217e .
|
2016-09-23 11:13:25 -07:00 |
Mingliang Liu
|
2a1e48bd2f
|
HADOOP-13601. Fix a log message typo in AbstractDelegationTokenSecretManager. Contributed by Mehran Hassani.
(cherry picked from commit e80386d69d )
|
2016-09-20 13:25:01 -07:00 |
Xiao Chen
|
81ac06039e
|
HADOOP-13558. UserGroupInformation created from a Subject incorrectly tries to renew the Kerberos ticket. Contributed by Xiao Chen.
(cherry picked from commit 680be58aac )
(cherry picked from commit d157733082 )
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java
(cherry picked from commit a7f1dc8aa8 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
|
2016-09-19 12:56:02 -07:00 |
Akira Ajisaka
|
e807fde448
|
HADOOP-13579. Fix source-level compatibility after HADOOP-11252. Contributed by Tsuyoshi Ozawa.
|
2016-09-09 14:27:57 +09:00 |
Kihwal Lee
|
a9479f8f2c
|
HADOOP-12418. TestRPC.testRPCInterruptedSimple fails intermittently. Contributed Kihwal Lee.
Cherry-picked from 01b103f4ff
|
2016-08-30 12:52:31 +00:00 |
Zhe Zhang
|
1d01704060
|
HADOOP-12765. HttpServer2 should switch to using the non-blocking SslSelectChannelConnector to prevent performance degradation when handling SSL connections. Contributed by Min Shen. Branch-2 patch contributed by Wei-Chiu Chuang.
(cherry picked from commit dfcbc12026 )
(cherry picked from commit 8bc33bf343 )
|
2016-08-29 10:10:47 -07:00 |
Haohui Mai
|
0d8a1636ef
|
HDFS-9145. Tracking methods that hold FSNamesytemLock for too long. Contributed by Mingliang Liu.
(cherry picked from commit 5c5362980c )
|
2016-08-25 10:18:50 -07:00 |
Xiaoyu Yao
|
e5cb9d9e18
|
HDFS-8883. NameNode Metrics : Add FSNameSystem lock Queue Length. Contributed by Anu Engineer.
(cherry picked from commit a7862d5fe4 )
(cherry picked from commit 27ccbd51f6 )
|
2016-08-25 10:10:18 -07:00 |
cnauroth
|
a1d8e421f6
|
HDFS-8721. Add a metric for number of encryption zones. Contributed by Rakesh R.
(cherry picked from commit cb03768b1b )
(cherry picked from commit 57d55d40dd )
|
2016-08-25 09:39:27 -07:00 |
Zhe Zhang
|
5fe29062eb
|
HADOOP-12668. Support excluding weak Ciphers in HttpServer2 through ssl-server.conf. Contributed by Vijay Singh.
Change-Id: Ie46a5427d29188935427f67e55203c19fcd83335
(cherry picked from commit 6d4a4e785b )
|
2016-08-23 15:09:05 -07:00 |
Wei-Chiu Chuang
|
cdc48c5d5e
|
HDFS-8224. Schedule a block for scanning if its metadata file is
corrupt. Contributed by Rushabh S Shah.
|
2016-08-23 07:28:21 -07:00 |
Mingliang Liu
|
eae9b691ca
|
HADOOP-13512. ReloadingX509TrustManager should keep reloading in case of exception. (Contributed by Mingliang Liu)
(cherry picked from commit 0f51eae0c0 )
|
2016-08-18 14:23:22 -07:00 |
Andrew Wang
|
d59f688992
|
HADOOP-13494. ReconfigurableBase can log sensitive information. Contributed by Sean Mackrory.
|
2016-08-17 13:17:52 -07:00 |
Zhe Zhang
|
13414be1a1
|
HDFS-9888. Allow reseting KerberosName in unit tests. Contributed by Xiao Chen.
(cherry picked from commit 3e8099a45a )
(cherry picked from commit 00ff3d737c )
(cherry picked from commit 9c1c48c0d4 )
|
2016-08-11 16:40:02 -07:00 |
Zhe Zhang
|
7f78740885
|
HDFS-9804. Allow long-running Balancer to login with keytab. Contributed by Xiao Chen.
(cherry picked from commit ccff6035f5 )
(cherry picked from commit 7d402692b4 )
(cherry picked from commit b8b4ea67d8 )
|
2016-08-11 16:18:40 -07:00 |
Arpit Agarwal
|
9669779f2c
|
HADOOP-13434. Add bash quoting to Shell class. (Owen O'Malley)
|
2016-08-03 14:28:44 -07:00 |
Jason Lowe
|
2bf4e76370
|
HADOOP-10980. TestActiveStandbyElector fails occasionally in trunk. Contributed by Eric Badger
(cherry picked from commit c82745432a )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/ActiveStandbyElector.java
|
2016-08-03 20:27:15 +00:00 |
Wangda Tan
|
6cb2e9733d
|
Backport Doclet fixes from YARN-3426
|
2016-07-27 16:41:55 -07:00 |
Haohui Mai
|
63711c3960
|
HADOOP-11814. Reformat hadoop-annotations, o.a.h.classification.tools. Contributed by Li Lu.
(cherry picked from commit dc0282d64c )
|
2016-07-27 16:41:55 -07:00 |
Jason Lowe
|
5220d4dc27
|
HADOOP-11149. Increase the timeout of TestZKFailoverController. Contributed by Steve Loughran.
(cherry picked from commit 579f9030da )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2016-07-21 15:01:56 +00:00 |
Akira Ajisaka
|
a6798991f0
|
HADOOP-12991. Conflicting default ports in DelegateToFileSystem. Contributed by Kai Sasaki.
(cherry picked from commit dc065dd64c )
(cherry picked from commit 8fe2c450b3 )
|
2016-07-19 16:07:40 -07:00 |
Akira Ajisaka
|
833117c219
|
HADOOP-13202. Avoid possible overflow in org.apache.hadoop.util.bloom.BloomFilter#getNBytes. Contributed by Kai Sasaki.
(cherry picked from commit c2bcffb34e )
(cherry picked from commit 09375baad1 )
|
2016-07-18 11:52:43 -07:00 |
Tsuyoshi Ozawa
|
65adabd0d1
|
HADOOP-13298. Fix the leftover L&N files in hadoop-build-tools/src/main/resources/META-INF/. (ozawa)
(cherry picked from commit ea9f43781e )
|
2016-07-16 08:20:43 +09:00 |
Zhe Zhang
|
45ed97e0d2
|
HADOOP-13290. Appropriate use of generics in FairCallQueue. Contributed by Jonathan Hung.
(cherry picked from commit 728bf7f698 )
(cherry picked from commit b95f1af8a9 )
(cherry picked from commit cbd885b6fa )
|
2016-07-13 16:49:54 -07:00 |
Arpit Agarwal
|
771033babd
|
HADOOP-12570. HDFS Secure Mode Documentation updates. (Arpit Agarwal)
|
2016-07-13 13:02:01 -07:00 |
Tsuyoshi Ozawa
|
7c5e7433e1
|
HADOOP-11361. Fix a race condition in MetricsSourceAdapter.updateJmxCache. Contributed by Vinayakumar B, Yongjun Zhang, and Brahma Reddy Battula. (ozawa)
Updated CHANGES.txt
(cherry picked from commit 77ffe76212 )
|
2016-07-13 21:49:02 +09:00 |
Vinod Kumar Vavilapalli
|
c454639abf
|
HADOOP-13312. Updated CHANGES.txt to reflect all the changes in branch-2.7. Contributed by Akira Ajisaka.
|
2016-07-12 15:41:22 -07:00 |
Akira Ajisaka
|
e8c253d500
|
HADOOP-13297. Add missing dependency in setting maven-remote-resource-plugin to fix builds. Contributed by Sean Busbey.
(cherry picked from commit 7bd5d4272c )
(cherry picked from commit 02b037f625 )
|
2016-07-11 17:24:35 -07:00 |