Andrew Wang
|
60eca33e83
HDFS-5900. Cannot set cache pool limit of unlimited via CacheAdmin. Contributed by Andrew Wang.
|
%!s(int64=11) %!d(string=hai) anos |
Colin McCabe
|
d01158a498
HDFS-5882. TestAuditLogs is flaky (jxiang via cmccabe)
|
%!s(int64=11) %!d(string=hai) anos |
Kihwal Lee
|
fe2fb24a61
HDFS-5807. TestBalancerWithNodeGroup.testBalancerWithNodeGroup fails intermittently. Contributed by Chen He.
|
%!s(int64=11) %!d(string=hai) anos |
Chris Nauroth
|
12c2582c1f
HDFS-5895. HDFS cacheadmin -listPools has exit_code of 1 when the command returns 0 result. Contributed by Tassapol Athiapinya.
|
%!s(int64=11) %!d(string=hai) anos |
Colin McCabe
|
e0cda48959
HDFS-4911. Reduce PeerCache timeout to be commensurate with dfs.datanode.socket.reuse.keepalive (cmccabe)
|
%!s(int64=11) %!d(string=hai) anos |
Kihwal Lee
|
ab96a0838d
HDFS-5881. Fix skip() of the short-circuit local reader(legacy). Contributed by Kihwal Lee.
|
%!s(int64=11) %!d(string=hai) anos |
Jing Zhao
|
d598b6ef9f
HDFS-5873. dfs.http.policy should have higher precedence over dfs.https.enable. Contributed by Haohui Mai.
|
%!s(int64=11) %!d(string=hai) anos |
Jing Zhao
|
69dbf0b225
HDFS-5876. SecureDataNodeStarter does not pick up configuration in hdfs-site.xml. Contributed by Haohui Mai.
|
%!s(int64=11) %!d(string=hai) anos |
Aaron Myers
|
d6bd920bba
HDFS-5709. Improve NameNode upgrade with existing reserved paths and path components. Contributed by Andrew Wang.
|
%!s(int64=11) %!d(string=hai) anos |
Todd Lipcon
|
747cce814c
Correct CHANGES.txt entry for HDFS-5399 (contributed by Jing, not Haohui)
|
%!s(int64=11) %!d(string=hai) anos |
Todd Lipcon
|
0aa09f6d5a
HDFS-5399. Revisit SafeModeException and corresponding retry policies. Contributed by Haohui Mai.
|
%!s(int64=11) %!d(string=hai) anos |
Brandon Li
|
cd1e8d2e34
HDFS-5791. TestHttpsFileSystem should use a random port to avoid binding error during testing. Contributed by Haohui Mai
|
%!s(int64=11) %!d(string=hai) anos |
Brandon Li
|
6439cd0f69
HDFS-5767. NFS implementation assumes userName userId mapping to be unique, which is not true sometimes. Contributed by Yongjun Zhang
|
%!s(int64=11) %!d(string=hai) anos |
Junping Du
|
94b512bc51
HDFS-5828. BlockPlacementPolicyWithNodeGroup can place multiple replicas on the same node group when dfs.namenode.avoid.write.stale.datanode is true. (Buddy via junping_du)
|
%!s(int64=11) %!d(string=hai) anos |
Colin McCabe
|
140246bad8
HDFS-5746. Add ShortCircuitSharedMemorySegment (cmccabe)
|
%!s(int64=11) %!d(string=hai) anos |
Colin McCabe
|
f6bfe98639
HDFS-5859. DataNode#checkBlockToken should check block tokens even if security is not enabled (cmccabe)
|
%!s(int64=11) %!d(string=hai) anos |
Jing Zhao
|
1f7dd7811a
HDFS-5804. HDFS NFS Gateway fails to mount and proxy when using Kerberos. Contributed by Abin Shahab.
|
%!s(int64=11) %!d(string=hai) anos |
Arpit Agarwal
|
5beeb30169
HDFS-5153. Datanode should send block reports for each storage in a separate message. (Arpit Agarwal)
|
%!s(int64=11) %!d(string=hai) anos |
Suresh Srinivas
|
7039b776c6
HDFS-5856. DataNode.checkDiskError might throw NPE. Contributed by Josh Elser.
|
%!s(int64=11) %!d(string=hai) anos |
Todd Lipcon
|
fd2ba4911b
HDFS-5790. LeaseManager.findPath is very slow when many leases need recovery. Contributed by Todd Lipcon.
|
%!s(int64=11) %!d(string=hai) anos |
Jing Zhao
|
3d9ad8e3b6
HDFS-5843. DFSClient.getFileChecksum() throws IOException if checksum is disabled. Contributed by Laurent Goujon.
|
%!s(int64=11) %!d(string=hai) anos |
Arpit Agarwal
|
0f3461e489
HDFS-5492. Port HDFS-2069 (Incorrect default trash interval in the docs) to trunk. (Contributed by Akira Ajisaka)
|
%!s(int64=11) %!d(string=hai) anos |
Andrew Wang
|
504b0d6f54
Update CHANGES.txt to move HDFS-5842 to 2.3.0
|
%!s(int64=11) %!d(string=hai) anos |
Andrew Wang
|
799ad3d670
HDFS-5841. Update HDFS caching documentation with new changes. (wang)
|
%!s(int64=11) %!d(string=hai) anos |
Andrew Wang
|
c96d078033
HDFS-5845. SecondaryNameNode dies when checkpointing with cache pools.
|
%!s(int64=11) %!d(string=hai) anos |
Andrew Wang
|
ed551ff3c6
Update HDFS and Common CHANGES.txt post branch-2.3 reswizzle.
|
%!s(int64=11) %!d(string=hai) anos |
Jing Zhao
|
8c505adddb
HDFS-5842. Cannot create hftp filesystem when using a proxy user ugi and a doAs on a secure cluster. Contributed by Jing Zhao.
|
%!s(int64=11) %!d(string=hai) anos |
Arpit Agarwal
|
d9d8027eb3
HDFS-5844. Fix broken link in WebHDFS.apt.vm (Contributed by Akira Ajisaka)
|
%!s(int64=11) %!d(string=hai) anos |
Arpit Agarwal
|
b8776ee65b
HDFS-5833. Fix incorrect javadoc in SecondaryNameNode. (Contributed by Bangtao Zhou)
|
%!s(int64=11) %!d(string=hai) anos |
Colin McCabe
|
07c004db06
HDFS-5830. WebHdfsFileSystem.getFileBlockLocations throws IllegalArgumentException when accessing another cluster. (Yongjun Zhang via Colin Patrick McCabe)
|
%!s(int64=11) %!d(string=hai) anos |