hadoop git commit: HDFS-11649. Ozone: SCM: CLI: Add shell code placeholder classes. Contributed by Chen Liang.

2017-04-18 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 d889437c2 -> 0bf416ac4 HDFS-11649. Ozone: SCM: CLI: Add shell code placeholder classes. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12230. Ozone: KSM: Add creation time field in bucket info. Contributed by Yiqun Lin.

2017-08-15 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 57dfe4936 -> e53567ba5 HDFS-12230. Ozone: KSM: Add creation time field in bucket info. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12298. Ozone: Block deletion service floods the log when deleting large number of block files. Contributed by Yiqun Lin.

2017-08-15 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 e53567ba5 -> f7ae9f6e4 HDFS-12298. Ozone: Block deletion service floods the log when deleting large number of block files. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12274. Ozone: Corona: move corona from test to tools package. Contributed by Nandakumar.

2017-08-10 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 c25d95963 -> 0e32bf179 HDFS-12274. Ozone: Corona: move corona from test to tools package. Contributed by Nandakumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12196. Ozone: DeleteKey-2: Implement block deleting service to delete stale blocks at background. Contributed by Weiwei Yang.

2017-08-11 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 0e32bf179 -> 482c09462 HDFS-12196. Ozone: DeleteKey-2: Implement block deleting service to delete stale blocks at background. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12148. Ozone: TestOzoneConfigurationFields is failing because ozone-default.xml has some missing properties. Contributed by Weiwei Yang.

2017-07-16 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 8f122a750 -> 1bec6a11a HDFS-12148. Ozone: TestOzoneConfigurationFields is failing because ozone-default.xml has some missing properties. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12105. Ozone: listVolumes doesn't work from ozone commandline. Contributed by Yiqun Lin.

2017-07-09 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 4e3fbc869 -> 87154fcd6 HDFS-12105. Ozone: listVolumes doesn't work from ozone commandline. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12037. Ozone: Improvement rest API output format for better looking. Contributed by Weiwei Yang.

2017-07-07 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 5fd38a6dc -> 4e3fbc869 HDFS-12037. Ozone: Improvement rest API output format for better looking. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12129. Ozone: SCM http server is not stopped with SCM#stop(). Contributed by Weiwei Yang.

2017-07-13 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 87154fcd6 -> 35c55ebd0 HDFS-12129. Ozone: SCM http server is not stopped with SCM#stop(). Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12154. Incorrect javadoc description in StorageLocationChecker#check. Contributed by Nandakumar.

2017-07-18 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 0981119eb -> bb0adcb6e HDFS-12154. Incorrect javadoc description in StorageLocationChecker#check. Contributed by Nandakumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11996. Ozone : add an UT to test partial read of chunks. Contributed by Chen Liang.

2017-07-17 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 e0687dde4 -> 0981119eb HDFS-11996. Ozone : add an UT to test partial read of chunks. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/2] hadoop git commit: HDFS-12069. Ozone: Create a general abstraction for metadata store. Contributed by Weiwei Yang.

2017-07-15 Thread wwei
HDFS-12069. Ozone: Create a general abstraction for metadata store. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8f122a75 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8f122a75

[1/2] hadoop git commit: HDFS-12069. Ozone: Create a general abstraction for metadata store. Contributed by Weiwei Yang.

2017-07-15 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 90f1d5854 -> 8f122a750 http://git-wip-us.apache.org/repos/asf/hadoop/blob/8f122a75/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/utils/LevelDBKeyFilters.java

hadoop git commit: HDFS-11936. Ozone: TestNodeManager times out before it is able to find all nodes. Contributed by Yuanbo Liu.

2017-07-21 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 0edc4c3dd -> e5f2c5f89 HDFS-11936. Ozone: TestNodeManager times out before it is able to find all nodes. Contributed by Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12127. Ozone: Ozone shell: Add more testing for key shell commands. Contributed by Yiqun Lin.

2017-07-21 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 e5f2c5f89 -> b92587c35 HDFS-12127. Ozone: Ozone shell: Add more testing for key shell commands. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12187. Ozone : add support to DEBUG CLI for ksm.db. Contributed by Chen Liang.

2017-07-24 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 c53909520 -> f35def4cc HDFS-12187. Ozone : add support to DEBUG CLI for ksm.db. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12145. Ozone: OzoneFileSystem: Ozone & KSM should support / delimited key names. Contributed by Mukul Kumar Singh.

