Arun C. Murthy
|
6caa8100d5
|
HADOOP-11286. Copied LimitInputStream from guava-0.14 to hadoop to avoid issues with newer versions of guava in applications. Contributed by Christopher Tubbs.
|
2014-11-08 15:39:56 -08:00 |
|
Haohui Mai
|
57760c0663
|
HDFS-7379. TestBalancer#testBalancerWithRamDisk creates test files incorrectly. Contributed by Xiaoyu Yao.
|
2014-11-07 13:39:09 -08:00 |
|
cnauroth
|
d026f36762
|
HDFS-7226. Update CHANGES.txt to indicate fix in 2.6.0.
|
2014-11-06 23:10:21 -08:00 |
|
cnauroth
|
e7f1c0482e
|
HDFS-7221. Update CHANGES.txt to indicate fix in 2.6.0.
|
2014-11-06 22:46:22 -08:00 |
|
Jing Zhao
|
ae71a671a3
|
HDFS-7364. Balancer always shows zero Bytes Already Moved. Contributed by Tsz Wo Nicholas Sze.
|
2014-11-06 17:48:36 -08:00 |
|
Haohui Mai
|
75b820cca9
|
HDFS-7365. Remove hdfs.server.blockmanagement.MutableBlockCollection. Contributed by Li Lu.
|
2014-11-06 13:56:31 -08:00 |
|
Milan Desai
|
80d7d183cd
|
HDFS-7336. Unused member DFSInputStream.buffersize. Contributed by Milan Desai.
|
2014-11-05 21:00:28 -08:00 |
|
Byron Wong
|
228afed14c
|
HDFS-7329. Improve logging when MiniDFSCluster fails to start. Contributed by Byron Wong.
|
2014-11-05 20:56:21 -08:00 |
|
Haohui Mai
|
8e33d4bdb3
|
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:31:39 -08:00 |
|
Konstantin V Shvachko
|
240cb59b9f
|
HDFS-7361. TestCheckpoint fails after change of log message related to locking violation. Contributed by Konstantin Shvachko.
|
2014-11-05 20:15:16 -08:00 |
|
Haohui Mai
|
86eb27ba1d
|
HDFS-7366. BlockInfo should take replication as an short in the constructor. Contributed by Li Lu.
|
2014-11-05 18:14:18 -08:00 |
|
cnauroth
|
ba1d4ad25b
|
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.
|
2014-11-05 15:09:22 -08:00 |
|
Colin Patrick Mccabe
|
7b07acb0a5
|
CHANGES.txt. Move HDFS-7199 to branch-2.6
|
2014-11-05 10:57:15 -08:00 |
|
Colin Patrick Mccabe
|
56257fab1d
|
HDFS-7199. DFSOutputStream should not silently drop data if DataStreamer crashes with an unchecked exception (rushabhs via cmccabe)
|
2014-11-05 10:51:49 -08:00 |
|
Haohui Mai
|
18312804e9
|
HDFS-7357. FSNamesystem.checkFileProgress should log file path. Contributed by Tsz Wo Nicholas Sze.
|
2014-11-05 10:14:30 -08:00 |
|
Konstantin V Shvachko
|
203c63030f
|
HDFS-7333. Improve logging in Storage.tryLock(). Contributed by Konstantin Shvachko.
|
2014-11-05 09:53:23 -08:00 |
|
Konstantin V Shvachko
|
6e8722e49c
|
HDFS-7335. Redundant checkOperation() in FSN.analyzeFileState(). Contributed by Milan Desai.
|
2014-11-05 09:32:32 -08:00 |
|
yliu
|
73e601259f
|
HDFS-7218. FSNamesystem ACL operations should write to audit log on failure. (clamb via yliu)
|
2014-11-05 15:49:37 +08:00 |
|
Haohui Mai
|
d794f785de
|
HADOOP-11230. Add missing dependency of bouncycastle for kms, httpfs, hdfs, MR and YARN. Contributed by Robert Kanter.
|
2014-11-04 17:52:03 -08:00 |
|
Karthik Kambatla
|
4de56d27fb
|
Adding release 2.5.2 to CHANGES.txt
|
2014-11-04 16:50:40 -08:00 |
|
Karthik Kambatla
|
dbf30e3c0e
|
HADOOP-11260. Patch up Jetty to disable SSLv3. (Mike Yoder via kasha)
|
2014-11-04 16:18:24 -08:00 |
|
Jing Zhao
|
5bd3a569f9
|
HDFS-7233. NN logs unnecessary org.apache.hadoop.hdfs.protocol.UnresolvedPathException. Contributed by Rushabh S Shah.
|
2014-11-04 16:02:07 -08:00 |
|
Haohui Mai
|
99d710348a
|
HDFS-7355. TestDataNodeVolumeFailure#testUnderReplicationAfterVolFailure fails on Windows, because we cannot deny access to the file owner. Contributed by Chris Nauroth.
|
2014-11-04 15:18:51 -08:00 |
|
Jing Zhao
|
27f106e226
|
HDFS-7356. Use DirectoryListing.hasMore() directly in nfs. Contributed by Li Lu.
|
2014-11-04 15:04:26 -08:00 |
|
Haohui Mai
|
d0449bd2fd
|
HDFS-7334. Fix periodic failures of TestCheckpoint#testTooManyEditReplayFailures. Contributed by Charles Lamb.
|
2014-11-04 14:34:52 -08:00 |
|
Jing Zhao
|
3dfd6e68fe
|
HDFS-7340. Make rollingUpgrade start/finalize idempotent. Contributed by Jing Zhao.
|
2014-11-04 10:16:37 -08:00 |
|
cnauroth
|
2bb327eb93
|
HDFS-7328. TestTraceAdmin assumes Unix line endings. Contributed by Chris Nauroth.
|
2014-11-03 19:59:52 -08:00 |
|
Haohui Mai
|
35d353e0f6
|
HDFS-7147. Update archival storage user documentation. Contributed by Tsz Wo Nicholas Sze.
|
2014-11-03 15:10:22 -08:00 |
|
Suresh Srinivas
|
237890feab
|
HDFS-7324. haadmin command usage prints incorrect command name. Contributed by Brahma Reddy Battula.
|
2014-11-03 13:27:09 -08:00 |
|
Kihwal Lee
|
67f13b58e4
|
HADOOP-10987. Provide an iterator-based listing API for FileSystem. Contributed by Kihwal Lee.
|
2014-11-03 08:20:22 -06:00 |
|
Tsz-Wo Nicholas Sze
|
36ccf097a9
|
HDFS-7276. Limit the number of byte arrays used by DFSOutputStream and provide a mechanism for recycling arrays.
|
2014-11-01 11:22:13 -07:00 |
|
Haohui Mai
|
80bb7d4794
|
HDFS-7319. Remove dead link to HFTP documentation from index.xml. Contributed by Masatake Iwasaki.
|
2014-10-31 16:54:59 -07:00 |
|
Colin Patrick Mccabe
|
7b026c50f1
|
HDFS-6917. Add an hdfs debug command to validate blocks, call recoverlease, etc. (cmccabe)
|
2014-10-31 13:15:17 -07:00 |
|
Haohui Mai
|
3f030c04e8
|
HDFS-7315. DFSTestUtil.readFileBuffer opens extra FSDataInputStream. Contributed by Plamen Jeliazkov.
|
2014-10-31 11:47:41 -07:00 |
|
Ravi Prakash
|
c7f81dad30
|
HDFS-7309. XMLUtils.mangleXmlString doesn't seem to handle less than sign. (Colin Patrick McCabe via raviprak)
|
2014-10-31 11:22:25 -07:00 |
|
cnauroth
|
5573b3476a
|
HDFS-7313. Support optional configuration of AES cipher suite on DataTransferProtocol. Contributed by Chris Nauroth.
|
2014-10-30 22:48:25 -07:00 |
|
cnauroth
|
c637d6d9d5
|
HDFS-6385. Show when block deletion will start after NameNode startup in WebUI. Contributed by Chris Nauroth.
|
2014-10-30 22:26:35 -07:00 |
|
Colin Patrick Mccabe
|
a9331fe9b0
|
HDFS-7035. Make adding a new data directory to the DataNode an atomic operation and improve error handling (Lei Xu via Colin P. McCabe)
|
2014-10-30 17:31:23 -07:00 |
|
Andrew Wang
|
c2866ac34d
|
HDFS-3342. SocketTimeoutException in BlockSender.sendChunks could have a better error message. Contributed by Yongjun Zhang.
|
2014-10-30 11:04:10 -07:00 |
|
Jing Zhao
|
b811212f23
|
HDFS-7230. Add rolling downgrade documentation. Contributed by Tsz Wo Nicholas Sze.
|
2014-10-30 10:47:05 -07:00 |
|
Tao Luo
|
0126cf16b7
|
HDFS-7263. Snapshot read can reveal future bytes for appended files. Contributed by Tao Luo.
|
2014-10-29 20:21:12 -07:00 |
|
Haohui Mai
|
05b66ca074
|
HADOOP-11247. Fix a couple javac warnings in NFS. Contributed by Brandon Li.
|
2014-10-29 17:54:26 -07:00 |
|
Jing Zhao
|
6f5f604a79
|
HDFS-7305. NPE seen in wbhdfs FS while running SLive. Contributed by Jing Zhao.
|
2014-10-29 16:25:48 -07:00 |
|
Kihwal Lee
|
3ae84e1ba8
|
HDFS-7300. HDFS-7300. The getMaxNodesPerRack() method in
BlockPlacementPolicyDefault is flawed. contributed by Kihwal Lee
|
2014-10-29 17:23:34 -05:00 |
|
Colin Patrick Mccabe
|
d33e07dc49
|
HDFS-7287. The OfflineImageViewer (OIV) can output invalid XML depending on the filename (Ravi Prakash via Colin P. McCabe)
|
2014-10-29 12:31:59 -07:00 |
|
Brandon Li
|
72a556d3b0
|
HADOOP-11195. Move Id-Name mapping in NFS to the hadoop-common area for better maintenance. Contributed by Yongjun Zhang
|
2014-10-29 11:05:29 -07:00 |
|
Karthik Kambatla
|
3f48493bed
|
HDFS-7274. Disable SSLv3 in HttpFS. (Robert Kanter via kasha)
|
2014-10-28 17:21:20 -07:00 |
|
Haohui Mai
|
675bca2968
|
HDFS-7280. Use netty 4 in WebImageViewer. Contributed by Haohui Mai.
|
2014-10-28 16:53:53 -07:00 |
|
Colin Patrick Mccabe
|
ac9ab037e9
|
HDFS-7235. DataNode#transferBlock should report blocks that don't exist using reportBadBlock (yzhang via cmccabe)
|
2014-10-28 16:41:22 -07:00 |
|
cnauroth
|
c6f04f391b
|
HDFS-7291. Persist in-memory replicas with appropriate unbuffered copy API on POSIX and Windows. Contributed by Xiaoyu Yao.
|
2014-10-28 14:06:27 -07:00 |
|