Andrew Wang
|
fa7b9248e4
|
HDFS-7426. Change nntop JMX format to be a JSON blob.
|
2014-12-12 17:04:33 -08:00 |
|
Jing Zhao
|
c78e3a7cdd
|
HDFS-7059. Avoid resolving path multiple times. Contributed by Jing Zhao.
|
2014-12-12 15:13:35 -08:00 |
|
arp
|
7784b10808
|
HDFS-7514. TestTextCommand fails on Windows. (Arpit Agarwal)
|
2014-12-12 14:27:50 -08:00 |
|
Haohui Mai
|
46612c7a51
|
HDFS-7517. Remove redundant non-null checks in FSNamesystem#getBlockLocations. Contributed by Haohui Mai.
|
2014-12-12 11:51:17 -08:00 |
|
Andrew Wang
|
b437f5eef4
|
HDFS-7497. Inconsistent report of decommissioning DataNodes between dfsadmin and NameNode webui. Contributed by Yongjun Zhang.
|
2014-12-11 18:12:47 -08:00 |
|
Haohui Mai
|
5b9fcedb4d
|
HADOOP-11389. Clean up byte to string encoding issues in hadoop-common. Contributed by Haohui Mai.
|
2014-12-11 16:42:38 -08:00 |
|
Brandon Li
|
f6f2a3f1c7
|
HDFS-7449. Add metrics to NFS gateway. Contributed by Brandon Li
|
2014-12-11 15:40:45 -08:00 |
|
Haohui Mai
|
b9f6d0c956
|
HDFS-7515. Fix new findbugs warnings in hadoop-hdfs. Contributed by Haohui Mai.
|
2014-12-11 12:36:13 -08:00 |
|
arp
|
390642acf3
|
HDFS-7503. Namenode restart after large deletions can cause slow processReport (Arpit Agarwal)
|
2014-12-10 23:44:28 -08:00 |
|
Haohui Mai
|
d693a252bd
|
HDFS-7463. Simplify FSNamesystem#getBlockLocationsUpdateTimes. Contributed by Haohui Mai.
|
2014-12-10 23:01:17 -08:00 |
|
arp
|
9a44db48b4
|
HDFS-7475. Make TestLazyPersistFiles#testLazyPersistBlocksAreSaved deterministic. (Contributed by Xiaoyu Yao)
|
2014-12-10 18:24:22 -08:00 |
|
Haohui Mai
|
92916ae487
|
HDFS-5578. [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments. Contributed by Andrew Purtell.
|
2014-12-10 14:54:37 -08:00 |
|
Allen Wittenauer
|
c536142699
|
HADOOP-6590. Add a username check for hadoop sub-commands (John Smith via aw)
|
2014-12-10 13:41:28 -08:00 |
|
Allen Wittenauer
|
a7c6c710b2
|
HADOOP-10950. rework heap management vars (John Smith via aw)
|
2014-12-10 13:37:32 -08:00 |
|
Haohui Mai
|
195f31a8ef
|
HDFS-7502. Fix findbugs warning in hdfs-nfs project. Contributed by Brandon Li.
|
2014-12-09 20:42:42 -08:00 |
|
Vinayakumar B
|
d93f3b9815
|
HDFS-7481. Add ACL indicator to the 'Permission Denied' exception. (Contributed by Vinayakumar B )
|
2014-12-10 08:27:15 +05:30 |
|
Jing Zhao
|
5776a41da0
|
HDFS-7498. Simplify the logic in INodesInPath. Contributed by Jing Zhao.
|
2014-12-09 11:37:39 -08:00 |
|
Colin Patrick Mccabe
|
d8352b9b2b
|
Incorrect locking in FsVolumeList#checkDirs can hang datanodes (Noah Lorang via Colin P. McCabe)
|
2014-12-09 10:56:46 -08:00 |
|
Haohui Mai
|
6c5bbd7a42
|
HDFS-7486. Consolidate XAttr-related implementation into a single class. Contributed by Haohui Mai.
|
2014-12-08 11:52:21 -08:00 |
|
cnauroth
|
d555bb2120
|
HDFS-7473. Document setting dfs.namenode.fs-limits.max-directory-items to 0 is invalid. Contributed by Akira AJISAKA.
|
2014-12-08 11:04:29 -08:00 |
|
cnauroth
|
ffe942b82c
|
HDFS-7384. getfacl command and getAclStatus output should be in sync. Contributed by Vinayakumar B.
|
2014-12-08 10:23:09 -08:00 |
|
cnauroth
|
9297f980c2
|
HDFS-7476. Consolidate ACL-related operations to a single class. Contributed by Haohui Mai.
|
2014-12-06 14:20:00 -08:00 |
|
Haohui Mai
|
e227fb8fbc
|
HDFS-7459. Consolidate cache-related implementation in FSNamesystem into a single class. Contributed by Haohui Mai.
|
2014-12-05 18:37:07 -08:00 |
|
Jing Zhao
|
475c6b4978
|
HDFS-7474. Avoid resolving path in FSPermissionChecker. Contributed by Jing Zhao.
|
2014-12-05 14:17:17 -08:00 |
|
Haohui Mai
|
f6452eb259
|
HDFS-7472. Fix typo in message of ReplicaNotFoundException. Contributed by Masatake Iwasaki.
|
2014-12-05 11:23:13 -08:00 |
|
Haohui Mai
|
6a5596e3b4
|
HDFS-7478. Move org.apache.hadoop.hdfs.server.namenode.NNConf to FSNamesystem. Contributed by Li Lu.
|
2014-12-05 10:55:13 -08:00 |
|
Haohui Mai
|
0653918dad
|
HDFS-7454. Reduce memory footprint for AclEntries in NameNode. Contributed by Vinayakumar B.
|
2014-12-04 20:49:45 -08:00 |
|
Haohui Mai
|
26d8dec756
|
HDFS-7468. Moving verify* functions to corresponding classes. Contributed by Li Lu.
|
2014-12-04 14:09:45 -08:00 |
|
Brandon Li
|
1bbcc3d032
|
HDFS-7424. Add web UI for NFS gateway. Contributed by Brandon Li
|
2014-12-04 10:46:26 -08:00 |
|
Brandon Li
|
a1e822595c
|
HDFS-7458. Add description to the nfs ports in core-site.xml used by nfs test to avoid confusion. Contributed by Yongjun Zhang
|
2014-12-03 13:31:26 -08:00 |
|
Steve Loughran
|
22afae890d
|
HDFS-7448 TestBookKeeperHACheckpoints fails in trunk -move CHANGES.TXT entry
|
2014-12-03 12:21:42 +00:00 |
|
stack
|
7caa3bc98e
|
HDFS-6735. A minor optimization to avoid pread() be blocked by read() inside the same DFSInputStream (Lars Hofhansl via stack)
|
2014-12-02 20:57:38 -08:00 |
|
Colin Patrick Mccabe
|
75a326aaff
|
HDFS-7446. HDFS inotify should have the ability to determine what txid it has read up to (cmccabe)
|
2014-12-02 17:15:21 -08:00 |
|
Haohui Mai
|
185e0c7b4c
|
HDFS-7462. Consolidate implementation of mkdirs() into a single class. Contributed by Haohui Mai.
|
2014-12-02 14:53:45 -08:00 |
|
Steve Loughran
|
75d53456ea
|
HDFS-7448 TestBookKeeperHACheckpoints fails in trunk build
|
2014-12-02 15:04:26 +00:00 |
|
Haohui Mai
|
042699401e
|
HDFS-7438. Consolidate the implementation of rename() into a single class. Contributed by Haohui Mai.
|
2014-12-01 21:48:28 -08:00 |
|
Haohui Mai
|
0af44ea846
|
HDFS-7450. Consolidate the implementation of GetFileInfo(), GetListings() and GetContentSummary() into a single class. Contributed by Haohui Mai.
|
2014-12-01 21:36:25 -08:00 |
|
Allen Wittenauer
|
031f980e7e
|
HADOOP-11081. Document hadoop properties expected to be set by the shell code in *-env.sh (aw)
|
2014-12-01 16:21:20 -08:00 |
|
Uma Maheswara Rao G
|
1556f86a31
|
HDFS-7210. Avoid two separate RPC's namenode.append() and namenode.getFileInfo() for an append call from DFSClient. (Vinayakumar B via umamahesh)
|
2014-11-28 21:09:16 +05:30 |
|
Haohui Mai
|
978736d486
|
HDFS-7444. Addendum patch to resolve conflicts between HDFS-7444 and HDFS-7310.
|
2014-11-26 10:53:53 -08:00 |
|
Haohui Mai
|
f5b1631179
|
HDFS-7444. convertToBlockUnderConstruction should preserve BlockCollection. Contributed by Haohui Mai.
|
2014-11-26 10:37:01 -08:00 |
|
Uma Maheswara Rao G
|
058af60c56
|
HDFS-7310. Mover can give first priority to local DN if it has target storage type available in local DN. (Vinayakumar B via umamahesh)
|
2014-11-26 23:27:25 +05:30 |
|
Steve Loughran
|
aa7dac3359
|
HDFS-6803 Document DFSClient#DFSInputStream expectations reading and preading in concurrent context. (stack via stevel)
|
2014-11-26 11:44:03 +00:00 |
|
Haohui Mai
|
4a31611829
|
HDFS-7440. Consolidate snapshot related operations in a single class. Contributed by Haohui Mai.
|
2014-11-25 21:04:52 -08:00 |
|
Andrew Wang
|
f43a20c529
|
HDFS-7097. Allow block reports to be processed during checkpointing on standby name node. (kihwal via wang)
|
2014-11-25 15:37:11 -08:00 |
|
Haohui Mai
|
45fa7f0235
|
HDFS-7303. NN UI fails to distinguish datanodes on the same host. Contributed by Benoy Antony.
|
2014-11-24 17:46:35 -08:00 |
|
Haohui Mai
|
8caf537afa
|
HDFS-7436. Consolidate implementation of concat(). Contributed by Haohui Mai.
|
2014-11-24 15:42:38 -08:00 |
|
Colin Patrick Mccabe
|
380a361cfa
|
CHANGES.txt: add HDFS-7419
|
2014-11-24 11:50:00 -08:00 |
|
Colin Patrick Mccabe
|
6970dbf366
|
CHANGES.txt: add HDFS-4882
|
2014-11-24 11:44:32 -08:00 |
|
Haohui Mai
|
8e253cb930
|
HDFS-7412. Move RetryCache to NameNodeRpcServer. Contributed by Haohui Mai.
|
2014-11-24 11:11:15 -08:00 |
|
Colin Patrick Mccabe
|
f636f9d943
|
HDFS-7419. Improve error messages for DataNode hot swap drive feature (Lei Xu via Colin P. Mccabe)
|
2014-11-24 10:55:21 -08:00 |
|
Colin Patrick Mccabe
|
daacbc18d7
|
HDFS-4882. Prevent the Namenode's LeaseManager from looping forever in checkLeases (Ravi Prakash via Colin P. McCabe)
|
2014-11-24 10:46:33 -08:00 |
|
yliu
|
555fa2d9d0
|
HDFS-7403. Inaccurate javadoc of BlockUCState#COMPLETE state. (Yongjun Zhang via yliu)
|
2014-11-24 04:17:17 +08:00 |
|
Aaron T. Myers
|
2d4f3e567e
|
HDFS-7331. Add Datanode network counts to datanode jmx page. Contributed by Charles Lamb.
|
2014-11-21 16:36:39 -08:00 |
|
cnauroth
|
b8c094b075
|
HDFS-7425. NameNode block deletion logging uses incorrect appender. Contributed by Chris Nauroth.
|
2014-11-21 16:35:08 -08:00 |
|
Karthik Kambatla
|
1e9a3f42ff
|
Update release date for 2.5.2
|
2014-11-21 14:34:23 -08:00 |
|
Haohui Mai
|
23dacb3892
|
HDFS-7420. Delegate permission checks to FSDirectory. Contributed by Haohui Mai.
|
2014-11-21 11:01:14 -08:00 |
|
Haohui Mai
|
c95b878abf
|
HDFS-7415. Move FSNameSystem.resolvePath() to FSDirectory. Contributed by Haohui Mai.
|
2014-11-20 19:23:23 -08:00 |
|
Haohui Mai
|
acf1e033b0
|
HDFS-7413. Some unit tests should use NameNodeProtocols instead of FSNameSystem. Contributed by Haohui Mai.
|
2014-11-20 10:27:44 -08:00 |
|
Andrew Wang
|
765aecb4e1
|
HDFS-7409. Allow dead nodes to finish decommissioning if all files are fully replicated.
|
2014-11-19 17:53:00 -08:00 |
|
Allen Wittenauer
|
72c141ba96
|
HADOOP-11208. Replace "daemon" with better name in script subcommands (aw)
|
2014-11-19 14:49:29 -08:00 |
|
Allen Wittenauer
|
73348a4afd
|
HDFS-7407. Minor typo in privileged pid/out/log names (aw)
|
2014-11-19 14:02:28 -08:00 |
|
Andrew Wang
|
5bd048e837
|
HDFS-7373. Allow decommissioning of dead DataNodes. Contributed by Zhe Zhang.
|
2014-11-18 22:16:58 -08:00 |
|
Andrew Wang
|
406c09ad11
|
HDFS-7225. Remove stale block invalidation work when DN re-registers with different UUID. (Zhe Zhang and Andrew Wang)
|
2014-11-18 22:14:04 -08:00 |
|
cnauroth
|
9e81be0114
|
HDFS-7398. Reset cached thread-local FSEditLogOp's on every FSEditLog#logEdit. Contributed by Gera Shegalov.
|
2014-11-18 16:56:44 -08:00 |
|
Haohui Mai
|
fbf81fbd1c
|
HDFS-7406. SimpleHttpProxyHandler puts incorrect "Connection: Close" header. Contributed by Haohui Mai.
|
2014-11-18 14:52:59 -08:00 |
|
Andrew Wang
|
bcd402ae38
|
HADOOP-11312. Fix unit tests to not use uppercase key names.
|
2014-11-18 10:47:46 -08:00 |
|
Haohui Mai
|
9dd5d673c9
|
HDFS-7404. Remove o.a.h.hdfs.server.datanode.web.resources. Contributed by Li Lu.
|
2014-11-17 17:35:36 -08:00 |
|
Andrew Wang
|
dcb8e24427
|
HDFS-6982. nntop: top-like tool for name node users. (Maysam Yabandeh via wang)
|
2014-11-17 17:33:42 -08:00 |
|
Brandon Li
|
351c5561c2
|
HDFS-7146. NFS ID/Group lookup requires SSSD enumeration on the server. Contributed by Yongjun Zhang
|
2014-11-17 13:23:53 -08:00 |
|
Haohui Mai
|
bf8e4332cb
|
HDFS-7279. Use netty to implement DatanodeWebHdfsMethods. Contributed by Haohui Mai.
|
2014-11-17 11:42:20 -08:00 |
|
Vinayakumar B
|
6783d17fcf
|
HDFS-7399. Lack of synchronization in DFSOutputStream#Packet#getLastByteOffsetBlock() (Contributed by Vinayakumar B)
|
2014-11-17 20:19:19 +05:30 |
|
Colin Patrick Mccabe
|
26d3b7e6ae
|
HDFS-7394. Log at INFO level, not WARN level, when InvalidToken is seen in ShortCircuitCache (Keith Pak via Colin P. McCabe)
|
2014-11-16 21:20:53 -08:00 |
|
cnauroth
|
1925e2a4ae
|
HDFS-7386. Replace check "port number < 1024" with shared isPrivilegedPort method. Contributed by Yongjun Zhang.
|
2014-11-14 16:43:09 -08:00 |
|
Haohui Mai
|
1a2e5cbc4d
|
HDFS-7395. BlockIdManager#clear() bails out when resetting the GenerationStampV1Limit. Contributed by Haohui Mai.
|
2014-11-13 14:43:03 -08:00 |
|
Arun C. Murthy
|
9ff7315cbe
|
Preparing to release hadoop-2.6.0-rc1.
|
2014-11-13 13:02:55 -08:00 |
|
cnauroth
|
b0a41de68c
|
HDFS-7385. ThreadLocal used in FSEditLog class causes FSImage permission mess up. Contributed by jiangyu.
|
2014-11-13 12:34:52 -08:00 |
|
Tsz-Wo Nicholas Sze
|
394ba94c5d
|
HDFS-7358. Clients may get stuck waiting when using ByteArrayManager.
|
2014-11-13 12:28:44 -08:00 |
|
Allen Wittenauer
|
ba879a5dad
|
HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw)
|
2014-11-13 11:52:38 -08:00 |
|
cnauroth
|
0abb973f09
|
HADOOP-7984. Add hadoop --loglevel option to change log level. Contributed by Aikira AJISAKA.
|
2014-11-12 21:41:19 -08:00 |
|
Haohui Mai
|
e073b61dc4
|
Fix CHANGES.txt to make it consistent with branch-2.
|
2014-11-12 20:03:27 -08:00 |
|
Arun C. Murthy
|
9f0319bba1
|
HDFS-7391. Renable SSLv2Hello in HttpFS. Contributed by Robert Kanter.
|
2014-11-12 18:51:46 -08:00 |
|
Arun C. Murthy
|
782abbb000
|
HDFS-7387. Merging to branch-2.6 for hadoop-2.6.0-rc1.
|
2014-11-12 11:32:44 -08:00 |
|
Haohui Mai
|
46f6f9d60d
|
HDFS-7375. Move FSClusterStats to o.a.h.h.hdfs.server.blockmanagement. Contributed by Haohui Mai.
|
2014-11-11 18:22:40 -08:00 |
|
cnauroth
|
163bb55067
|
HDFS-7389. Named user ACL cannot stop the user from accessing the FS entity. Contributed by Vinayakumar B.
|
2014-11-11 13:29:55 -08:00 |
|
Brandon Li
|
99d9d0c2d1
|
HDFS-7387. NFS may only do partial commit due to a race between COMMIT and write. Contributed by Brandon Li
|
2014-11-11 13:03:31 -08:00 |
|
Haohui Mai
|
571e9c6232
|
HDFS-7381. Decouple the management of block id and gen stamps from FSNamesystem. Contributed by Haohui Mai.
|
2014-11-11 12:42:12 -08:00 |
|
Karthik Kambatla
|
68a0508728
|
Set the release date for 2.5.2
|
2014-11-10 15:22:53 -08:00 |
|
Arun C. Murthy
|
770cc14442
|
Updated CHANGES.txt to reflect hadoop-2.6.0 release dates.
|
2014-11-09 18:47:21 -08:00 |
|
Arun C. Murthy
|
f62ec31739
|
HDFS-7383. Merged to branch-2.6 also.
|
2014-11-09 18:22:05 -08:00 |
|
Suresh Srinivas
|
4ddc5cad0a
|
HDFS-7383. DataNode.requestShortCircuitFdsForRead may throw NullPointerException. Contributed by Tsz Wo Nicholas Sze.
|
2014-11-09 17:55:03 -08:00 |
|
cnauroth
|
9ba8d8c7eb
|
HDFS-7382. DataNode in secure mode may throw NullPointerException if client connects before DataNode registers itself with NameNode. Contributed by Chris Nauroth.
|
2014-11-08 22:24:57 -08:00 |
|
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 |
|
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 |
|
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 |
|
Kihwal Lee
|
e226b5b40d
|
HDFS-7213. processIncrementalBlockReport performance degradation.
Contributed by Eric Payne.
|
2014-10-28 14:54:05 -05:00 |
|
Kihwal Lee
|
371a3b87ed
|
HDFS-6663. Admin command to track file and locations from block id.
Contributed by Chen He.
|
2014-10-28 14:26:04 -05:00 |
|
yliu
|
58c0bb9ed9
|
HDFS-6606. Optimize HDFS Encrypted Transport performance. (yliu)
|
2014-10-28 21:11:31 +08:00 |
|
Harsh J
|
0398db19b2
|
HDFS-6741. Improve permission denied message when FSPermissionChecker#checkOwner fails. Contributed by Stephen Chu and Harsh J. (harsh)
|
2014-10-28 12:22:37 +05:30 |
|
yliu
|
e7859015bc
|
HADOOP-11233. hadoop.security.kms.client.encrypted.key.cache.expiry property spelled wrong in core-default. (Stephen Chu via yliu)
|
2014-10-28 14:21:26 +08:00 |
|
Colin Patrick Mccabe
|
518a7f4af3
|
HDFS-7282. Fix intermittent TestShortCircuitCache and TestBlockReaderFactory failures resulting from TemporarySocketDirectory GC (Jinghui Wang via Colin P. McCabe)
|
2014-10-27 17:44:07 -07:00 |
|
Haohui Mai
|
00b4e44a2e
|
HDFS-5928. Show namespace and namenode ID on NN dfshealth page. Contributed by Siqi Li.
|
2014-10-27 16:22:19 -07:00 |
|
Colin Patrick Mccabe
|
baf794dc40
|
HDFS-7278. Add a command that allows sysadmins to manually trigger full block reports from a DN (cmccabe)
|
2014-10-27 09:53:16 -07:00 |
|
cnauroth
|
463aec1171
|
HDFS-6934. Move checksum computation off the hot path when writing to RAM disk. Contributed by Chris Nauroth.
|
2014-10-27 09:38:30 -07:00 |
|
Harsh J
|
0058eadbd3
|
HDFS-6538. Comment format error in ShortCircuitRegistry javadoc. Contributed by David Luo. (harsh)
|
2014-10-27 19:24:50 +05:30 |
|
Byron Wong
|
28051e4155
|
HADOOP-6857. FsShell should report raw disk usage including replication factor. Contributed by Byron Wong.
|
2014-10-25 12:31:41 -07:00 |
|
Colin Patrick Mccabe
|
a52eb4bc5f
|
HDFS-6988. Improve HDFS-6581 eviction configuration (Xiaoyu Yao via Colin P. McCabe)
|
2014-10-24 13:08:59 -07:00 |
|
Jitendra Pandey
|
86ac0d40b8
|
HDFS-6904. Added files missing in previous commit.
|
2014-10-24 12:01:09 -07:00 |
|
Jitendra Pandey
|
e2be333744
|
HDFS-6904. YARN unable to renew delegation token fetched via webhdfs due to incorrect service port.
|
2014-10-24 11:35:19 -07:00 |
|
Haohui Mai
|
b3d8a642a9
|
HDFS-7283. Bump DataNode OOM log from WARN to ERROR. Contributed by Stephen Chu.
|
2014-10-24 10:50:16 -07:00 |
|
Haohui Mai
|
0942c99eba
|
HDFS-7258. CacheReplicationMonitor rescan schedule log should use DEBUG level instead of INFO level. Contributed by Xiaoyu Yao.
|
2014-10-23 23:58:32 -07:00 |
|
yliu
|
57dec28807
|
HDFS-7243. HDFS concat operation should not be allowed in Encryption Zone. (clamb via yliu)
|
2014-10-24 11:12:18 +08:00 |
|
Colin Patrick Mccabe
|
5b56ac4c72
|
HDFS-7223. Tracing span description of IPC client is too long (iwasakims via cmccabe)
|
2014-10-23 19:14:00 -07:00 |
|
Haohui Mai
|
670879ef41
|
HDFS-7257. Add the time of last HA state transition to NN's /jmx page. Contributed by Charles Lamb.
|
2014-10-23 16:52:58 -07:00 |
|
Allen Wittenauer
|
828429dec1
|
HDFS-7232. Populate hostname in httpfs audit log (Zoran Dimitrijevic via aw)
|
2014-10-23 14:06:19 -07:00 |
|
Andrew Wang
|
86cad007d7
|
HDFS-7222. Expose DataNode network errors as a metric. (Charles Lamb via wang)
|
2014-10-23 12:53:01 -07:00 |
|
Andrew Wang
|
8c5b23b547
|
HDFS-7165. Separate block metrics for files with replication count 1. (Zhe Zhang via wang)
|
2014-10-23 12:28:02 -07:00 |
|
Brandon Li
|
d71d40a63d
|
HDFS-7180. NFSv3 gateway frequently gets stuck due to GC. Contributed by Brandon Li
|
2014-10-22 21:27:01 -07:00 |
|
Haohui Mai
|
f729ecf9d2
|
HDFS-7277. Remove explicit dependency on netty 3.2 in BKJournal. Contributed by Haohui Mai.
|
2014-10-22 17:31:57 -07:00 |
|
Andrew Wang
|
a36399e09c
|
HDFS-6824. Additional user documentation for HDFS encryption.
|
2014-10-22 14:38:47 -07:00 |
|
Andrew Wang
|
08457e9e57
|
Move HDFS-2486 down to 2.7.0 in CHANGES.txt
|
2014-10-22 14:35:06 -07:00 |
|
Colin Patrick Mccabe
|
7b0f9bb258
|
HDFS-6877. Avoid calling checkDisk when an HDFS volume is removed during a write. (Lei Xu via Colin P. McCabe)
|
2014-10-22 13:38:26 -07:00 |
|
Colin Patrick Mccabe
|
66e8187ea1
|
HDFS-7254. Add documentation for hot swaping DataNode drives (Lei Xu via Colin P. McCabe)
|
2014-10-22 13:27:51 -07:00 |
|
Jing Zhao
|
1c8d191117
|
HDFS-7228. Fix TestDNFencing.testQueueingWithAppend. Contributed by Yongjun Zhang.
|
2014-10-22 10:48:15 -07:00 |
|
Allen Wittenauer
|
4baca311ff
|
HDFS-7204. balancer doesn't run as a daemon (aw)
|
2014-10-21 14:26:08 -07:00 |
|
Jitendra Pandey
|
b85919feef
|
Updated CHANGES.txt for HDFS-6581 merge into branch-2.6.
|
2014-10-21 13:24:03 -07:00 |
|
Andrew Wang
|
ac56b0637e
|
HDFS-7221. TestDNFencingWithReplication fails consistently. Contributed by Charles Lamb.
|
2014-10-21 12:55:18 -07:00 |
|
Brandon Li
|
4e134a02a4
|
HDFS-7215.Add JvmPauseMonitor to NFS gateway. Contributed by Brandon Li
|
2014-10-21 11:49:10 -07:00 |
|
Brandon Li
|
b6f9d5538c
|
HDFS-7259. Unresponseive NFS mount point due to deferred COMMIT response. Contributed by Brandon Li
|
2014-10-21 10:20:29 -07:00 |
|
Colin Patrick Mccabe
|
7aab5fa1bd
|
HDFS-7154. Fix returning value of starting reconfiguration task (Lei Xu via Colin P. McCabe)
|
2014-10-20 18:33:11 -07:00 |
|
Colin Patrick Mccabe
|
4799570dfd
|
HDFS-7266. HDFS Peercache enabled check should not lock on object (awang via cmccabe)
|
2014-10-20 18:24:53 -07:00 |
|
Benoy Antony
|
e4d6a87854
|
HDFS-7184. Allow data migration tool to run as a daemon. (Benoy Antony)
|
2014-10-20 12:15:58 -07:00 |
|
Tsz-Wo Nicholas Sze
|
2e140523d3
|
HDFS-7260. Change DFSOutputStream.MAX_PACKETS to be configurable.
|
2014-10-17 18:30:09 -07:00 |
|
Vinayakumar B
|
368743140d
|
HDFS-7252. small refinement to the use of isInAnEZ in FSNamesystem. (Yi Liu via vinayakumarb)
|
2014-10-17 18:03:44 +05:30 |
|
Vinayakumar B
|
1c3ff0b7c8
|
HDFS-7242. Code improvement for FSN#checkUnreadableBySuperuser. (Contributed by Yi Liu)
|
2014-10-17 17:48:20 +05:30 |
|
Vinayakumar B
|
cba1f9e389
|
HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb)
Adding missed test file
|
2014-10-17 17:31:01 +05:30 |
|
Tsz-Wo Nicholas Sze
|
2894433332
|
HDFS-5089. When a LayoutVersion support SNAPSHOT, it must support FSIMAGE_NAME_OPTIMIZATION.
|
2014-10-15 20:56:59 -07:00 |
|
Tsz-Wo Nicholas Sze
|
41980c56d3
|
HDFS-7208. NN doesn't schedule replication when a DN storage fails. Contributed by Ming Ma
|
2014-10-15 20:44:24 -07:00 |
|
Jing Zhao
|
18620649f9
|
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:27:30 -07:00 |
|
Haohui Mai
|
128ace10cd
|
HDFS-7190. Bad use of Preconditions in startFileInternal(). Contributed by Dawson Choong.
|
2014-10-14 23:42:19 -07:00 |
|
Haohui Mai
|
0260231667
|
HDFS-7201. Fix typos in hdfs-default.xml. Contributed by Dawson Choong.
|
2014-10-14 17:36:07 -07:00 |
|
Jing Zhao
|
7dcad84143
|
HDFS-7228. Add an SSD policy into the default BlockStoragePolicySuite. Contributed by Jing Zhao.
|
2014-10-14 10:22:34 -07:00 |
|
Tsz-Wo Nicholas Sze
|
f6d0b8892a
|
HDFS-7237. The command "hdfs namenode -rollingUpgrade" throws ArrayIndexOutOfBoundsException.
|
2014-10-13 18:28:34 -07:00 |
|
cnauroth
|
1770bb942f
|
HDFS-7090. Use unbuffered writes when persisting in-memory replicas. Contributed by Xiaoyu Yao.
|
2014-10-13 10:56:32 -07:00 |
|
Haohui Mai
|
53100318ea
|
HDFS-6544. Broken Link for GFS in package.html. Contributed by Suraj Nayak M.
|
2014-10-13 10:33:19 -07:00 |
|
Jing Zhao
|
98ac9f26c5
|
HDFS-7236. Fix TestOpenFilesWithSnapshot#testOpenFilesWithMultipleSnapshots. Contributed by Yongjun Zhang.
|
2014-10-13 10:27:36 -07:00 |
|
Haohui Mai
|
428dfaad60
|
Update CHANGES.txt after merging HDFS-6252 and HDFS-6657 to branch-2.
|
2014-10-10 17:32:14 -07:00 |
|
Andrew Wang
|
d3d3d47202
|
HDFS-7209. Populate EDEK cache when creating encryption zone. (Yi Liu via wang)
|
2014-10-10 13:40:37 -07:00 |
|
Colin Patrick Mccabe
|
1ceb326933
|
HDFS-7198. Fix "unchecked conversion" warning in DFSClient#getPathTraceScope (cmccabe)
|
2014-10-10 13:03:29 -07:00 |
|
Aaron T. Myers
|
cbd21fd13b
|
HDFS-7026. Introduce a string constant for "Failed to obtain user group info...". Contributed by Yongjun Zhang.
|
2014-10-09 18:52:48 -07:00 |
|
Andrew Wang
|
8d94114495
|
HADOOP-11174. Delegation token for KMS should only be got once if it already exists. (Yi Liu via wang)
|
2014-10-09 13:21:19 -07:00 |
|
cnauroth
|
9097183983
|
HDFS-7195. Update user doc of secure mode about Datanodes don't require root or jsvc. Contributed by Chris Nauroth.
|
2014-10-09 11:51:12 -07:00 |
|
Kihwal Lee
|
db71bb54bc
|
HDFS-7217. Better batching of IBRs. Contributed by Kihwal Lee.
|
2014-10-09 12:07:51 -05:00 |
|
Aaron T. Myers
|
2a51494ce1
|
HADOOP-11161. Expose close method in KeyProvider to give clients of Provider implementations a hook to release resources. Contribued by Arun Suresh.
|
2014-10-08 18:01:51 -07:00 |
|
Colin Patrick Mccabe
|
d996235285
|
HDFS-7202. Should be able to omit package name of SpanReceiver on "hadoop trace -add" (iwasakims via cmccabe)
|
2014-10-08 17:55:46 -07:00 |
|
Kihwal Lee
|
853cb704ed
|
HDFS-7203. Concurrent appending to the same file can cause data
corruption. Contributed by Kihwal Lee.
|
2014-10-08 15:05:34 -05:00 |
|
cnauroth
|
1efd9c9825
|
HDFS-7112. LazyWriter should use either async IO or one thread per physical disk. Contributed by Xiaoyu Yao.
|
2014-10-07 20:25:19 -07:00 |
|
cnauroth
|
9b8a35aff6
|
HDFS-7128. Decommission slows way down when it gets towards the end. Contributed by Ming Ma.
|
2014-10-07 15:01:09 -07:00 |
|
Andrew Wang
|
0263656247
|
Fixup for CHANGES.txt
|
2014-10-07 14:58:57 -07:00 |
|
Kihwal Lee
|
99d7a452be
|
HADOOP-11007. Reinstate building of ant tasks support. Contributed by
Jason Lowe.
|
2014-10-07 16:20:16 -05:00 |
|
Colin Patrick Mccabe
|
8dc6abf2f4
|
HDFS-7194 Fix findbugs "inefficient new String constructor" warning in DFSClient#PATH (yzhang via cmccabe)
|
2014-10-06 15:29:09 -07:00 |
|
Tsz-Wo Nicholas Sze
|
3affad9ebd
|
HDFS-7169. Add SE_BAD_FIELD to findbugsExcludeFile.xml.
|
2014-10-06 13:29:56 -07:00 |
|
Vinayakumar B
|
ed841dd9a9
|
HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb)
|
2014-10-06 14:31:15 +05:30 |
|
Colin Patrick Mccabe
|
7f6ed7fe36
|
HDFS-7055. Add tracing to DFSInputStream (cmccabe)
|
2014-10-03 13:35:43 -07:00 |
|
Andrew Wang
|
6ac10516e7
|
HDFS-7181. Remove incorrect precondition check on key length in FileEncryptionInfo. (wang)
|
2014-10-02 13:51:08 -07:00 |
|
Andrew Wang
|
d2d5a0ea03
|
HDFS-7179. DFSClient should instantiate a KeyProvider, not a KeyProviderCryptoExtension. (wang)
|
2014-10-02 13:50:05 -07:00 |
|
Colin Patrick Mccabe
|
a56f3ecf86
|
HDFS-7162. Fix CHANGES.txt (should have Chenging Liu's name)
|
2014-10-02 12:45:54 -07:00 |
|
Colin Patrick Mccabe
|
03db9cc839
|
HDFS-7162. Wrong path when deleting through fuse-dfs a file which already exists in trash (cmccabe)
|
2014-10-02 12:42:19 -07:00 |
|
arp
|
c2fa5d1c42
|
HDFS-7178. Additional unit test for replica write with full disk. (Arpit Agarwal)
|
2014-10-02 09:28:26 -07:00 |
|
Haohui Mai
|
8dfe54f6d3
|
Addendum patch for HDFS-7172. Contributed by Chris Nauroth.
|
2014-10-01 16:09:30 -07:00 |
|
Colin Patrick Mccabe
|
dd1b8f2ed8
|
HDFS-7176. The namenode usage message doesn't include "-rollingupgrade started" (cmccabe)
|
2014-10-01 14:53:44 -07:00 |
|
Haohui Mai
|
875aa797ca
|
HDFS-6894. Add XDR parser method for each NFS response. Contributed by Brandon Li.
|
2014-10-01 13:18:56 -07:00 |
|
Haohui Mai
|
1f5b42ac48
|
HDFS-7158. Reduce the memory usage of WebImageViewer. Contributed by Haohui Mai.
|
2014-10-01 10:53:38 -07:00 |
|
Haohui Mai
|
737f280dde
|
HDFS-7172. Test data files may be checked out of git with incorrect line endings, causing test failures in TestHDFSCLI. Contributed by Chris Nauroth.
|
2014-10-01 10:46:33 -07:00 |
|
arp
|
04b08431a3
|
HDFS-6581. Update CHANGES.txt in preparation for trunk merge
|
2014-10-01 09:01:08 -07:00 |
|
arp
|
e431d054cb
|
Merge branch 'trunk' into HDFS-6581
|
2014-10-01 08:52:21 -07:00 |
|
Kihwal Lee
|
3f25d916d5
|
HDFS-6754. TestNamenodeCapacityReport.testXceiverCount may sometimes fail due to lack of retry. Contributed by Mit Desai.
|
2014-10-01 09:53:01 -05:00 |
|
arp
|
a45ad330fa
|
HDFS-7171. Fix Jenkins failures in HDFS-6581 branch. (Arpit Agarwal)
|
2014-09-30 18:25:20 -07:00 |
|
arp
|
65ef35bbab
|
Merge branch 'trunk' into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
hadoop-hdfs-project/hadoop-hdfs/src/test/resources/editsStored.xml
|
2014-09-30 18:20:13 -07:00 |
|
arp
|
9e9e9cf711
|
HDFS-7153. Add storagePolicy to NN edit log during file creation. (Arpit Agarwal)
|
2014-09-30 18:10:13 -07:00 |
|
arp
|
dde2ed13c2
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-30 18:05:54 -07:00 |
|
Jing Zhao
|
cdf1af0e5a
|
HDFS-7167. NPE while running Mover if the given path is for a file. Contributed by Jing Zhao.
|
2014-09-30 11:13:35 -07:00 |
|
Arun C. Murthy
|
ea32a66f7d
|
Preparing to branch hadoop-2.6
|
2014-09-30 10:26:42 -07:00 |
|
arp
|
5e8b697352
|
HDFS-7129. Metrics to track usage of memory for writes. (Contributed by Xiaoyu Yao)
|
2014-09-30 00:53:18 -07:00 |
|
arp
|
bb84f1fccb
|
HDFS-7159. Use block storage policy to set lazy persist preference. (Arpit Agarwal)
|
2014-09-29 22:27:59 -07:00 |
|
arp
|
368e2423a5
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-29 20:09:06 -07:00 |
|
Haohui Mai
|
0577eb32fc
|
HDFS-6779. Add missing version subcommand for hdfs. Contributed by Sasaki Toru.
|
2014-09-29 18:10:47 -07:00 |
|
arp
|
7f0422be76
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-29 16:29:43 -07:00 |
|
Andrew Wang
|
c6c3247dc0
|
HDFS-7122. Use of ThreadLocal<Random> results in poor block placement. (wang)
|
2014-09-29 15:00:26 -07:00 |
|
Andrew Wang
|
7f0efe96f8
|
HDFS-7124. Remove EncryptionZoneManager.NULL_EZ. (clamb via wang)
|
2014-09-29 14:14:22 -07:00 |
|
arp
|
1e6b4b9b2e
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-29 14:01:47 -07:00 |
|
Andrew Wang
|
a45b331cc9
|
Move HDFS-7157 to HDFS CHANGES.txt
|
2014-09-29 13:17:21 -07:00 |
|
Andrew Wang
|
f0293f11a8
|
HDFS-7104. Fix and clarify INodeInPath getter functions. Contributed by Zhe Zhang.
|
2014-09-29 12:58:37 -07:00 |
|
arp
|
d45e7c7e85
|
HDFS-7153. Add storagePolicy to NN edit log during file creation. (Arpit Agarwal)
|
2014-09-29 12:36:27 -07:00 |
|
Andrew Wang
|
371ef4cefc
|
Move HDFS-4165 from trunk to 2.6.0 in CHANGES.txt.
|
2014-09-29 11:06:44 -07:00 |
|
Allen Wittenauer
|
84b9c632bf
|
HDFS-4227. Document dfs.namenode.resource.* (Daisuke Kobayashi via aw)
|
2014-09-29 09:01:43 -07:00 |
|
Allen Wittenauer
|
9829f9fa58
|
HDFS-6519. Document oiv_legacy command (Akira AJISAKA via aw)
|
2014-09-29 08:51:41 -07:00 |
|
arp
|
9a53c3699b
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-28 20:42:56 -07:00 |
|
arp
|
b38e52b5e8
|
HDFS-7093. Add config key to restrict setStoragePolicy. (Arpit Agarwal)
|
2014-09-28 19:28:51 -07:00 |
|
Konstantin V Shvachko
|
400e1bb4ef
|
HDFS-7156. Update fsck documentation. Contributed by Masahiro Yamaguch.
|
2014-09-27 21:04:23 -07:00 |
|
arp
|
d96396627f
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-26 16:31:08 -07:00 |
|
arp
|
a2d4edacea
|
HDFS-7155. Bugfix in createLocatedFileStatus caused by bad merge. (Arpit Agarwal)
|
2014-09-26 16:30:47 -07:00 |
|
Allen Wittenauer
|
3a1f981686
|
HDFS-6664. HDFS permissions guide documentation states incorrect default group mapping class. (Ray Chiang via aw)
|
2014-09-26 12:20:40 -07:00 |
|
arp
|
7060502edb
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-26 11:09:03 -07:00 |
|
Colin Patrick Mccabe
|
55302ccfba
|
HDFS-6956. Allow dynamically changing the tracing level in Hadoop servers (cmccabe)
|
2014-09-26 10:30:30 -07:00 |
|
Tsz-Wo Nicholas Sze
|
a6049aa994
|
CHANGES.txt: move HDFS-6584 and its subtasks to Release 2.6.0.
|
2014-09-26 23:51:00 +08:00 |
|
Andrew Wang
|
840825d819
|
Add HDFS-7148 to CHANGES.txt, branch-2 only commit.
|
2014-09-25 21:50:24 -07:00 |
|
arp
|
263977969b
|
Fix test build break after merging from trunk
|
2014-09-25 20:29:24 -07:00 |
|
arp
|
032e0eba6b
|
Merge branch 'trunk' into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2014-09-25 19:50:28 -07:00 |
|
Andrew Wang
|
e96ce6f3e3
|
HDFS-7077. Separate CipherSuite from crypto protocol version. (wang)
|
2014-09-25 18:40:40 -07:00 |
|
Jing Zhao
|
e9c37de485
|
HDFS-7131. During HA upgrade, JournalNode should create a new committedTxnId file in the current directory. Contributed by Jing Zhao.
|
2014-09-25 17:15:33 -07:00 |
|
cnauroth
|
9f9a2222a2
|
HDFS-7119. Split error checks in AtomicFileOutputStream#close into separate conditions to improve diagnostics. Contributed by Chris Nauroth.
|
2014-09-25 13:33:37 -07:00 |
|
Colin Patrick Mccabe
|
1861b32eb5
|
HDFS-6808. Add command line option to ask DataNode reload configuration. (Lei Xu via Colin McCabe)
|
2014-09-25 13:11:59 -07:00 |
|
arp
|
5a5a7da3a3
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-25 12:55:59 -07:00 |
|
cnauroth
|
b607c3c363
|
HDFS-7127. TestLeaseRecovery leaks MiniDFSCluster instances. Contributed by Chris Nauroth.
|
2014-09-25 11:24:31 -07:00 |
|
cnauroth
|
dc2ebf88a8
|
HDFS-7111. TestSafeMode assumes Unix line endings in safe mode tip. Contributed by Chris Nauroth.
|
2014-09-25 11:17:46 -07:00 |
|
arp
|
364e60b169
|
HDFS-7144. Fix findbugs warnings in RamDiskReplicaTracker. (Contributed by Tsz Wo Nicholas Sze)
|
2014-09-25 11:14:24 -07:00 |
|
arp
|
e9edafc731
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-25 11:06:25 -07:00 |
|
cnauroth
|
e0b1dc514f
|
HDFS-7118. Improve diagnostics on storage directory rename operations by using NativeIO#renameTo in Storage#rename. Contributed by Chris Nauroth.
|
2014-09-25 10:03:59 -07:00 |
|
arp
|
e8e7fbe81a
|
HDFS-6932. Balancer and Mover tools should ignore replicas on RAM_DISK. (Contributed by Xiaoyu Yao)
|
2014-09-24 21:08:59 -07:00 |
|
arp
|
feda4733a8
|
HDFS-7143. Fix findbugs warnings in HDFS-6581 branch. (Contributed by Tsz Wo Nicholas Sze)
|
2014-09-24 21:06:56 -07:00 |
|
arp
|
b1000fbba4
|
Merge branch 'trunk' into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeFile.java
|
2014-09-24 20:08:32 -07:00 |
|
Jing Zhao
|
428a76663a
|
HDFS-7140. Add a tool to list all the existing block storage policies. Contributed by Jing Zhao.
|
2014-09-24 19:11:16 -07:00 |
|
Andrew Wang
|
116f83157a
|
Add branch-2 only commit HDFS-7138 to CHANGES.txt
|
2014-09-24 16:47:09 -07:00 |
|
Andrew Wang
|
63198bfba7
|
HDFS-7139. Unit test for creating encryption zone on root path. (Zhe Zhang via wang)
|
2014-09-24 16:40:20 -07:00 |
|
Andrew Wang
|
9fa5a89be3
|
Move HDFS-6987 from trunk to branch-2 in CHANGES.txt
|
2014-09-24 12:11:58 -07:00 |
|
Jing Zhao
|
073bbd805c
|
HDFS-7081. Add new DistributedFileSystem API for getting all the existing storage policies. Contributed by Jing Zhao.
|
2014-09-24 10:05:40 -07:00 |
|
Allen Wittenauer
|
cb74f39697
|
HDFS-6534. Fix build on macosx: HDFS parts (Binglin Chang via aw)
|
2014-09-24 08:22:02 -07:00 |
|
arp
|
bfc7b7e6a0
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-23 16:40:35 -07:00 |
|
cnauroth
|
b93d9603a2
|
HDFS-7130. TestDataTransferKeepalive fails intermittently on Windows. Contributed by Chris Nauroth.
|
2014-09-23 14:35:33 -07:00 |
|
Andrew Wang
|
f48686a1ad
|
HDFS-7132. hdfs namenode -metadataVersion command does not honor configured name dirs. Contributed by Charles Lamb.
|
2014-09-23 14:10:02 -07:00 |
|
Allen Wittenauer
|
3dc28e2052
|
HADOOP-11092. hadoop shell commands should print usage if not given a class (aw)
|
2014-09-23 12:24:23 -07:00 |
|
cnauroth
|
a1fd804a31
|
HDFS-7126. TestEncryptionZonesWithHA assumes Unix path separator for KMS key store path. Contributed by Xiaoyu Yao.
|
2014-09-23 08:21:46 -07:00 |
|
arp
|
8b139b0800
|
HDFS-6990. Add unit test for evict/delete RAM_DISK block with open handle. (Contributed by Xiaoyu Yao)
|
2014-09-22 18:10:28 -07:00 |
|
arp
|
889122bd55
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-22 18:00:58 -07:00 |
|
Colin Patrick Mccabe
|
7b8df93ce1
|
HDFS-7001. Tests in TestTracing should not depend on the order of execution. (iwasakims via cmccabe)
|
2014-09-22 17:21:58 -07:00 |
|
Colin Patrick Mccabe
|
912ad32b03
|
HDFS-7106. Reconfiguring DataNode volumes does not release the lock files in removed volumes. (cnauroth via cmccabe)
|
2014-09-22 11:51:31 -07:00 |
|
cnauroth
|
26cba7f35f
|
HDFS-7115. TestEncryptionZones assumes Unix path separator for KMS key store path. Contributed by Xiaoyu Yao.
|
2014-09-22 09:07:07 -07:00 |
|
Andrew Wang
|
1737950d0f
|
HDFS-6987. Move CipherSuite xattr information up to the encryption zone root. Contributed by Zhe Zhang.
|
2014-09-21 21:29:46 -07:00 |
|
cnauroth
|
b6fd5ccbce
|
HDFS-7110. Skip tests related to short-circuit read on platforms that do not currently implement short-circuit read. Contributed by Chris Nauroth.
|
2014-09-21 12:36:57 -07:00 |
|
cnauroth
|
0795fe3721
|
HDFS-7109. TestDataStorage does not release file locks between tests. Contributed by Chris Nauroth.
|
2014-09-20 21:01:13 -07:00 |
|
cnauroth
|
47491f9a11
|
HDFS-7107. Avoid Findbugs warning for synchronization on AbstractNNFailoverProxyProvider#fallbackToSimpleAuth. Contributed by Chris Nauroth.
|
2014-09-20 20:53:09 -07:00 |
|
arp
|
8c9860f7c9
|
HDFS-7071. Undo accidental commit of binary file editsStored.
|
2014-09-20 17:11:11 -07:00 |
|
arp
|
486a76a39b
|
HDFS-7071. Updated editsStored and editsStored.xml to bump layout version and add LazyPersist flag. (Contributed by Xiaoyu Yao and Arpit Agarwal)
|
2014-09-20 16:58:58 -07:00 |
|
arp
|
e257b6dbb1
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-20 16:13:17 -07:00 |
|
arp
|
50b321068d
|
HDFS-7108. Fix unit test failures in SimulatedFsDataset. (Arpit Agarwal)
|
2014-09-20 16:12:17 -07:00 |
|
Jing Zhao
|
84a0a629d3
|
HDFS-7095. Archival Storage: TestStorageMover often fails in Jenkins. Contributed by Jing Zhao.
|
2014-09-20 13:44:53 -07:00 |
|
arp
|
b2d5ed36bc
|
HDFS-7100. Make eviction scheme pluggable. (Arpit Agarwal)
|
2014-09-20 13:25:23 -07:00 |
|
arp
|
09dab88d3e
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-20 10:34:45 -07:00 |
|
cnauroth
|
f85cc14eb4
|
HDFS-7073. Allow falling back to a non-SASL connection on DataTransferProtocol in several edge cases. Contributed by Chris Nauroth.
|
2014-09-19 21:23:26 -07:00 |
|
cnauroth
|
332e2e23ba
|
HDFS-7105. Fix TestJournalNode#testFailToStartWithBadConfig to match log output change. Contributed by Ray Chiang.
|
2014-09-19 21:04:55 -07:00 |
|
Kihwal Lee
|
9e35571965
|
HDFS-7046. HA NN can NPE upon transition to active. Contributed by
Kihwal Lee.
|
2014-09-19 17:07:06 -05:00 |
|
arp
|
222bf0fe67
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-19 10:02:27 -07:00 |
|
Colin Patrick Mccabe
|
25fd69a8f9
|
HDFS-7096. Fix TestRpcProgramNfs3 to use DFS_ENCRYPTION_KEY_PROVIDER_URI (clamb via cmccabe)
|
2014-09-19 09:20:25 -07:00 |
|
Kihwal Lee
|
bf27b9ca57
|
HDFS-7065. Pipeline close recovery race can cause block corruption.
Contributed by Kihwal Lee.
|
2014-09-19 09:00:13 -05:00 |
|