2017-07-26 Thread wwei
Repository: hadoop Updated Branches: refs/heads/DFS-7240 [created] fe0a957e9 HDFS-12145. Ozone: OzoneFileSystem: Ozone & KSM should support / delimited key names. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12192. Ozone: Fix the remaining failure tests for Windows caused by incorrect path generated. Contributed by Yiqun Lin.

2017-07-26 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 5d0f54514 -> 04b39066d HDFS-12192. Ozone: Fix the remaining failure tests for Windows caused by incorrect path generated. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12155. Ozone : add RocksDB support to DEBUG CLI. Contributed by Chen Liang.

2017-07-25 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 c2d08e601 -> 5d0f54514 HDFS-12155. Ozone : add RocksDB support to DEBUG CLI. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5d0f5451

hadoop git commit: HDFS-12126. Ozone: Ozone shell: Add more testing for bucket shell commands. Contributed by Yiqun Lin.

2017-07-19 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 bb0adcb6e -> a715f60ce HDFS-12126. Ozone: Ozone shell: Add more testing for bucket shell commands. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12167. Ozone: Intermittent failure TestContainerPersistence#testListKey. Contributed by Surendra Singh Lilhore.

2017-07-22 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 63e211ff7 -> c53909520 HDFS-12167. Ozone: Intermittent failure TestContainerPersistence#testListKey. Contributed by Surendra Singh Lilhore. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12002. Ozone : SCM cli misc fixes/improvements. Contributed by Chen Liang.

2017-07-01 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 f4af0c91c -> b6bc23d40 HDFS-12002. Ozone : SCM cli misc fixes/improvements. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b6bc23d4

hadoop git commit: HDFS-12030. Ozone: CLI: support infoKey command. Contributed by Yiqun Lin.

2017-07-01 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 b6bc23d40 -> b3c8f9c81 HDFS-12030. Ozone: CLI: support infoKey command. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b3c8f9c8 Tree:

hadoop git commit: HDFS-12035. Ozone: listKey doesn't work from ozone commandline. Contributed by Yiqun Lin.

2017-07-03 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 737759e3d -> b23b01645 HDFS-12035. Ozone: listKey doesn't work from ozone commandline. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12047. Ozone: Add REST API documentation. Contributed by Weiwei Yang.

2017-07-02 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 b3c8f9c81 -> 1fd09a865 HDFS-12047. Ozone: Add REST API documentation. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1fd09a86 Tree:

hadoop git commit: HDFS-12048. Ozone:TestOzoneContainerRatis & TestRatisManager are failing consistently. Contributed by Mukul Kumar Singh.

2017-07-03 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 f6a51ad44 -> 737759e3d HDFS-12048. Ozone:TestOzoneContainerRatis & TestRatisManager are failing consistently. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12023. Ozone: Test if all the configuration keys are documented in ozone-defaults.xml. Contributed by Elek, Marton.

2017-07-03 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 1fd09a865 -> f6a51ad44 HDFS-12023. Ozone: Test if all the configuration keys are documented in ozone-defaults.xml. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12080. Ozone: Fix UT failure in TestOzoneConfigurationFields. Contributed by Mukul Kumar Singh.

2017-07-06 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 952009217 -> 8efb1fafd HDFS-12080. Ozone: Fix UT failure in TestOzoneConfigurationFields. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] hadoop git commit: HDFS-12031. Ozone: Rename OzoneClient to OzoneRestClient. Contributed by Nandakumar.

2017-06-28 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 f98c3523a -> 4c683936e http://git-wip-us.apache.org/repos/asf/hadoop/blob/4c683936/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/ozone/web/ozShell/volume/InfoVolumeHandler.java

[2/2] hadoop git commit: HDFS-12031. Ozone: Rename OzoneClient to OzoneRestClient. Contributed by Nandakumar.

2017-06-28 Thread wwei
HDFS-12031. Ozone: Rename OzoneClient to OzoneRestClient. Contributed by Nandakumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4c683936 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4c683936 Diff:

hadoop git commit: HDFS-11679. Ozone: SCM CLI: Implement list container command. Contributed by Yuanbo Liu.

2017-07-07 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 8efb1fafd -> 5fd38a6dc HDFS-11679. Ozone: SCM CLI: Implement list container command. Contributed by Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12179. Ozone: Corona: Adding corona as part of hdfs command. Contributed by Nandakumar.

