Jing Zhao
|
92337e1dce
|
HDFS-7228. Fix TestDNFencing.testQueueingWithAppend. Contributed by Yongjun Zhang.
(cherry picked from commit 75a9c894b3 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-11-06 23:12:08 -08:00 |
Andrew Wang
|
a2b46a7340
|
HDFS-7221. TestDNFencingWithReplication fails consistently. Contributed by Charles Lamb.
(cherry picked from commit ac56b0637e )
(cherry picked from commit 2d0996ae6d )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-11-06 22:49:28 -08:00 |
Jing Zhao
|
a9b0436132
|
HDFS-7364. Balancer always shows zero Bytes Already Moved. Contributed by Tsz Wo Nicholas Sze.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/NameNodeConnector.java
|
2014-11-06 17:56:15 -08:00 |
Haohui Mai
|
83ed42fa6b
|
HDFS-7367. HDFS short-circuit read cannot negotiate shared memory slot and file descriptors when SASL is enabled on DataTransferProtocol. Contributed by Chris Nauroth.
|
2014-11-05 20:34:25 -08:00 |
cnauroth
|
e041de4492
|
HDFS-7359. NameNode in secured HA cluster fails to start if dfs.namenode.secondary.http-address cannot be interpreted as a network address. Contributed by Chris Nauroth.
(cherry picked from commit ba1d4ad25b )
(cherry picked from commit f172a08238 )
|
2014-11-05 15:29:40 -08:00 |
Colin Patrick Mccabe
|
8702cc2360
|
HDFS-7199. DFSOutputStream should not silently drop data if DataStreamer crashes with an unchecked exception (rushabhs via cmccabe)
(cherry picked from commit 56257fab1d )
(cherry picked from commit 6f7ce842c0 )
|
2014-11-05 10:54:56 -08:00 |
yliu
|
3faabf2052
|
HDFS-7218. FSNamesystem ACL operations should write to audit log on failure. (clamb via yliu)
|
2014-11-05 15:55:56 +08:00 |
Karthik Kambatla
|
d76756dfe1
|
Adding release 2.5.2 to CHANGES.txt
(cherry picked from commit 4de56d27fb )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2014-11-04 16:52:56 -08:00 |
Jing Zhao
|
1ca1a0358e
|
HDFS-7233. NN logs unnecessary org.apache.hadoop.hdfs.protocol.UnresolvedPathException. Contributed by Rushabh S Shah.
|
2014-11-04 16:05:39 -08:00 |
Haohui Mai
|
0fde606e3f
|
HDFS-7355. TestDataNodeVolumeFailure#testUnderReplicationAfterVolFailure fails on Windows, because we cannot deny access to the file owner. Contributed by Chris Nauroth.
|
2014-11-04 15:19:18 -08:00 |
Haohui Mai
|
1b54fa6e27
|
HDFS-7334. Fix periodic failures of TestCheckpoint#testTooManyEditReplayFailures. Contributed by Charles Lamb.
|
2014-11-04 14:35:22 -08:00 |
Jing Zhao
|
f354b0fe88
|
HDFS-7340. Make rollingUpgrade start/finalize idempotent. Contributed by Jing Zhao.
|
2014-11-04 10:17:55 -08:00 |
cnauroth
|
ff361e7c31
|
HDFS-7328. TestTraceAdmin assumes Unix line endings. Contributed by Chris Nauroth.
(cherry picked from commit 2bb327eb93 )
(cherry picked from commit 5720cc9d2d )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/tracing/TestTraceAdmin.java
|
2014-11-03 20:09:58 -08:00 |
Haohui Mai
|
e94a044d18
|
HDFS-7147. Update archival storage user documentation. Contributed by Tsz Wo Nicholas Sze.
|
2014-11-03 15:13:19 -08:00 |
Tsz-Wo Nicholas Sze
|
a4dca48676
|
HDFS-7276. Limit the number of byte arrays used by DFSOutputStream and provide a mechanism for recycling arrays.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
|
2014-11-01 11:29:23 -07:00 |
Ravi Prakash
|
b7296ee84f
|
HDFS-7309. XMLUtils.mangleXmlString doesn't seem to handle less than sign. (Colin Patrick McCabe via raviprak)
(cherry picked from commit c7f81dad30 )
|
2014-10-31 11:24:38 -07:00 |
cnauroth
|
d3dd1ac1c2
|
HDFS-7313. Support optional configuration of AES cipher suite on DataTransferProtocol. Contributed by Chris Nauroth.
(cherry picked from commit 5573b3476a )
(cherry picked from commit 57fa43ab0a )
|
2014-10-30 22:55:45 -07:00 |
cnauroth
|
3283268d8b
|
HDFS-6385. Show when block deletion will start after NameNode startup in WebUI. Contributed by Chris Nauroth.
(cherry picked from commit c637d6d9d5 )
(cherry picked from commit caded2545c )
|
2014-10-30 22:31:26 -07:00 |
Jing Zhao
|
b2a7bbf4f6
|
HDFS-7230. Add rolling downgrade documentation. Contributed by Tsz Wo Nicholas Sze.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-30 10:49:30 -07:00 |
Jing Zhao
|
c8dfc9126a
|
HDFS-7305. NPE seen in wbhdfs FS while running SLive. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java
|
2014-10-29 16:28:50 -07:00 |
Kihwal Lee
|
1354ec1c74
|
HDFS-7300. The getMaxNodesPerRack() method in
BlockPlacementPolicyDefault is flawed. contributed by Kihwal Lee
(cherry picked from commit 3ae84e1ba8 )
|
2014-10-29 17:25:51 -05:00 |
Colin Patrick Mccabe
|
5a0285fa9a
|
HDFS-7287. The OfflineImageViewer (OIV) can output invalid XML depending on the filename (Ravi Prakash via Colin P. McCabe)
(cherry picked from commit d33e07dc49 )
(cherry picked from commit 112d694086 )
|
2014-10-29 12:40:18 -07:00 |
Karthik Kambatla
|
c0b17bf104
|
HDFS-7274. Disable SSLv3 in HttpFS. (Robert Kanter via kasha)
(cherry picked from commit 3f48493bed )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-28 17:38:38 -07:00 |
cnauroth
|
905b339a3f
|
HDFS-7291. Persist in-memory replicas with appropriate unbuffered copy API on POSIX and Windows. Contributed by Xiaoyu Yao.
(cherry picked from commit c6f04f391b )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
(cherry picked from commit c2790932bd )
|
2014-10-28 14:18:24 -07:00 |
yliu
|
9465da32e8
|
HDFS-6606. Optimize HDFS Encrypted Transport performance. (yliu)
|
2014-10-28 21:19:26 +08:00 |
yliu
|
fe4da80c76
|
HADOOP-11233. hadoop.security.kms.client.encrypted.key.cache.expiry property spelled wrong in core-default. (Stephen Chu via yliu)
|
2014-10-28 14:47:11 +08:00 |
Vinayakumar B
|
043364ffa8
|
HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb)
(cherry picked from commit ed841dd9a9 )
(cherry picked from commit 5f58886770 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-28 10:04:56 +05:30 |
cnauroth
|
c03cca7e23
|
HDFS-7128. Decommission slows way down when it gets towards the end. Contributed by Ming Ma.
(cherry picked from commit 80cb472620f0a7889e311ca32212a42b95c6794e)
(cherry picked from commit 7e949744b1 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/DatanodeDescriptor.java
|
2014-10-27 16:41:55 -07:00 |
cnauroth
|
a9f31af29c
|
HDFS-6934. Move checksum computation off the hot path when writing to RAM disk. Contributed by Chris Nauroth.
(cherry picked from commit 463aec1171 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
(cherry picked from commit 3d67da502a )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/BlockReaderLocal.java
|
2014-10-27 12:01:47 -07:00 |
Colin Patrick Mccabe
|
62f23d0b7d
|
HDFS-6988. Improve HDFS-6581 eviction configuration (Xiaoyu Yao via Colin P. McCabe)
(cherry picked from commit a52eb4bc5f )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
(cherry picked from commit 2bcda17ee7 )
|
2014-10-24 13:22:26 -07:00 |
Jitendra Pandey
|
327db15362
|
HDFS-6904. YARN unable to renew delegation token fetched via webhdfs due to incorrect service port.
|
2014-10-24 11:44:22 -07:00 |
yliu
|
82ac5c901e
|
HDFS-7243. HDFS concat operation should not be allowed in Encryption Zone. (clamb via yliu)
|
2014-10-24 11:35:13 +08:00 |
Brandon Li
|
e1baa3a503
|
HDFS-7180. NFSv3 gateway frequently gets stuck due to GC. Contributed by Brandon Li
(cherry picked from commit d71d40a63d )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
(cherry picked from commit d27cd5ad77 )
|
2014-10-22 21:35:09 -07:00 |
Colin Patrick Mccabe
|
1ec2dbf093
|
HDFS-7154. Fix returning value of starting reconfiguration task (Lei Xu via Colin P. McCabe)
(cherry picked from commit 7aab5fa1bd )
(cherry picked from commit 8c3b007236 )
|
2014-10-21 15:42:39 -07:00 |
Brandon Li
|
20108263fb
|
HDFS-7215.Add JvmPauseMonitor to NFS gateway. Contributed by Brandon Li
(cherry picked from commit 4e134a02a4 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
(cherry picked from commit c800e058ea )
|
2014-10-21 11:56:26 -07:00 |
Brandon Li
|
3fa1ee2923
|
HDFS-7259. Unresponseive NFS mount point due to deferred COMMIT response. Contributed by Brandon Li
(cherry picked from commit 33e020cb19 )
|
2014-10-21 11:05:50 -07:00 |
Tsz-Wo Nicholas Sze
|
0ee6ddb782
|
HDFS-7260. Change DFSOutputStream.MAX_PACKETS to be configurable.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
|
2014-10-17 18:34:23 -07:00 |
cnauroth
|
2e98379bcb
|
HDFS-7090. Use unbuffered writes when persisting in-memory replicas. Contributed by Xiaoyu Yao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-17 16:00:53 -07:00 |
cnauroth
|
1b6d115ccf
|
HDFS-7112. LazyWriter should use either async IO or one thread per physical disk. Contributed by Xiaoyu Yao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-17 16:00:53 -07:00 |
Tsz-Wo Nicholas Sze
|
fd036896a8
|
HDFS-5089. When a LayoutVersion support SNAPSHOT, it must support FSIMAGE_NAME_OPTIMIZATION.
|
2014-10-15 20:59:38 -07:00 |
Tsz-Wo Nicholas Sze
|
253e3eb31c
|
HDFS-7208. NN doesn't schedule replication when a DN storage fails. Contributed by Ming Ma
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/DatanodeDescriptor.java
|
2014-10-15 20:49:18 -07:00 |
Jing Zhao
|
439560dcf2
|
HDFS-7185. The active NameNode will not accept an fsimage sent from the standby during rolling upgrade. Contributed by Jing Zhao.
|
2014-10-15 10:28:40 -07:00 |
Jing Zhao
|
3d2d501abb
|
HDFS-7228. Add an SSD policy into the default BlockStoragePolicySuite. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockStoragePolicySuite.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestBlockStoragePolicy.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/mover/TestStorageMover.java
|
2014-10-14 10:43:12 -07:00 |
Tsz-Wo Nicholas Sze
|
20fc34edac
|
HDFS-7237. The command "hdfs namenode -rollingUpgrade" throws ArrayIndexOutOfBoundsException.
|
2014-10-13 18:37:34 -07:00 |
Haohui Mai
|
4fb157655a
|
HDFS-6544. Broken Link for GFS in package.html. Contributed by Suraj Nayak M.
|
2014-10-13 10:35:48 -07:00 |
Jing Zhao
|
369ef7c4b7
|
HDFS-7236. Fix TestOpenFilesWithSnapshot#testOpenFilesWithMultipleSnapshots. Contributed by Yongjun Zhang.
|
2014-10-13 10:30:44 -07:00 |
cnauroth
|
754718aed5
|
HDFS-7195. Update user doc of secure mode about Datanodes don't require root or jsvc. Contributed by Chris Nauroth.
(cherry picked from commit 4e544c84e9 )
|
2014-10-09 11:57:00 -07:00 |
Kihwal Lee
|
0280e9aee0
|
HDFS-7217. Better batching of IBRs. Contributed by Kihwal Lee.
(cherry picked from commit db71bb54bc )
|
2014-10-09 12:11:42 -05:00 |
Kihwal Lee
|
522b6505f4
|
HDFS-7203. Concurrent appending to the same file can cause data
corruption. Contributed by Kihwal Lee.
(cherry picked from commit 853cb704ed )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-08 15:10:03 -05:00 |
Haohui Mai
|
f567f3c833
|
HDFS-7172. Test data files may be checked out of git with incorrect line endings, causing test failures in TestHDFSCLI. Contributed by Chris Nauroth.
(cherry picked from commit 5db04a5a1a )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-06 09:15:41 -07:00 |