Sean Busbey
b51623503f
HADOOP-14686. Add patchprocess/ to .gitignore. Contributed by Sean Busbey.
2017-07-26 16:27:48 -07:00
Mingliang Liu
e53c489941
HADOOP-14214. DomainSocketWatcher::add()/delete() should not self interrupt while looping await(). Contributed by Mingliang Liu
...
(cherry picked from commit d35e79abc2
)
(cherry picked from commit 47d3c29e30
)
2017-07-26 07:45:30 -07:00
Zhe Zhang
964e192d1e
Addendum fix for HADOOP-10829 to update CHANGES.txt
2017-07-25 09:13:28 -07:00
Jitendra Pandey
18fe88ac63
HADOOP-10829. Iteration on CredentialProviderFactory.serviceLoader is thread-unsafe. Contributed by Benoy Antony and Rakesh R.
...
(cherry picked from commit b82485d6fe
)
(cherry picked from commit c0e294ffc8
)
2017-07-25 09:07:40 -07:00
Brahma Reddy Battula
ef371dd187
HADOOP-13867. FilterFileSystem should override rename(.., options) to take effect of Rename options called via FilterFileSystem implementations. Contributed By Vinayakumar B.
...
(cherry picked from commit 0ef796174e
)
2017-07-21 20:53:24 +08:00
Brahma Reddy Battula
978ba21bd0
HADOOP-14356. Update CHANGES.txt to reflect all the changes in branch-2.7. Contributed by Brahma Reddy Battula.
2017-07-17 22:56:56 +08:00
Konstantin V Shvachko
c5e9a15e1e
HADOOP-14586. StringIndexOutOfBoundsException breaks org.apache.hadoop.util.Shell on 2.7.x with Java 9. Contributed by Uwe Schindler.
2017-07-11 16:01:58 -07:00
Xiao Chen
0ee637f849
HADOOP-14044. Synchronization issue in delegation token cancel functionality. Contributed by Hrishikesh Gadre.
...
(cherry picked from commit ba75bc7593
)
(cherry picked from commit 05ed48b75a
)
(cherry picked from commit e2e18501ab1a0a1ebee739fa825b6411b2350a26)
2017-07-10 13:48:19 -07:00
Kihwal Lee
11e6c96788
HADOOP-14440. Add metrics for connections dropped. Contributed by Eric Badger.
...
(cherry picked from commit abdd609e51
)
(cherry picked from commit 9854682ea4
)
2017-06-12 09:45:52 -07:00
Xiao Chen
67e87c9aff
HADOOP-14474. Use OpenJDK 7 instead of Oracle JDK 7 to avoid oracle-java7-installer failures. Contributed by Akira Ajisaka.
...
(cherry picked from commit 5e40efe0ec
)
(cherry picked from commit d946387850
)
Conflicts:
dev-support/docker/Dockerfile
2017-06-02 09:36:08 -07:00
Kihwal Lee
01cdea732f
HDFS-5042. Completed files lost after power failure. Contributed by Vinayakumar B.
2017-06-01 12:41:00 -05:00
Steve Loughran
f225b5514f
HADOOP-13026 Should not wrap IOExceptions into a AuthenticationException in KerberosAuthenticator. Xuan Gong via stevel
2017-05-24 19:00:18 -07:00
Amar Kamat
61ba70c978
HADOOP-7851. Configuration.getClasses() never returns the default value. (amarrk)
...
(cherry picked from commit 82d57ee7fe
)
2017-05-24 17:19:54 -07:00
Brahma Reddy Battula
7ae1bc3c20
HDFS-11864. Document Metrics to track usage of memory for writes. Contributed by Yiqun Lin.
...
(cherry picked from commit 52661e0912
)
2017-05-24 00:04:25 +08:00
Chris Douglas
2b58fb8b03
HADOOP-14434. Use MoveFileEx to allow renaming a file when the destination exists. Contributed by Lukas Majercak
...
(cherry picked from commit ef9e536a71
)
(cherry picked from commit 4bb0565443
)
(cherry picked from commit 475b50b44c
)
2017-05-17 17:30:20 -07:00
Brahma Reddy Battula
3004358639
HDFS-8312. Trash does not descent into child directories to check for permissions. Contributed By Weiwei Yang via Eric Yang.
2017-05-16 23:27:57 +05:30
Jason Lowe
3252064eac
HADOOP-14376. Memory leak when reading a compressed file using the native library. Contributed by Eli Acherkan
...
(cherry picked from commit 7bc2172248
)
2017-05-12 17:04:31 -05:00
Chris Douglas
db72660f30
HADOOP-12173. NetworkTopology::add calls toString always. Contributed by Inigo Goiri
...
(cherry picked from commit e59f6fad6a
)
# Conflicts:
# hadoop-common-project/hadoop-common/CHANGES.txt
2017-05-10 20:48:38 -07:00
Konstantin V Shvachko
f30484e042
Update CHANGES.txt for HADOOP-11703.
2017-05-10 20:01:43 -07:00
Konstantin V Shvachko
834d4217b7
HADOOP-12975. Add jitter to CachingGetSpaceUsed's thread (Elliott Clark via Colin P. McCabe).
...
HADOOP-14408. Backport contributed by Erik Krogen.
(cherry picked from commit bf780406f2
)
(cherry picked from commit 56c997a1a6
)
(cherry picked from commit 04682cc6b0
)
2017-05-10 19:16:01 -07:00
Akira Ajisaka
2875462c2b
HADOOP-14100. Upgrade Jsch jar to latest version to fix vulnerability in old versions. Contributed by Vinayakumar B and Brahma Reddy Battula.
2017-05-09 11:47:28 -05:00
Akira Ajisaka
0187892151
HADOOP-14374. License error in GridmixTestUtils.java. Contributed by lixinglong.
...
(cherry picked from commit c60164fb60
)
(cherry picked from commit 753954f7be
)
2017-05-09 05:43:12 -05:00
Akira Ajisaka
60e74edd05
HADOOP-14371. License error in TestLoadBalancingKMSClientProvider.java. Contributed by hu xiaodong.
...
(cherry picked from commit 20cde55274
)
(cherry picked from commit 036624900b
)
2017-05-02 23:41:17 +09:00
John Zhuge
fac5bdc023
HADOOP-14195. CredentialProviderFactory$getProviders is not thread-safe. Contributed by Vihang Karajgaonkar.
...
(cherry picked from commit 128015584d
)
(cherry picked from commit a92f654aa2
)
2017-04-12 20:05:15 -07:00
Steve Loughran
7a3f9e8fac
HADOOP-14066 VersionInfo should be marked as public API
...
(cherry picked from commit 2ed65540a3
)
2017-04-11 15:06:48 -07:00
Andrew Wang
60a3a63990
HADOOP-14293. Initialize FakeTimer with a less trivial value.
...
(cherry picked from commit be144117a8
)
(cherry picked from commit dab1deb9a0
)
2017-04-10 11:37:38 -07:00
Zhe Zhang
e5d5d0ddb5
HADOOP-14276. Add a nanosecond API to Time/Timer/FakeTimer. Contributed by Erik Krogen.
...
(cherry picked from commit 95b7f1d29a
)
(cherry picked from commit c85026038a
)
(cherry picked from commit ef8b30dd4b
)
2017-04-07 10:59:44 -07:00
Andrew Wang
295aab8e3a
HADOOP-14211. FilterFs and ChRootedFs are too aggressive about enforcing 'authorityNeeded'. Contributed by Erik Krogen.
...
(cherry picked from commit 0e556a5ba6
)
(cherry picked from commit 96fe940e59
)
(cherry picked from commit 5130128a31
)
2017-03-24 11:38:39 -07:00
Zhe Zhang
4cc53b51f6
HADOOP-9631. ViewFs should use underlying FileSystem's server side defaults. Contributed by Lohit Vijayarenu and Erik Krogen.
...
(cherry picked from commit 59d69257a8
)
(cherry picked from commit f98f4bb6ca
)
(cherry picked from commit 8ca9915d0f
)
2017-03-22 22:48:04 -07:00
Erik Krogen
1d035c8149
HADOOP-14169. Implement listStatusIterator, listLocatedStatus for ViewFs. Contributed by Erik Krogen.
...
(cherry picked from commit e1a99802fc
)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFs.java
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/viewfs/ViewFsBaseTest.java
2017-03-17 17:38:03 -07:00
Jason Lowe
39b483e065
YARN-6274. Documentation refers to incorrect nodemanager health checker interval property. Contributed by WeiWei Yang
...
(cherry picked from commit 05237636d3
)
2017-03-03 08:03:05 -06:00
Steve Loughran
c67d2f96da
HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry.
...
Contributed by Steve Loughran
(cherry picked from commit 51fefbe38b
)
2017-03-02 16:01:29 -06:00
Xiao Chen
18dfff8a3c
HADOOP-13433 Race in UGI.reloginFromKeytab. Contributed by Duo Zhang.
2017-02-08 23:48:24 -08:00
Eric Yang
b13492a0ab
HADOOP-13119. Add ability to secure log servlet using proxy users. Contribute by Yuanbo Liu.
...
(cherry picked from commit a847903b6e
)
2017-01-21 15:50:42 -08:00
Akira Ajisaka
1cf20b37ed
HADOOP-14001. Improve delegation token validity checking.
...
(cherry picked from commit 1763467210
)
(cherry picked from commit c6c29d0080
)
2017-01-19 18:07:54 +09:00
Masatake Iwasaki
04ccb1bec5
HADOOP-13839. Fix outdated tracing documentation. Contributed by Elek, Marton.
2017-01-05 09:24:15 +09:00
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