2017-07-28 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 e269865a2 -> 6fb800fbe HDFS-12179. Ozone: Corona: Adding corona as part of hdfs command. Contributed by Nandakumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11984. Ozone: Ensures listKey lists all required key fields. Contributed by Yiqun Lin.

2017-07-31 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 c49297b5b -> 1fd279034 HDFS-11984. Ozone: Ensures listKey lists all required key fields. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12327. Ozone: support setting timeout in background service. Contributed by Yiqun Lin.

2017-08-22 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 d0bd0f623 -> b1bbd9a03 HDFS-12327. Ozone: support setting timeout in background service. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11728. Ozone: add the DB names to OzoneConsts. Contributed by Chen Liang.

2017-05-01 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 c3f397eea -> 4b0f51306 HDFS-11728. Ozone: add the DB names to OzoneConsts. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4b0f5130

hadoop git commit: HDFS-11716. Ozone: SCM: CLI: Revisit delete container API. Contributed by Weiwei Yang.

2017-05-09 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 86414507f -> 608605387 HDFS-11716. Ozone: SCM: CLI: Revisit delete container API. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11824. Ozone: Fix javac warnings. Contributed by Yiqun Lin.

2017-05-18 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 ac2d21900 -> 63cafc0e2 HDFS-11824. Ozone: Fix javac warnings. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/63cafc0e Tree:

hadoop git commit: HDFS-11836. Ozone : add sql debug CLI to hdfs script. Contributed by Chen Liang.

2017-05-17 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 7dbe89d01 -> ac2d21900 HDFS-11836. Ozone : add sql debug CLI to hdfs script. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ac2d2190

hadoop git commit: HDFS-11680. Ozone: SCM CLI: Implement info container command. Contributed by Yuanbo Liu.

2017-05-10 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 6516706eb -> cee643800 HDFS-11680. Ozone: SCM CLI: Implement info container command. Contributed by Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11779. Ozone: KSM: add listBuckets. Contributed by Weiwei Yang.

2017-06-08 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 da8bc385a -> 23d7d613d HDFS-11779. Ozone: KSM: add listBuckets. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/23d7d613 Tree:

hadoop git commit: HDFS-12028. Ozone: CLI: remove noisy slf4j binding output from hdfs oz command. Contributed by Chen Liang.

2017-06-26 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 31eafb15b -> 102dd20b7 HDFS-12028. Ozone: CLI: remove noisy slf4j binding output from hdfs oz command. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12018. Ozone: Misc: Add CBlocks defaults to ozone-defaults.xml. Contributed by Chen Liang.

2017-06-26 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 102dd20b7 -> f98c3523a HDFS-12018. Ozone: Misc: Add CBlocks defaults to ozone-defaults.xml. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11830. Ozone: Datanode needs to re-register to SCM if SCM is restarted. Contributed by Weiwei Yang.

2017-05-19 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 24eb26cfa -> b4e5c5543 HDFS-11830. Ozone: Datanode needs to re-register to SCM if SCM is restarted. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11781. Ozone: KSM: Add deleteKey. Contributed by Yuanbo Liu.

2017-06-05 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 c7dd72e2f -> d50c8de46 HDFS-11781. Ozone: KSM: Add deleteKey. Contributed by Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d50c8de4 Tree:

hadoop git commit: HDFS-11725. Ozone: Revise create container CLI specification and implementation. Contributed by Weiwei Yang

2017-05-02 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 4b0f51306 -> 6def74c6c HDFS-11725. Ozone: Revise create container CLI specification and implementation. Contributed by Weiwei Yang Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11759. Ozone : SCMNodeManager#close() should also close node pool manager object. Contributed by Chen Liang.

2017-05-06 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 a704a2475 -> 2feec0045 HDFS-11759. Ozone : SCMNodeManager#close() should also close node pool manager object. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11887. Shared XceiverClient should be closed if there is no open clients to avoid resource leak. Contributed by Mukul Kumar Singh.

2017-06-06 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 b8f471386 -> 245c6fed9 HDFS-11887. Shared XceiverClient should be closed if there is no open clients to avoid resource leak. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11676. Ozone: SCM CLI: Implement close container command. Contributed by Chen Liang.

