arp
|
5f86ce7ea9
|
HDFS-7064. Fix unit test failures in HDFS-6581 branch. (Contributed by Xiaoyu Yao)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
|
2014-10-17 13:42:02 -07:00 |
arp
|
14edbc9419
|
HDFS-6978. Directory scanner should correctly reconcile blocks on RAM disk. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
|
2014-10-17 13:42:01 -07:00 |
arp
|
6906eccec4
|
HDFS-7066. LazyWriter#evictBlocks misses a null check for replicaState. (Contributed by Xiaoyu Yao)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
|
2014-10-17 13:42:01 -07:00 |
arp
|
b8a2eb793a
|
HDFS-6991. Notify NN of evicted block before deleting it from RAM disk. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/MiniDFSCluster.java
|
2014-10-17 13:42:01 -07:00 |
arp
|
3abf34af9b
|
HDFS-6977. Delete all copies when a block is deleted from the block space. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
|
2014-10-17 13:42:01 -07:00 |
arp
|
21046d8310
|
HDFS-6930. Improve replica eviction from RAM disk. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
|
2014-10-17 13:42:01 -07:00 |
arp
|
225ffdb6d8
|
HDFS-6950. Add Additional unit tests for HDFS-6581. (Contributed by Xiaoyu Yao)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/DFSTestUtil.java
|
2014-10-17 13:42:01 -07:00 |
arp
|
43ea145c39
|
HDFS-6931. Move lazily persisted replicas to finalized directory on DN startup. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
|
2014-10-17 13:42:01 -07:00 |
arp
|
d0e6dd88fb
|
HDFS-6960. Bugfix in LazyWriter, fix test case and some refactoring. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
|
2014-10-17 13:42:01 -07:00 |
arp
|
08cc08adb3
|
HDFS-6928. 'hdfs put' command should accept lazyPersist flag for testing. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
|
2014-10-17 13:42:01 -07:00 |
arp
|
0aaa2b9ba7
|
HDFS-6929. NN periodically unlinks lazy persist files with missing replicas from namespace. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
|
2014-10-17 13:42:00 -07:00 |
arp
|
49a72e1360
|
HDFS-6927. Initial unit tests for Lazy Persist files. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
|
2014-10-17 13:42:00 -07:00 |
arp
|
3b262caf11
|
HDFS-6926. DN support for saving replicas to persistent storage and evicting in-memory replicas. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
|
2014-10-17 13:42:00 -07:00 |
arp
|
193528c84d
|
HDFS-6925. DataNode should attempt to place replicas on transient storage first if lazyPersist flag is received. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/FsVolumeSpi.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestDirectoryScanner.java
|
2014-10-17 13:42:00 -07:00 |
arp
|
3b7d4715a1
|
HDFS-6923. Propagate LazyPersist flag to DNs via DataTransferProtocol. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
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/protocol/datatransfer/Receiver.java
|
2014-10-17 13:42:00 -07:00 |
arp
|
183f4a4dfb
|
HDFS-6922. Add LazyPersist flag to INodeFile, save it in FsImage and edit logs. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
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/FSEditLogLoader.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormat.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormatPBINode.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageSerialization.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeFile.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeFileAttributes.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeLayoutVersion.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/FSImageFormatPBSnapshot.java
hadoop-hdfs-project/hadoop-hdfs/src/main/proto/fsimage.proto
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/CreateEditsLog.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLog.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFSPermissionChecker.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestINodeFile.java
|
2014-10-17 13:42:00 -07:00 |
arp
|
b1d085e7e3
|
HDFS-6924. Add new RAM_DISK storage type. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-6581.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/StorageType.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelper.java
hadoop-hdfs-project/hadoop-hdfs/src/main/proto/hdfs.proto
|
2014-10-17 13:42:00 -07:00 |
Vinayakumar B
|
6f19ba7688
|
HDFS-7252. small refinement to the use of isInAnEZ in FSNamesystem. (Yi Liu via vinayakumarb)
(cherry picked from commit 368743140d )
|
2014-10-17 18:05:16 +05:30 |
Vinayakumar B
|
7c87c2b42e
|
HDFS-7242. Code improvement for FSN#checkUnreadableBySuperuser. (Contributed by Yi Liu)
(cherry picked from commit 1c3ff0b7c8 )
|
2014-10-17 17:49:37 +05:30 |
Vinayakumar B
|
fea721daf9
|
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
(cherry picked from commit cba1f9e389 )
|
2014-10-17 17:34:54 +05:30 |
Tsz-Wo Nicholas Sze
|
aef8dbde91
|
HDFS-5089. When a LayoutVersion support SNAPSHOT, it must support FSIMAGE_NAME_OPTIMIZATION.
|
2014-10-15 20:58:01 -07:00 |
Tsz-Wo Nicholas Sze
|
603293da92
|
HDFS-7208. NN doesn't schedule replication when a DN storage fails. Contributed by Ming Ma
|
2014-10-15 20:49:54 -07:00 |
Jing Zhao
|
e68fef4d81
|
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:02 -07:00 |
Haohui Mai
|
3ee0a5892b
|
HDFS-7190. Bad use of Preconditions in startFileInternal(). Contributed by Dawson Choong.
|
2014-10-14 23:42:36 -07:00 |
Haohui Mai
|
174138ec26
|
HDFS-7201. Fix typos in hdfs-default.xml. Contributed by Dawson Choong.
|
2014-10-14 17:36:23 -07:00 |
Jing Zhao
|
6c3ac6a485
|
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:33:51 -07:00 |
Tsz-Wo Nicholas Sze
|
dd0857fd70
|
HDFS-7237. The command "hdfs namenode -rollingUpgrade" throws ArrayIndexOutOfBoundsException.
|
2014-10-13 18:30:21 -07:00 |
Haohui Mai
|
c3dfc71193
|
HDFS-6544. Broken Link for GFS in package.html. Contributed by Suraj Nayak M.
|
2014-10-13 10:33:31 -07:00 |
Jing Zhao
|
715f222a80
|
HDFS-7236. Fix TestOpenFilesWithSnapshot#testOpenFilesWithMultipleSnapshots. Contributed by Yongjun Zhang.
|
2014-10-13 10:28:12 -07:00 |
Haohui Mai
|
059f774f90
|
HDFS-6657. Remove link to 'Legacy UI' in trunk's Namenode UI. Contributed by Vinayakumar B.
|
2014-10-10 17:27:30 -07:00 |
Haohui Mai
|
f11c8eb096
|
HDFS-6252. Phase out the old web UI in HDFS. Contributed by Haohui Mai.
|
2014-10-10 17:10:54 -07:00 |
Andrew Wang
|
217c0405d9
|
HDFS-7209. Populate EDEK cache when creating encryption zone. (Yi Liu via wang)
(cherry picked from commit d3d3d47202 )
|
2014-10-10 13:40:53 -07:00 |
Colin Patrick Mccabe
|
4c0bc45978
|
HDFS-7198. Fix "unchecked conversion" warning in DFSClient#getPathTraceScope (cmccabe)
(cherry picked from commit 1ceb326933 )
|
2014-10-10 13:04:16 -07:00 |
Aaron T. Myers
|
8cbacb37e9
|
HDFS-7026. Introduce a string constant for "Failed to obtain user group info...". Contributed by Yongjun Zhang.
(cherry picked from commit cbd21fd13b )
|
2014-10-09 18:53:03 -07:00 |
Andrew Wang
|
6cc8ec980c
|
HADOOP-11174. Delegation token for KMS should only be got once if it already exists. (Yi Liu via wang)
(cherry picked from commit 8d94114495 )
|
2014-10-09 13:21:32 -07:00 |
cnauroth
|
4e544c84e9
|
HDFS-7195. Update user doc of secure mode about Datanodes don't require root or jsvc. Contributed by Chris Nauroth.
|
2014-10-09 11:55:59 -07:00 |
Kihwal Lee
|
7056e50c21
|
HDFS-7217. Better batching of IBRs. Contributed by Kihwal Lee.
(cherry picked from commit db71bb54bc )
|
2014-10-09 12:09:11 -05:00 |
Aaron T. Myers
|
afaadd6535
|
HADOOP-11161. Expose close method in KeyProvider to give clients of Provider implementations a hook to release resources. Contribued by Arun Suresh.
(cherry picked from commit d9556e873ef4d3e68c4f0c991f856d1faa747f07)
|
2014-10-08 18:02:00 -07:00 |
Colin Patrick Mccabe
|
f1feaae1dd
|
HDFS-7202. Should be able to omit package name of SpanReceiver on "hadoop trace -add" (iwasakims via cmccabe)
(cherry picked from commit d996235285 )
|
2014-10-08 18:01:22 -07:00 |
Kihwal Lee
|
b39c8c3128
|
HDFS-7203. Concurrent appending to the same file can cause data
corruption. Contributed by Kihwal Lee.
|
2014-10-08 15:07:12 -05:00 |
cnauroth
|
7e949744b1
|
HDFS-7128. Decommission slows way down when it gets towards the end. Contributed by Ming Ma.
(cherry picked from commit 80cb472620f0a7889e311ca32212a42b95c6794e)
|
2014-10-07 15:01:54 -07:00 |
Andrew Wang
|
6546c59745
|
Fixup for CHANGES.txt
(cherry picked from commit 0263656247 )
|
2014-10-07 14:59:17 -07:00 |
Kihwal Lee
|
7910c6d035
|
HADOOP-11007. Reinstate building of ant tasks support. Contributed by
Jason Lowe.
(cherry picked from commit 99d7a452be )
|
2014-10-07 16:23:52 -05:00 |
Colin Patrick Mccabe
|
eeb39dc218
|
HDFS-7194 Fix findbugs "inefficient new String constructor" warning in DFSClient#PATH (yzhang via cmccabe)
(cherry picked from commit 8dc6abf2f4 )
|
2014-10-06 15:29:45 -07:00 |
Tsz-Wo Nicholas Sze
|
e5e9cf219a
|
HDFS-7169. Add SE_BAD_FIELD to findbugsExcludeFile.xml.
|
2014-10-06 13:31:46 -07:00 |
Vinayakumar B
|
5f58886770
|
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 )
|
2014-10-06 14:32:06 +05:30 |
Colin Patrick Mccabe
|
b335df9a9b
|
HDFS-7055. Add tracing to DFSInputStream (cmccabe)
(cherry picked from commit 7f6ed7fe36 )
|
2014-10-03 13:38:15 -07:00 |
Andrew Wang
|
6dbba19469
|
HDFS-7181. Remove incorrect precondition check on key length in FileEncryptionInfo. (wang)
(cherry picked from commit 6ac10516e7 )
|
2014-10-02 13:54:56 -07:00 |
Andrew Wang
|
6ddd9eff78
|
HDFS-7179. DFSClient should instantiate a KeyProvider, not a KeyProviderCryptoExtension. (wang)
(cherry picked from commit d2d5a0ea03 )
|
2014-10-02 13:54:50 -07:00 |
Colin Patrick Mccabe
|
fb0107ef0d
|
HDFS-7162. Fix CHANGES.txt (should have Chenging Liu's name)
|
2014-10-02 12:44:23 -07:00 |
Colin Patrick Mccabe
|
ab1afc4e1c
|
HDFS-7162. Wrong path when deleting through fuse-dfs a file which already exists in trash (cmccabe)
(cherry picked from commit 03db9cc839 )
|
2014-10-02 12:42:47 -07:00 |
arp
|
d8e6481395
|
HDFS-7178. Additional unit test for replica write with full disk. (Arpit Agarwal)
|
2014-10-02 09:28:41 -07:00 |
Haohui Mai
|
ddb46c1c28
|
Addendum patch for HDFS-7172. Contributed by Chris Nauroth.
|
2014-10-01 16:10:37 -07:00 |
Colin Patrick Mccabe
|
1725d56132
|
HDFS-7176. The namenode usage message doesn't include "-rollingupgrade started" (cmccabe)
(cherry picked from commit dd1b8f2ed8 )
|
2014-10-01 14:54:12 -07:00 |
Haohui Mai
|
63ad22be48
|
HDFS-6894. Add XDR parser method for each NFS response. Contributed by Brandon Li.
|
2014-10-01 13:19:05 -07:00 |
Haohui Mai
|
46d4f4c4ab
|
HDFS-7158. Reduce the memory usage of WebImageViewer. Contributed by Haohui Mai.
|
2014-10-01 10:54:02 -07:00 |
Haohui Mai
|
5db04a5a1a
|
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:51 -07:00 |
Kihwal Lee
|
c9c5b982b7
|
HDFS-6754. TestNamenodeCapacityReport.testXceiverCount may sometimes fail due to lack of retry. Contributed by Mit Desai.
(cherry picked from commit 3f25d916d5 )
|
2014-10-01 09:58:22 -05:00 |
arp
|
b680efa1e8
|
HDFS-7153. Add storagePolicy to NN edit log during file creation. (Arpit Agarwal)
|
2014-09-30 18:11:18 -07:00 |
Jing Zhao
|
635fdcbe5c
|
HDFS-7167. NPE while running Mover if the given path is for a file. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-30 11:19:57 -07:00 |
Arun C. Murthy
|
6a60fa279a
|
Preparing to branch hadoop-2.6
|
2014-09-30 10:37:03 -07:00 |
Haohui Mai
|
eea383ff2e
|
HDFS-6779. Add missing version subcommand for hdfs. Contributed by Sasaki Toru.
|
2014-09-29 18:20:44 -07:00 |
Andrew Wang
|
47ddaee1db
|
HDFS-7122. Use of ThreadLocal<Random> results in poor block placement. (wang)
(cherry picked from commit d7086c563ff2847c415913ac625b2a557eeccbdd)
|
2014-09-29 15:00:28 -07:00 |
Andrew Wang
|
38f3b11c29
|
HDFS-7124. Remove EncryptionZoneManager.NULL_EZ. (clamb via wang)
(cherry picked from commit 7f0efe96f8 )
|
2014-09-29 14:14:49 -07:00 |
Andrew Wang
|
d551a95fc4
|
Move HDFS-7157 to HDFS CHANGES.txt
(cherry picked from commit a45b331cc9 )
|
2014-09-29 13:17:28 -07:00 |
Andrew Wang
|
58bdba9dc0
|
HDFS-7104. Fix and clarify INodeInPath getter functions. Contributed by Zhe Zhang.
(cherry picked from commit f0293f11a8 )
|
2014-09-29 12:58:45 -07:00 |
Suresh Srinivas
|
c7cf212b2a
|
HDFS-4165. Faulty sanity check in FsDirectory.unprotectedSetQuota. Contributed by Binglin Chang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1407245 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 0f7a4337ac )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-29 11:06:17 -07:00 |
Allen Wittenauer
|
dacf2b5515
|
HDFS-4227. Document dfs.namenode.resource.* (Daisuke Kobayashi via aw)
|
2014-09-29 09:01:59 -07:00 |
Allen Wittenauer
|
96fc90a9c4
|
HDFS-6519. Document oiv_legacy command (Akira AJISAKA via aw)
|
2014-09-29 08:51:55 -07:00 |
arp
|
8ebea28b40
|
HDFS-7093. Add config key to restrict setStoragePolicy. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2014-09-28 19:34:25 -07:00 |
Konstantin V Shvachko
|
3472221989
|
HDFS-7156. Update fsck documentation. Contributed by Masahiro Yamaguch.
|
2014-09-27 21:26:38 -07:00 |
Allen Wittenauer
|
3c86c68078
|
HDFS-6664. HDFS permissions guide documentation states incorrect default group mapping class. (Ray Chiang via aw)
|
2014-09-26 12:21:37 -07:00 |
Colin Patrick Mccabe
|
b5b4cb4d64
|
HDFS-6956. Allow dynamically changing the tracing level in Hadoop servers (cmccabe)
(cherry picked from commit 55302ccfba )
|
2014-09-26 10:34:42 -07:00 |
Andrew Wang
|
09c324a4a8
|
HDFS-7148. TestEncryptionZones#testIsEncryptedMethod fails on branch-2 after archival storage merge. (wang)
|
2014-09-25 21:50:12 -07:00 |
Andrew Wang
|
3f71a15813
|
HDFS-7077. Separate CipherSuite from crypto protocol version. (wang)
(cherry picked from commit e96ce6f3e3 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelper.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2014-09-25 18:42:17 -07:00 |
Jing Zhao
|
9ad9e51cd9
|
HDFS-7131. During HA upgrade, JournalNode should create a new committedTxnId file in the current directory. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-25 17:18:02 -07:00 |
Jing Zhao
|
87f07e67b1
|
HDFS-7140. Add a tool to list all the existing block storage policies. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
|
2014-09-26 05:16:44 +08:00 |
Jing Zhao
|
f83096d49c
|
HDFS-7081. Add new DistributedFileSystem API for getting all the existing storage policies. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 05:08:32 +08:00 |
Jing Zhao
|
ba3182c60c
|
HDFS-7095. Archival Storage: TestStorageMover often fails in Jenkins. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 05:02:21 +08:00 |
Tsz-Wo Nicholas Sze
|
788ba5e4c4
|
Revise the HDFS-6584 entry CHANGES.txt.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 04:59:00 +08:00 |
Tsz-Wo Nicholas Sze
|
80bd4d88eb
|
Fix hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt for HDFS-6584 after
merge.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 04:57:45 +08:00 |
Tsz-Wo Nicholas Sze
|
022474c807
|
Merge branch 'HDFS-6584' into trunk
Conflicts:
hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelper.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/Dispatcher.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/NameNodeConnector.java
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/FSEditLogLoader.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestReplicationPolicy.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestReplicationPolicyConsiderLoad.java
|
2014-09-26 04:47:25 +08:00 |
cnauroth
|
fd3aa38231
|
HDFS-7119. Split error checks in AtomicFileOutputStream#close into separate conditions to improve diagnostics. Contributed by Chris Nauroth.
(cherry picked from commit 9f9a2222a2 )
|
2014-09-25 13:35:40 -07:00 |
Colin Patrick Mccabe
|
cb9283549f
|
HDFS-6808. Add command line option to ask DataNode reload configuration. (Lei Xu via Colin McCabe)
(cherry picked from commit 1861b32eb5 )
|
2014-09-25 13:22:35 -07:00 |
cnauroth
|
6bace90b29
|
HDFS-7127. TestLeaseRecovery leaks MiniDFSCluster instances. Contributed by Chris Nauroth.
(cherry picked from commit b607c3c363 )
|
2014-09-25 11:29:15 -07:00 |
cnauroth
|
94517982a9
|
HDFS-7111. TestSafeMode assumes Unix line endings in safe mode tip. Contributed by Chris Nauroth.
(cherry picked from commit dc2ebf88a8 )
|
2014-09-25 11:21:07 -07:00 |
cnauroth
|
707a7dbd24
|
HDFS-7118. Improve diagnostics on storage directory rename operations by using NativeIO#renameTo in Storage#rename. Contributed by Chris Nauroth.
(cherry picked from commit e0b1dc514f )
|
2014-09-25 10:06:09 -07:00 |
Andrew Wang
|
835ade7064
|
HDFS-7138. Fix hftp to work with encryption. (clamb via wang)
|
2014-09-24 16:45:29 -07:00 |
Andrew Wang
|
a17544e5e3
|
HDFS-7139. Unit test for creating encryption zone on root path. (Zhe Zhang via wang)
(cherry picked from commit 63198bfba7 )
|
2014-09-24 16:40:40 -07:00 |
Andrew Wang
|
3cf28210ec
|
HDFS-6987. Move CipherSuite xattr information up to the encryption zone root. (Zhe Zhang via wang)
|
2014-09-24 12:11:45 -07:00 |
Haohui Mai
|
53c2288dc6
|
HDFS-7049. TestByteRangeInputStream.testPropagatedClose fails and throw NPE on branch-2. Contributed by Juan Yu.
|
2014-09-24 12:07:26 -07:00 |
Allen Wittenauer
|
151281bfca
|
HDFS-6534. Fix build on macosx: HDFS parts (Binglin Chang via aw)
|
2014-09-24 08:35:31 -07:00 |
cnauroth
|
fd3003d63b
|
HDFS-7130. TestDataTransferKeepalive fails intermittently on Windows. Contributed by Chris Nauroth.
(cherry picked from commit b93d9603a2 )
|
2014-09-23 14:44:26 -07:00 |
Andrew Wang
|
0d116b18de
|
HDFS-7132. hdfs namenode -metadataVersion command does not honor configured name dirs. Contributed by Charles Lamb.
(cherry picked from commit f48686a1ad )
|
2014-09-23 14:10:40 -07:00 |
cnauroth
|
ac3b62dae7
|
HDFS-7126. TestEncryptionZonesWithHA assumes Unix path separator for KMS key store path. Contributed by Xiaoyu Yao.
(cherry picked from commit a1fd804a31 )
|
2014-09-23 08:22:04 -07:00 |
Colin Patrick Mccabe
|
cac7063b31
|
HDFS-7001. Tests in TestTracing should not depend on the order of execution. (iwasakims via cmccabe)
(cherry picked from commit 7b8df93ce1 )
|
2014-09-22 17:22:42 -07:00 |
Colin Patrick Mccabe
|
d7b0e9382d
|
HDFS-7106. Reconfiguring DataNode volumes does not release the lock files in removed volumes. (cnauroth via cmccabe)
(cherry picked from commit 912ad32b03 )
|
2014-09-22 11:52:01 -07:00 |
cnauroth
|
39bcc57c3e
|
HDFS-7115. TestEncryptionZones assumes Unix path separator for KMS key store path. Contributed by Xiaoyu Yao.
(cherry picked from commit 26cba7f35f )
|
2014-09-22 09:07:41 -07:00 |
cnauroth
|
4a77729a1c
|
HDFS-7110. Skip tests related to short-circuit read on platforms that do not currently implement short-circuit read. Contributed by Chris Nauroth.
(cherry picked from commit b6fd5ccbce )
|
2014-09-21 12:37:37 -07:00 |
cnauroth
|
465ba7fe31
|
HDFS-7109. TestDataStorage does not release file locks between tests. Contributed by Chris Nauroth.
(cherry picked from commit 0795fe3721 )
|
2014-09-20 21:01:52 -07:00 |
cnauroth
|
3ad3f034bb
|
HDFS-7107. Avoid Findbugs warning for synchronization on AbstractNNFailoverProxyProvider#fallbackToSimpleAuth. Contributed by Chris Nauroth.
(cherry picked from commit 47491f9a11 )
|
2014-09-20 20:53:38 -07:00 |
cnauroth
|
cadba3067f
|
HDFS-7073. Allow falling back to a non-SASL connection on DataTransferProtocol in several edge cases. Contributed by Chris Nauroth.
(cherry picked from commit f85cc14eb4 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/Dispatcher.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/NameNodeConnector.java
|
2014-09-19 22:04:13 -07:00 |
cnauroth
|
9ee5e26cbb
|
HDFS-7105. Fix TestJournalNode#testFailToStartWithBadConfig to match log output change. Contributed by Ray Chiang.
(cherry picked from commit 332e2e23ba )
|
2014-09-19 21:06:04 -07:00 |
Kihwal Lee
|
b55aa50ec6
|
HDFS-7046. HA NN can NPE upon transition to active. Contributed by
Kihwal Lee.
(cherry picked from commit 9e35571965 )
|
2014-09-19 17:08:30 -05:00 |
Colin Patrick Mccabe
|
5520ca6ec3
|
HDFS-7096. Fix TestRpcProgramNfs3 to use DFS_ENCRYPTION_KEY_PROVIDER_URI (clamb via cmccabe)
(cherry picked from commit 25fd69a8f9 )
|
2014-09-19 09:20:55 -07:00 |
Kihwal Lee
|
35fccfda3e
|
HDFS-7065. Pipeline close recovery race can cause block corruption.
Contributed by Kihwal Lee.
(cherry picked from commit bf27b9ca57 )
|
2014-09-19 09:01:27 -05:00 |
Kihwal Lee
|
2a6c9f0725
|
HDFS-6948. DN rejects blocks if it has older UC block. Contributed by
Eric Payne.
(cherry picked from commit f02d934fed )
|
2014-09-19 08:52:16 -05:00 |
Andrew Wang
|
58d9cc0914
|
HDFS-6840. Clients are always sent to the same datanode when read is off rack. (wang)
(cherry picked from commit 8e73084491 )
|
2014-09-18 18:14:10 -07:00 |
Andrew Wang
|
ef693b541c
|
HDFS-6970. Move startFile EDEK retries to the DFSClient. (wang)
(cherry picked from commit 20a076bafc )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2014-09-18 17:41:22 -07:00 |
Colin Patrick Mccabe
|
d329237990
|
HDFS-6727. Refresh data volumes on DataNode based on configuration changes (Lei Xu via Colin Patrick McCabe)
(cherry picked from commit fe38d2e9b5 )
|
2014-09-18 16:53:07 -07:00 |
Andrew Wang
|
47c9dcfe8e
|
HDFS-7003. Add NFS Gateway support for reading and writing to encryption zones. (clamb via wang)
(cherry picked from commit 70be56d093 )
|
2014-09-18 14:57:33 -07:00 |
Colin Patrick Mccabe
|
2b1c9c6210
|
HDFS-7047. Expose FileStatus#isEncrypted in libhdfs (cmccabe)
(cherry picked from commit 570b8b468e )
|
2014-09-18 11:42:53 -07:00 |
Andrew Wang
|
008e2f68f1
|
HDFS-7078. Fix listEZs to work correctly with snapshots. (wang)
(cherry picked from commit 0ecefe6017 )
|
2014-09-17 21:28:15 -07:00 |
Andrew Wang
|
b477d30e63
|
HDFS-7004. Update KeyProvider instantiation to create by URI. (wang)
(cherry picked from commit 10e8602f32 )
|
2014-09-17 20:15:42 -07:00 |
Andrew Wang
|
b05da10d0d
|
Move some HDFS JIRAs to the correct CHANGES.txt
|
2014-09-17 18:08:24 -07:00 |
Colin Patrick Mccabe
|
6cb8ed0d22
|
HDFS-6843. Create FileStatus isEncrypted() method (clamb via cmccabe)
(cherry picked from commit e3803d002c )
|
2014-09-17 13:36:41 -07:00 |
Andrew Wang
|
5e54aae62b
|
HDFS-6705. Create an XAttr that disallows the HDFS admin from accessing a file. (clamb via wang)
(cherry picked from commit ea4e2e843e )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2014-09-17 11:26:17 -07:00 |
Alejandro Abdelnur
|
1c847fdd61
|
HADOOP-11062. CryptoCodec testcases requiring OpenSSL should be run only if -Pnative is used. (asuresh via tucu)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/pom.xml
|
2014-09-16 23:37:21 -07:00 |
Alejandro Abdelnur
|
94a1e68aa5
|
HADOOP-11096. KMS: KeyAuthorizationKeyProvider should verify the keyversion belongs to the keyname on decrypt. (tucu)
|
2014-09-16 23:21:17 -07:00 |
Andrew Wang
|
fcd181bde1
|
HDFS-6789. TestDFSClientFailover.testFileContextDoesntDnsResolveLogicalURI and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7. Contributed by Akira Ajisaka.
(cherry picked from commit a044407b5c )
|
2014-09-16 17:03:52 -07:00 |
Andrew Wang
|
23f34b75e4
|
HDFS-6851. Refactor EncryptionZoneWithId and EncryptionZone. (clamb via wang)
(cherry picked from commit 33ce887c20 )
|
2014-09-16 16:57:06 -07:00 |
Benoy Antony
|
215216abeb
|
HDFS-6799. The invalidate method in SimulatedFSDataset failed to remove (invalidate) blocks from the file system. Contributed by Megasthenis Asteris.
|
2014-09-16 16:27:25 -07:00 |
Alejandro Abdelnur
|
5d897026e4
|
HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu)
|
2014-09-16 14:37:04 -07:00 |
Colin Patrick Mccabe
|
9be338911b
|
HDFS-6880. Adding tracing to DataNode data transfer protocol (iwasakims via cmccabe)
(cherry picked from commit 56119fec96 )
|
2014-09-16 13:59:58 -07:00 |
Kihwal Lee
|
08abb320a7
|
HDFS-6965. NN continues to issue block locations for DNs with full
disks. Contributed by Rushabh Shah.
(cherry picked from commit 0c26412be4 )
|
2014-09-16 09:06:43 -05:00 |
Kihwal Lee
|
e6e31fbbba
|
HDFS-7059. HAadmin transtionToActive with forceActive option can show
confusing message. Contributed by Rushabh Shah.
(cherry picked from commit 2f847b3357 )
|
2014-09-15 16:30:22 -05:00 |
Andrew Wang
|
d595557859
|
HDFS-7032. Add WebHDFS support for reading and writing to encryption zones. Contributed by Charles Lamb.
(cherry picked from commit 43b0303008 )
|
2014-09-15 10:24:38 -07:00 |
Andrew Wang
|
dd3e28d434
|
HDFS-7061. Add test to verify encryption zone creation after NameNode restart without saving namespace. Contributed by Stephen Chu.
(cherry picked from commit fc741b5d78 )
|
2014-09-14 23:49:26 -07:00 |
cnauroth
|
993ede4db3
|
HDFS-7051. TestDataNodeRollingUpgrade#isBlockFileInPrevious assumes Unix file path separator. Contributed by Chris Nauroth.
(cherry picked from commit d6ce26986e )
|
2014-09-11 20:58:54 -07:00 |
Karthik Kambatla
|
d22cd065ed
|
Update CHANGES.txt to set the release date for 2.5.1
(cherry picked from commit 17ffbe0864 )
|
2014-09-11 17:36:06 -07:00 |
cnauroth
|
ac296f9522
|
HDFS-7042. Upgrade fails for Windows HA cluster due to file locks held during rename in JournalNode. Contributed by Chris Nauroth.
(cherry picked from commit 80ac6aabce )
|
2014-09-11 12:17:19 -07:00 |
Andrew Wang
|
6151c2bea7
|
HDFS-7045. Fix NameNode deadlock when opening file under /.reserved path. Contributed by Yi Liu.
(cherry picked from commit 1e684995d7 )
|
2014-09-11 10:59:24 -07:00 |
Andrew Wang
|
c90e15c559
|
HDFS-6621. Hadoop Balancer prematurely exits iterations. Contributed by Rafal Wodjdyla and Benjamin Bowman.
(cherry picked from commit d1dab6cc63 )
|
2014-09-11 10:32:57 -07:00 |
Andrew Wang
|
0fae8a0e14
|
HDFS-6966. Add additional unit tests for encryption zones. Contributed by Stephen Chu.
(cherry picked from commit bf64fce78c )
|
2014-09-11 10:26:21 -07:00 |
Alejandro Abdelnur
|
16a4558fda
|
HDFS-6776. Using distcp to copy data between insecure and secure cluster via webdhfs doesn't work. (yzhangal via tucu)
|
2014-09-09 22:20:36 -07:00 |
Konstantin V Shvachko
|
c1df6f3b40
|
Revert HDFS-6940.
|
2014-09-09 17:34:25 -07:00 |
cnauroth
|
c6fabbb9e9
|
Newly moved block replica been invalidated and deleted in TestBalancer. Contributed by Binglin Chang.
(cherry picked from commit 2749fc677c )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-09 11:43:21 -07:00 |
arp
|
e736018601
|
HDFS-6981. Fix DN upgrade with layout version change. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-08 22:06:51 -07:00 |
arp
|
3259e8954f
|
HDFS-6800. Support Datanode layout changes with rolling upgrade. (Contributed by James Thomas)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-08 22:06:12 -07:00 |
Colin McCabe
|
da118bb113
|
HDFS-6482. Use block ID-based block layout on datanodes (James Thomas via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615223 13f79535-47bb-0310-9956-ffa450edef68
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java
|
2014-09-08 22:00:51 -07:00 |
Andrew Wang
|
176b07b480
|
Update CHANGES.txt for HDFS-6951
(cherry picked from commit 7498dd790e )
|
2014-09-08 17:01:53 -07:00 |
Andrew Wang
|
dc4da242f2
|
HDFS-6951. Correctly persist raw namespace xattrs to edit log and fsimage. Contributed by Charles Lamb.
(cherry picked from commit 04915a0814 )
|
2014-09-08 17:01:47 -07:00 |
Colin Patrick Mccabe
|
bdcf5e940f
|
HDFS-6036. Forcibly timeout misbehaving DFSClients that try to do no-checksum reads that extend too long. (cmccabe)
(cherry picked from commit cad14aa916 )
|
2014-09-08 13:02:54 -07:00 |
Kihwal Lee
|
d20047edda
|
HDFS-7005. DFS input streams do not timeout. Contributed by Daryn Sharp.
(cherry picked from commit 6a84f88c11 )
|
2014-09-08 14:44:47 -05:00 |
Haohui Mai
|
876062ac20
|
HDFS-6943. Improve NN allocateBlock log to include replicas' datanode IPs. Contributed by Ming Ma.
|
2014-09-08 11:07:56 -07:00 |
cnauroth
|
b87d1d7d0a
|
HDFS Credential Provider related Unit Test Failure. Contributed by Xiaoyu Yao.
(cherry picked from commit a23144fd8a )
|
2014-09-07 08:41:08 -07:00 |
arp
|
eba06e61ce
|
HDFS-6898. DN must reserve space for a full block when an RBW block is created. (Contributed by Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java
|
2014-09-06 21:04:21 -07:00 |
Konstantin V Shvachko
|
1ea3883553
|
HDFS-6940. Refactoring to allow ConsensusNode implementation.
Contributed by Konstantin Shvachko.
|
2014-09-06 12:04:49 -07:00 |
Alejandro Abdelnur
|
035112f251
|
HDFS-6986. DistributedFileSystem must get delegation tokens from configured KeyProvider. (zhz via tucu)
|
2014-09-05 22:33:58 -07:00 |
arp
|
27c53a1d67
|
HADOOP-11067 [HDFS-6998]. Fix CHANGES.txt
|
2014-09-05 11:18:30 -07:00 |