2017-09-11 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 d05d0788c -> 830474fe3 HDFS-11676. Ozone: SCM CLI: Implement close container command. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12389. Ozone: oz commandline list calls should return valid JSON format output. Contributed by Weiwei Yang.

2017-09-11 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 bbea878c7 -> d05d0788c HDFS-12389. Ozone: oz commandline list calls should return valid JSON format output. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12465. Ozone: fix a KeySpaceManager startup message typo. Contributed by Nandakumar.

2017-09-15 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 d06ec31dd -> e76028719 HDFS-12465. Ozone: fix a KeySpaceManager startup message typo. Contributed by Nandakumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12468. Ozone: fix hard coded version in the Ozone GettingStarted guide. Contributed by Elek Marton.

2017-09-15 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 31bbae96c -> d06ec31dd HDFS-12468. Ozone: fix hard coded version in the Ozone GettingStarted guide. Contributed by Elek Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12489. Ozone: OzoneRestClientException swallows exceptions which makes client hard to debug failures. Contributed by Weiwei Yang.

2017-09-19 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 68f7cc620 -> 14e184a28 HDFS-12489. Ozone: OzoneRestClientException swallows exceptions which makes client hard to debug failures. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12466. Ozone: KSM: Make ozone.ksm.address as mandatory property for client. Contributed by Nandakumar.

2017-09-20 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 d77c8107f -> 2a94ce912 HDFS-12466. Ozone: KSM: Make ozone.ksm.address as mandatory property for client. Contributed by Nandakumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12477. Ozone: Some minor text improvement in SCM web UI. Contributed by Elek Marton.

2017-09-23 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 16dd69ad4 -> bf08dc315 HDFS-12477. Ozone: Some minor text improvement in SCM web UI. Contributed by Elek Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12503. Ozone: some UX improvements to oz_debug. Contributed by Weiwei Yang.

2017-09-23 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 ee4f021fb -> 97ff55eab HDFS-12503. Ozone: some UX improvements to oz_debug. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/97ff55ea

hadoop git commit: HDFS-12370. Ozone: Implement TopN container choosing policy for BlockDeletionService. Contributed by Yiqun Lin.

2017-09-11 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 81f71b479 -> bbea878c7 HDFS-12370. Ozone: Implement TopN container choosing policy for BlockDeletionService. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12235. Ozone: DeleteKey-3: KSM SCM block deletion message and ACK interactions. Contributed by Weiwei Yang and Yuanbo Liu.

2017-09-11 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 a73531be1 -> 81f71b479 HDFS-12235. Ozone: DeleteKey-3: KSM SCM block deletion message and ACK interactions. Contributed by Weiwei Yang and Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12019. Ozone: Misc : Make sure that ozone-site.xml is in etc/hadoop in tarball created from mvn package. Contributed by Mukul Kumar Singh.

2017-09-13 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 9a3159cb6 -> 1aa7d3f5b HDFS-12019. Ozone: Misc : Make sure that ozone-site.xml is in etc/hadoop in tarball created from mvn package. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HDFS-12423. Ozone: TopN container choosing policy should ignore containers that has no pending deletion blocks. Contributed by Yiqun Lin.

2017-09-12 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 830474fe3 -> 9a3159cb6 HDFS-12423. Ozone: TopN container choosing policy should ignore containers that has no pending deletion blocks. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12397. Ozone: KSM: multiple delete methods in KSMMetadataManager. Contributed by Nandakumar.

2017-09-10 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 e319be93b -> a73531be1 HDFS-12397. Ozone: KSM: multiple delete methods in KSMMetadataManager. Contributed by Nandakumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12571. Ozone: remove spaces from the beginning of the hdfs script. Contributed by Elek Marton.

2017-09-30 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 1bffc246d -> b5f19268c HDFS-12571. Ozone: remove spaces from the beginning of the hdfs script. Contributed by Elek Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12540. Ozone: node status text reported by SCM is a bit confusing. Contributed by Weiwei Yang.

2017-09-28 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 7213e9a6f -> 5519edce5 HDFS-12540. Ozone: node status text reported by SCM is a bit confusing. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12524. Ozone: Record number of keys scanned and hinted for getRangeKVs call. Contributed by Weiwei Yang.

2017-09-26 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 f6d656642 -> 8f4c56537 HDFS-12524. Ozone: Record number of keys scanned and hinted for getRangeKVs call. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12506. Ozone: ListBucket is too slow. Contributed by Weiwei Yang.

2017-09-25 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 cf1001e45 -> e01245495 HDFS-12506. Ozone: ListBucket is too slow. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e0124549 Tree:

hadoop git commit: HDFS-12282. Ozone: DeleteKey-4: Block delete via HB between SCM and DN. Contributed by Weiwei Yang.

2017-08-27 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 1586f20fc -> 76a156ebc HDFS-12282. Ozone: DeleteKey-4: Block delete via HB between SCM and DN. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12283. Ozone: DeleteKey-5: Implement SCM DeletedBlockLog. Contributed by Yuanbo Liu.

2017-08-23 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 9c789e883 -> 91ffbaa8b HDFS-12283. Ozone: DeleteKey-5: Implement SCM DeletedBlockLog. Contributed by Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12354. Ozone: Shuffle container list for datanode BlockDeletingService. Contributed by Yiqun Lin.

2017-08-29 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 b06f4f63e -> 0f6050752 HDFS-12354. Ozone: Shuffle container list for datanode BlockDeletingService. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12673. Ozone: Log elapsed time for block deletion tasks. Contributed by Yiqun Lin.

2017-10-18 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 005b72c63 -> 9bf86dfc0 HDFS-12673. Ozone: Log elapsed time for block deletion tasks. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12684. Ozone: SCMMXBean NodeCount is overlapping with NodeManagerMXBean. Contributed by Weiwei Yang.

2017-10-24 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 2628d1b06 -> 218f6f61b HDFS-12684. Ozone: SCMMXBean NodeCount is overlapping with NodeManagerMXBean. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7642. Add test case to verify context update after container promotion or demotion with or without auto update. Contributed by Weiwei Yang.

2017-12-14 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2.9 2b77729fd -> 108f8b8fa YARN-7642. Add test case to verify context update after container promotion or demotion with or without auto update. Contributed by Weiwei Yang. (cherry picked from commit

hadoop git commit: YARN-7642. Add test case to verify context update after container promotion or demotion with or without auto update. Contributed by Weiwei Yang.

2017-12-14 Thread wwei
Repository: hadoop Updated Branches: refs/heads/trunk e1cb278cd -> 89b6c482c YARN-7642. Add test case to verify context update after container promotion or demotion with or without auto update. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7642. Add test case to verify context update after container promotion or demotion with or without auto update. Contributed by Weiwei Yang.

2017-12-14 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2 8d3d7fa1c -> a85036aed YARN-7642. Add test case to verify context update after container promotion or demotion with or without auto update. Contributed by Weiwei Yang. (cherry picked from commit

hadoop git commit: YARN-7642. Add test case to verify context update after container promotion or demotion with or without auto update. Contributed by Weiwei Yang.

2017-12-14 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 cb2c5e170 -> 1011bfd22 YARN-7642. Add test case to verify context update after container promotion or demotion with or without auto update. Contributed by Weiwei Yang. (cherry picked from commit

hadoop git commit: YARN-7617. Add a flag in distributed shell to automatically PROMOTE opportunistic containers to guaranteed once they are started. Contributed by Weiwei Yang.

2017-12-17 Thread wwei
Repository: hadoop Updated Branches: refs/heads/trunk 5e81f32d1 -> 928964102 YARN-7617. Add a flag in distributed shell to automatically PROMOTE opportunistic containers to guaranteed once they are started. Contributed by Weiwei Yang. Project:

hadoop git commit: YARN-7617. Add a flag in distributed shell to automatically PROMOTE opportunistic containers to guaranteed once they are started. Contributed by Weiwei Yang.

2017-12-17 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 90636cf12 -> de2156dc9 YARN-7617. Add a flag in distributed shell to automatically PROMOTE opportunistic containers to guaranteed once they are started. Contributed by Weiwei Yang. (cherry picked from commit

hadoop git commit: YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang.

2017-12-12 Thread wwei
Repository: hadoop Updated Branches: refs/heads/trunk 2abab1d7c -> 7efc4f768 YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang.

2017-12-12 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2.8 efa7dc938 -> 56c779942 YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang. (cherry picked from commit 7efc4f76885348730728c0201dd0d1a89b213e9c) Project:

hadoop git commit: YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang.

2017-12-12 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2 8d69b7f2d -> d69b7358b YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang. (cherry picked from commit 7efc4f76885348730728c0201dd0d1a89b213e9c) Project:

hadoop git commit: YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang.

2017-12-12 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2.9 118d653ee -> dff710632 YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang.

2017-12-12 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 472c7edc6 -> 415c69b36 YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12814. Add blockId when warning slow mirror/disk in BlockReceiver. Contributed by Jiandan Yang.

2017-11-16 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 a78dbd157 -> f9f268cf5 HDFS-12814. Add blockId when warning slow mirror/disk in BlockReceiver. Contributed by Jiandan Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12814. Add blockId when warning slow mirror/disk in BlockReceiver. Contributed by Jiandan Yang.

2017-11-16 Thread wwei
Repository: hadoop Updated Branches: refs/heads/trunk 09a134260 -> 462e25a3b HDFS-12814. Add blockId when warning slow mirror/disk in BlockReceiver. Contributed by Jiandan Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12750. Ozone: Fix TestStorageContainerManager#testBlockDeletionTransactions. Contributed by Xiaoyu Yao.

2017-11-01 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 be6bf1b80 -> 919ae746c HDFS-12750. Ozone: Fix TestStorageContainerManager#testBlockDeletionTransactions. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12744. More logs when short-circuit read is failed and disabled. Contributed by Weiwei Yang.

2017-11-01 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 5cada4564 -> b2f717d96 HDFS-12744. More logs when short-circuit read is failed and disabled. Contributed by Weiwei Yang. (cherry picked from commit 56b88b06705441f6f171eec7fb2fa77946ca204b) Project:

hadoop git commit: HDFS-12744. More logs when short-circuit read is failed and disabled. Contributed by Weiwei Yang.

2017-11-01 Thread wwei
Repository: hadoop Updated Branches: refs/heads/trunk 20304b91c -> 56b88b067 HDFS-12744. More logs when short-circuit read is failed and disabled. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12744. More logs when short-circuit read is failed and disabled. Contributed by Weiwei Yang.

2017-11-01 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2 71a55bebf -> 0f20434e1 HDFS-12744. More logs when short-circuit read is failed and disabled. Contributed by Weiwei Yang. (cherry picked from commit 56b88b06705441f6f171eec7fb2fa77946ca204b) Project:

hadoop git commit: HDFS-7060. Avoid taking locks when sending heartbeats from the DataNode. Contributed by Jiandan Yang.

2017-11-07 Thread wwei
Repository: hadoop Updated Branches: refs/heads/trunk 51e882d5c -> bb8a6eea5 HDFS-7060. Avoid taking locks when sending heartbeats from the DataNode. Contributed by Jiandan Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-7060. Avoid taking locks when sending heartbeats from the DataNode. Contributed by Jiandan Yang.

2017-11-07 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 47f2db2c7 -> 19b1164fc HDFS-7060. Avoid taking locks when sending heartbeats from the DataNode. Contributed by Jiandan Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang.

2017-12-07 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2 5e0f4f212 -> 029714e3e YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang.

2017-12-05 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2.9 7fd640788 -> 218d62252 YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang. (cherry picked from commit 05c347fe51c01494ed8110f8f116a01c90205f13) Project:

hadoop git commit: YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang.

2017-12-05 Thread wwei
Repository: hadoop Updated Branches: refs/heads/trunk 73b86979d -> 05c347fe5 YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang.

2017-12-05 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 c81057d93 -> 48af34571 YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang. (cherry picked from commit 05c347fe51c01494ed8110f8f116a01c90205f13) Project:

hadoop git commit: YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang.

2017-12-07 Thread wwei
Repository: hadoop Updated Branches: refs/heads/trunk c2e8a5c22 -> e411dd666 YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang.

2017-12-07 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2.9 ae3dc443f -> 1a8f6bad3 YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang.

2017-12-07 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 a8be4b559 -> 27c7a1f22 YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang.

2017-12-07 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0.0 99bc03f56 -> 7f354097a YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák.

2017-12-10 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2 c27a5ba65 -> 7b3c64aec YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák.

2017-12-10 Thread wwei
Repository: hadoop Updated Branches: refs/heads/trunk 670e8d4ec -> a2edc4cbf YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák.

2017-12-10 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 41796ea60 -> 3dc1ea605 YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák.

2017-12-10 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2.9 524ecb19e -> 98eb4b2c6 YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

  1   2   3   4   5   >