hadoop git commit: HDFS-12593. Ozone: update Ratis to the latest snapshot. Contributed by Tsz Wo Nicholas Sze.

2017-10-11 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 87194bb39 -> fae6528c7 HDFS-12593. Ozone: update Ratis to the latest snapshot. Contributed by Tsz Wo Nicholas Sze. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12415. Ozone: TestXceiverClientManager and TestAllocateContainer occasionally fails. Contributed by Mukul Kumar Singh.

2017-10-13 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 311fd321c -> 196833348 HDFS-12415. Ozone: TestXceiverClientManager and TestAllocateContainer occasionally fails. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12720. Ozone: Ratis options are not passed from KSM Client protobuf helper correctly. Contributed by Mukul Kumar Singh.

2017-11-02 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 6e74039a1 -> 013c36f3c HDFS-12720. Ozone: Ratis options are not passed from KSM Client protobuf helper correctly. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12718. Ozone: fix thread number calculation in CBlockManager. Contributed by Elek, Marton.

2017-10-31 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 c4b056cb4 -> 6739180c1 HDFS-12718. Ozone: fix thread number calculation in CBlockManager. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12941. Ozone: ConfServlet does not trim values during the description parsing. Contributed by Elek, Marton.

2017-12-20 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 95f367b9c -> 8e44ce938 HDFS-12941. Ozone: ConfServlet does not trim values during the description parsing. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-19. Update ozone to latest ratis snapshot build (0.1.1-alpha-d7d7061-SNAPSHOT). Contributed by Lokesh Jain.

2018-05-14 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 960940e0e -> 6653f4ba2 HDDS-19. Update ozone to latest ratis snapshot build (0.1.1-alpha-d7d7061-SNAPSHOT). Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-33. Ozone : Fix the test logic in TestKeySpaceManager#testDeleteKey. Contributed by Shashikant Banerjee.

2018-05-08 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 8981674bb -> 809135082 HDDS-33. Ozone : Fix the test logic in TestKeySpaceManager#testDeleteKey. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-28. Ozone:Duplicate declaration in hadoop-tools/hadoop-ozone/pom.xml. Contributed by Tsz Wo Nicholas Sze.

2018-05-09 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 208b97e96 -> 343b51dcf HDDS-28. Ozone:Duplicate declaration in hadoop-tools/hadoop-ozone/pom.xml. Contributed by Tsz Wo Nicholas Sze. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-20. Ozone: Add support for rename key within a bucket for rpc client. Contributed by Lokesh Jain.

2018-05-09 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk cd68c7cc6 -> 208b97e96 HDDS-20. Ozone: Add support for rename key within a bucket for rpc client. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-21. Add support for rename key within a bucket for rest client. Contributed by Lokesh Jain.

2018-05-12 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 0ff94563b -> 413285569 HDDS-21. Add support for rename key within a bucket for rest client. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-23. Remove SCMNodeAddressList from SCMRegisterRequestProto. Contributed by Nanda Kumar.

2018-05-08 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 745058372 -> d72c16516 HDDS-23. Remove SCMNodeAddressList from SCMRegisterRequestProto. Contributed by Nanda Kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-76. Modify SCMStorageReportProto to include the data dir paths as well as the StorageType info. Contributed by Shashikant Banerjee.

2018-05-18 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 3159bffce -> 6e996867f HDDS-76. Modify SCMStorageReportProto to include the data dir paths as well as the StorageType info. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-57. TestContainerCloser#testRepeatedClose and TestContainerCloser#testCleanupThreadRuns fail consistently. Contributed by Shashikant Banerjee.

2018-05-21 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk ba842847c -> c97df7712 HDDS-57. TestContainerCloser#testRepeatedClose and TestContainerCloser#testCleanupThreadRuns fail consistently. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HDDS-71. Send ContainerType to Datanode during container creation. Contributed by Bharat Viswanadham.

2018-05-21 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 73e9120ad -> 132a547de HDDS-71. Send ContainerType to Datanode during container creation. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-85. Send Container State Info while sending the container report from Datanode to SCM. Contributed by Shashikant Banerjee.

2018-05-23 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 745f203e5 -> fed2bef64 HDDS-85. Send Container State Info while sending the container report from Datanode to SCM. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] hadoop git commit: HDDS-45. Removal of old OzoneRestClient. Contributed by Lokesh Jain.

2018-05-24 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk c05b5d424 -> 774daa8d5 http://git-wip-us.apache.org/repos/asf/hadoop/blob/774daa8d/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/web/TestOzoneRestWithMiniCluster.java

[2/2] hadoop git commit: HDDS-45. Removal of old OzoneRestClient. Contributed by Lokesh Jain.

2018-05-24 Thread msingh
HDDS-45. Removal of old OzoneRestClient. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/774daa8d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/774daa8d Diff:

hadoop git commit: HDDS-84. The root directory of ozone.tar.gz should contain the version string. Contributed by Elek, Marton.

2018-05-23 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk f61e3e752 -> 63fc5873c HDDS-84. The root directory of ozone.tar.gz should contain the version string. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-15474. Rename properties introduced for . Contributed by Zsolt Venczel.

2018-05-22 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 5e8812677 -> 57c2feb0d HADOOP-15474. Rename properties introduced for . Contributed by Zsolt Venczel. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/57c2feb0 Tree:

hadoop git commit: HDDS-158. DatanodeStateMachine endPoint task throws NullPointerException. Contributed by Nanda Kumar.

2018-06-12 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk b3612dd90 -> aa7614c5f HDDS-158. DatanodeStateMachine endPoint task throws NullPointerException. Contributed by Nanda Kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-141. Remove PipeLine Class from SCM and move the data field in the Pipeline to ContainerInfo. Contributed by Shashikant Banerjee.

2018-06-18 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk f34744603 -> 2a4632d3d HDDS-141. Remove PipeLine Class from SCM and move the data field in the Pipeline to ContainerInfo. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13679. Fix Typo in javadoc for ScanInfoPerBlockPool#addAll. Contributed by Shashikant Banerjee.

2018-06-15 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 020dd6198 -> 3e37a9a70 HDFS-13679. Fix Typo in javadoc for ScanInfoPerBlockPool#addAll. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13024. Ozone: ContainerStateMachine should synchronize operations between createContainer and writeChunk. Contributed by Mukul Kumar Singh.

2018-01-22 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 b1c8c1de7 -> a6c2b6694 HDFS-13024. Ozone: ContainerStateMachine should synchronize operations between createContainer and writeChunk. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HDFS-13013. Fix closeContainer API with the right container state change. Contributed by Xiaoyu Yao.

2018-01-18 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 94fd8201f -> 32476cd8f HDFS-13013. Fix closeContainer API with the right container state change. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13018. Block Storage: make the iscsi target addres configurable for discovery. Contributed by Elek, Marton.

2018-01-24 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 b2b043ef1 -> 7ea3a3aa5 HDFS-13018. Block Storage: make the iscsi target addres configurable for discovery. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13017. Block Storage: implement simple iscsi discovery in jscsi server. Contributed by Elek, Marton.

2018-01-24 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 65b90385f -> c908b1ea2 HDFS-13017. Block Storage: implement simple iscsi discovery in jscsi server. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13133. Ozone: OzoneFileSystem: Calling delete with non-existing path shouldn't be logged on ERROR level. Contributed by Elek, Marton.

2018-02-12 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 8bbc28a97 -> f3d07efac HDFS-13133. Ozone: OzoneFileSystem: Calling delete with non-existing path shouldn't be logged on ERROR level. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13022. Block Storage: Kubernetes dynamic persistent volume provisioner. Contributed by Elek, Marton.

2018-02-11 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 ea5c79285 -> eb5e66a1c HDFS-13022. Block Storage: Kubernetes dynamic persistent volume provisioner. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12636. Ozone: OzoneFileSystem: Implement seek functionality for rpc client. Contributed by Lokesh Jain.

2018-02-11 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 eb5e66a1c -> 8bbc28a97 HDFS-12636. Ozone: OzoneFileSystem: Implement seek functionality for rpc client. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-302. Fix javadoc and add implementation details in ContainerStateMachine. Contributed by Shashikant Banerjee.

2018-07-30 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 3108d27ed -> 952dc2fd5 HDDS-302. Fix javadoc and add implementation details in ContainerStateMachine. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-273. DeleteLog entries should be purged only after corresponding DNs commit the transaction. Contributed by Lokesh Jain.

2018-07-28 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 6b038f82d -> feb795b58 HDDS-273. DeleteLog entries should be purged only after corresponding DNs commit the transaction. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-246. Datanode should throw BlockNotCommittedException for uncommitted blocks to Ozone Client. Contributed by Shashikant Banerjee.

2018-07-28 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 3d586841a -> 6b038f82d HDDS-246. Datanode should throw BlockNotCommittedException for uncommitted blocks to Ozone Client. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-279. DeleteBlocks command should not be sent for open containers. Contributed by Lokesh Jain.

2018-07-31 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 7631e0ada -> b28bdc7e8 HDDS-279. DeleteBlocks command should not be sent for open containers. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-226. Client should update block length in OM while committing the key. Contributed by Shashikant Banerjee.

2018-07-31 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 6310c0d17 -> f4db753bb HDDS-226. Client should update block length in OM while committing the key. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-304. Process ContainerAction from datanode heartbeat in SCM. Contributed by Nanda Kumar.

2018-08-02 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 97870ec1f -> 7c368575a HDDS-304. Process ContainerAction from datanode heartbeat in SCM. Contributed by Nanda Kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-339. Add block length and blockId in PutKeyResponse. Contributed by Shashikant Banerjee.

2018-08-10 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 15241c634 -> 398d89554 HDDS-339. Add block length and blockId in PutKeyResponse. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-230. ContainerStateMachine should implement readStateMachineData api to read data from Containers if required during replication. Contributed by Mukul Kumar Singh.

2018-08-07 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 2e4e02b4d -> 900c0e114 HDDS-230. ContainerStateMachine should implement readStateMachineData api to read data from Containers if required during replication. Contributed by Mukul Kumar Singh. Project:

hadoop git commit: HDDS-179. CloseContainer/PutKey command should be syncronized with write operations. Contributed by Shashikant Banerjee.

2018-08-16 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 0e832e7a7 -> 5ef29087a HDDS-179. CloseContainer/PutKey command should be syncronized with write operations. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-301. ozone command shell does not contain subcommand to run ozoneFS commands. Contributed by Nilotpal Nandi.

2018-08-07 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 900c0e114 -> 6ed8593d1 HDDS-301. ozone command shell does not contain subcommand to run ozoneFS commands. Contributed by Nilotpal Nandi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-308. SCM should identify a container with pending deletes using container reports. Contributed by Lokesh Jain.

2018-08-13 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 3ac07b720 -> a8dae0047 HDDS-308. SCM should identify a container with pending deletes using container reports. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-365. Implement flushStateMachineData for containerStateMachine. Contributed by Shashikant Banerjee.

2018-08-28 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 7ed458b25 -> 2651e2c43 HDDS-365. Implement flushStateMachineData for containerStateMachine. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-353. Multiple delete Blocks tests are failing consistently. Contributed by Lokesh Jain.

2018-08-20 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 6425ed27e -> e3d73bbc2 HDDS-353. Multiple delete Blocks tests are failing consistently. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-247. Handle CLOSED_CONTAINER_IO exception in ozoneClient. Contributed by Shashikant Banerjee.

2018-08-27 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 26c2a97c5 -> 3974427f6 HDDS-247. Handle CLOSED_CONTAINER_IO exception in ozoneClient. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-264. 'oz' subcommand reference is not present in 'ozone' command help. Contributed by Sandeep Nemuri.

2018-07-20 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 68b57ad32 -> 5c19ee399 HDDS-264. 'oz' subcommand reference is not present in 'ozone' command help. Contributed by Sandeep Nemuri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-181. CloseContainer should commit all pending open Keys on a datanode. Contributed by Shashikant Banerjee.

2018-07-22 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 9fa9e301b -> bbe2f6225 HDDS-181. CloseContainer should commit all pending open Keys on a datanode. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-203. Add getCommittedBlockLength API in datanode. Contributed by Shashikant Banerjee.

2018-07-25 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 81d59506e -> 955f79510 HDDS-203. Add getCommittedBlockLength API in datanode. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-15395. DefaultImpersonationProvider fails to parse proxy user config if username has . in it. Contributed by Ajay Kumar.

2018-07-25 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 3c4fbc635 -> 5f0b92436 HADOOP-15395. DefaultImpersonationProvider fails to parse proxy user config if username has . in it. Contributed by Ajay Kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-272. TestBlockDeletingService is failing with DiskOutOfSpaceException. Contributed by Lokesh Jain.

2018-07-24 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk ff7c2eda3 -> 773d312f7 HDDS-272. TestBlockDeletingService is failing with DiskOutOfSpaceException. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-410. ozone scmcli list is not working properly. Contributed by Hanisha Koneru.

2018-09-08 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk bf8a1750e -> d924ca2e1 HDDS-410. ozone scmcli list is not working properly. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d924ca2e

hadoop git commit: HDDS-280. Support ozone dist-start-stitching on openbsd/osx. Contributed by Elek, Marton.

2018-08-29 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 73625168c -> 692736f7c HDDS-280. Support ozone dist-start-stitching on openbsd/osx. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: Revert "HDFS-12794. Ozone: Parallelize ChunkOutputSream Writes to container. Contributed by Shashikant Banerjee."

2018-01-16 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 6ce5ec676 -> 18f9fea7c Revert "HDFS-12794. Ozone: Parallelize ChunkOutputSream Writes to container. Contributed by Shashikant Banerjee." This reverts commit 6ce5ec676164b84a9e2f8dc65b5f2199a141506d. Project:

hadoop git commit: HDFS-13012. TestOzoneConfigurationFields fails due to missing configs in ozone-default.xml. Contributed by Xiaoyu Yao.

2018-01-19 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 87bce6e8e -> d9e7678aa HDFS-13012. TestOzoneConfigurationFields fails due to missing configs in ozone-default.xml. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-15366. Add a helper shutdown routine in HadoopExecutor to ensure clean shutdown. Contributed by Shashikant Banerjee.

2018-04-07 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk eb47c3de7 -> 0b345b765 HADOOP-15366. Add a helper shutdown routine in HadoopExecutor to ensure clean shutdown. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13342. Ozone: Rename and fix ozone CLI scripts. Contributed by Shashikant Banerjee.

2018-04-06 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 b67a7eda9 -> 8658ed7dc HDFS-13342. Ozone: Rename and fix ozone CLI scripts. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/6] hadoop git commit: HDFS-13415. Ozone: Remove cblock code from HDFS-7240. Contributed by Elek, Marton.

2018-04-11 Thread msingh
http://git-wip-us.apache.org/repos/asf/hadoop/blob/ea85801c/hadoop-cblock/server/src/test/java/org/apache/hadoop/cblock/TestCBlockReadWrite.java -- diff --git

[3/6] hadoop git commit: HDFS-13415. Ozone: Remove cblock code from HDFS-7240. Contributed by Elek, Marton.

2018-04-11 Thread msingh
http://git-wip-us.apache.org/repos/asf/hadoop/blob/ea85801c/hadoop-cblock/server/src/main/java/org/apache/hadoop/cblock/protocolPB/CBlockServiceProtocolServerSideTranslatorPB.java -- diff --git

[6/6] hadoop git commit: HDFS-13415. Ozone: Remove cblock code from HDFS-7240. Contributed by Elek, Marton.

2018-04-11 Thread msingh
HDFS-13415. Ozone: Remove cblock code from HDFS-7240. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ea85801c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ea85801c Diff:

[5/6] hadoop git commit: HDFS-13415. Ozone: Remove cblock code from HDFS-7240. Contributed by Elek, Marton.

2018-04-11 Thread msingh
http://git-wip-us.apache.org/repos/asf/hadoop/blob/ea85801c/hadoop-cblock/server/src/main/java/org/apache/hadoop/cblock/jscsiHelper/CBlockIStorageImpl.java -- diff --git

[1/6] hadoop git commit: HDFS-13415. Ozone: Remove cblock code from HDFS-7240. Contributed by Elek, Marton.

2018-04-11 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 4a8aa0e1c -> ea85801ce http://git-wip-us.apache.org/repos/asf/hadoop/blob/ea85801c/hadoop-cblock/tools/src/test/org/apache/hadoop/cblock/TestCBlockCLI.java -- diff

[4/6] hadoop git commit: HDFS-13415. Ozone: Remove cblock code from HDFS-7240. Contributed by Elek, Marton.

2018-04-11 Thread msingh
http://git-wip-us.apache.org/repos/asf/hadoop/blob/ea85801c/hadoop-cblock/server/src/main/java/org/apache/hadoop/cblock/jscsiHelper/cache/impl/CBlockLocalCache.java -- diff --git

hadoop git commit: HDFS-13425. Ozone: Clean-up of ozone related change from hadoop-common-project. Contributed by Lokesh Jain.

2018-04-12 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 ea85801ce -> 40398d357 HDFS-13425. Ozone: Clean-up of ozone related change from hadoop-common-project. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13426. Fix javadoc in FsDatasetAsyncDiskService#removeVolume. Contributed by Shashikant Banerjee.

2018-04-12 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk b8597858b -> 7ed8511ad HDFS-13426. Fix javadoc in FsDatasetAsyncDiskService#removeVolume. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13414. Ozone: Update existing Ozone documentation according to the recent changes. Contributed by Elek, Marton.

2018-04-12 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 40398d357 -> dd43835b3 HDFS-13414. Ozone: Update existing Ozone documentation according to the recent changes. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13423. Ozone: Clean-up of ozone related change from hadoop-hdfs-project. Contributed by Nanda Kumar.

2018-04-13 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 c36a850af -> 584c573a5 HDFS-13423. Ozone: Clean-up of ozone related change from hadoop-hdfs-project. Contributed by Nanda Kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[3/3] hadoop git commit: HADOOP-15366. Add a helper shutdown routine in HadoopExecutor to ensure clean shutdown. Contributed by Shashikant Banerjee.

2018-04-18 Thread msingh
HADOOP-15366. Add a helper shutdown routine in HadoopExecutor to ensure clean shutdown. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/94076c40 Tree:

[1/3] hadoop git commit: HDFS-13463. Fix javadoc in FsDatasetImpl#checkAndUpdate. Contributed by Shashikant Banerjee.

2018-04-18 Thread msingh
Repository: hadoop Updated Branches: refs/heads/branch-3.1 2e8053600 -> 94076c402 HDFS-13463. Fix javadoc in FsDatasetImpl#checkAndUpdate. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/3] hadoop git commit: HDFS-13426. Fix javadoc in FsDatasetAsyncDiskService#removeVolume. Contributed by Shashikant Banerjee.

2018-04-18 Thread msingh
HDFS-13426. Fix javadoc in FsDatasetAsyncDiskService#removeVolume. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a07ba66e Tree:

hadoop git commit: HDFS-13463. Fix javadoc in FsDatasetImpl#checkAndUpdate. Contributed by Shashikant Banerjee.

2018-04-18 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 034da8fc9 -> bf2f493f8 HDFS-13463. Fix javadoc in FsDatasetImpl#checkAndUpdate. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/3] hadoop git commit: HDFS-13424. Ozone: Refactor MiniOzoneClassicCluster. Contributed by Nanda Kumar.

2018-04-16 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 fd84dea03 -> 06d228a35 http://git-wip-us.apache.org/repos/asf/hadoop/blob/06d228a3/hadoop-tools/hadoop-ozone/pom.xml -- diff --git a/hadoop-tools/hadoop-ozone/pom.xml

[3/3] hadoop git commit: HDFS-13424. Ozone: Refactor MiniOzoneClassicCluster. Contributed by Nanda Kumar.

2018-04-16 Thread msingh
HDFS-13424. Ozone: Refactor MiniOzoneClassicCluster. Contributed by Nanda Kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/06d228a3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/06d228a3 Diff:

[2/3] hadoop git commit: HDFS-13424. Ozone: Refactor MiniOzoneClassicCluster. Contributed by Nanda Kumar.

2018-04-16 Thread msingh
http://git-wip-us.apache.org/repos/asf/hadoop/blob/06d228a3/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/ozoneimpl/TestOzoneContainer.java -- diff --git

hadoop git commit: HDDS-638. Enable ratis snapshots for HDDS datanodes. Contributed by Mukul Kumar Singh.

2018-10-22 Thread msingh
Repository: hadoop Updated Branches: refs/heads/ozone-0.3 ce6919734 -> e26f26c4c HDDS-638. Enable ratis snapshots for HDDS datanodes. Contributed by Mukul Kumar Singh. (cherry picked from commit 82919a1e7af2ec22993f273e9ee64512a688c99b) Project:

hadoop git commit: HDDS-638. Enable ratis snapshots for HDDS datanodes. Contributed by Mukul Kumar Singh.

2018-10-22 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 52cb766ad -> 82919a1e7 HDDS-638. Enable ratis snapshots for HDDS datanodes. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-714. Bump protobuf version to 3.5.1. Contributed by Mukul Kumar Singh.

2018-10-24 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk ddc1e0b72 -> ace06a93b HDDS-714. Bump protobuf version to 3.5.1. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ace06a93 Tree:

hadoop git commit: HDDS-824. WriteStateMachineData timesout leading to Datanode crash. Contributed by Mukul Kumar Singh.

2018-11-09 Thread msingh
Repository: hadoop Updated Branches: refs/heads/ozone-0.3 a5b72cb1b -> feb43ecbb HDDS-824. WriteStateMachineData timesout leading to Datanode crash. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-263. Add retries in Ozone Client to handle BlockNotCommitted Exception. Contributed by Shashikant Banerjee.

2018-09-03 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk ff036e49f -> 873ef8ae8 HDDS-263. Add retries in Ozone Client to handle BlockNotCommitted Exception. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[hadoop] branch trunk updated: HDDS-959. KeyOutputStream should handle retry failures. Contributed by Lokesh Jain.

2019-01-18 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 4ac0404 HDDS-959. KeyOutputStream should handle

hadoop git commit: HDDS-876. Add blockade tests for flaky network. Contributed by Nilotpal Nandi.

2018-12-13 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk e0d75088f -> 92d44b2ad HDDS-876. Add blockade tests for flaky network. Contributed by Nilotpal Nandi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/92d44b2a Tree:

hadoop git commit: HDDS-890. Handle OverlappingFileLockException during writeStateMachineData in ContainerStateMachine. Contributed by Shashikant Banerjee.

2018-12-04 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk ff31313d8 -> 7274115d5 HDDS-890. Handle OverlappingFileLockException during writeStateMachineData in ContainerStateMachine. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-814. dfs.ratis.leader.election.minimum.timeout.duration should not be read by client. Contributed by chencan.

2018-11-21 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 5fe1dbf19 -> f207e3014 HDDS-814. dfs.ratis.leader.election.minimum.timeout.duration should not be read by client. Contributed by chencan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-844. Add logic for pipeline teardown after timeout. Contributed by Lokesh Jain.

2018-11-18 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk be0708c6e -> cfb915f3d HDDS-844. Add logic for pipeline teardown after timeout. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cfb915f3

hadoop git commit: HDDS-718. Introduce new SCM Commands to list and close Pipelines. Contributed by Lokesh Jain.

2018-11-19 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk e7438a1b3 -> b5d7b292c HDDS-718. Introduce new SCM Commands to list and close Pipelines. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-420. putKey failing with KEY_ALLOCATION_ERROR. Contributed by Shashikant Banerjee.

2018-09-13 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk d7c0a08a1 -> c6e19db19 HDDS-420. putKey failing with KEY_ALLOCATION_ERROR. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/2] hadoop git commit: HDDS-420. putKey failing with KEY_ALLOCATION_ERROR. Contributed by Shashikant Banerjee.

2018-09-13 Thread msingh
HDDS-420. putKey failing with KEY_ALLOCATION_ERROR. Contributed by Shashikant Banerjee. (cherry picked from commit c6e19db197253b660c8b16854360fe95b1d7c43f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/062a88e6 Tree:

[1/2] hadoop git commit: HDDS-433. ContainerStateMachine#readStateMachineData should properly build LogEntryProto. Contributed by Lokesh Jain.

2018-09-13 Thread msingh
Repository: hadoop Updated Branches: refs/heads/ozone-0.2.1 4ef06ea23 -> 062a88e67 HDDS-433. ContainerStateMachine#readStateMachineData should properly build LogEntryProto. Contributed by Lokesh Jain. (cherry picked from commit 47299ce23fa0f327b8c532ca96191a571c92d244) Project:

hadoop git commit: HDDS-233. Update ozone to latest ratis snapshot build(0.3.0-50588bd-SNAPSHOT). Contributed by Shashikant Banerjee.

2018-09-13 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk f4bda5e8e -> c9e0b69ab HDDS-233. Update ozone to latest ratis snapshot build(0.3.0-50588bd-SNAPSHOT). Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDDS-233. Update ozone to latest ratis snapshot build(0.3.0-50588bd-SNAPSHOT). Contributed by Shashikant Banerjee.

2018-09-13 Thread msingh
Repository: hadoop Updated Branches: refs/heads/ozone-0.2.1 062a88e67 -> 347cf41eb HDDS-233. Update ozone to latest ratis snapshot build(0.3.0-50588bd-SNAPSHOT). Contributed by Shashikant Banerjee. (cherry picked from commit c9e0b69ab3b8e70b804e325ebe8901c2be98edca) Project:

hadoop git commit: HDDS-433. ContainerStateMachine#readStateMachineData should properly build LogEntryProto. Contributed by Lokesh Jain.

2018-09-12 Thread msingh
Repository: hadoop Updated Branches: refs/heads/trunk 5e64e62de -> 47299ce23 HDDS-433. ContainerStateMachine#readStateMachineData should properly build LogEntryProto. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[hadoop] branch trunk updated: HDDS-1185. Optimize GetFileStatus in OzoneFileSystem by reducing the number of rpc call to OM. Contributed by Mukul Kumar Singh.

2019-03-25 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 67dd45f HDDS-1185. Optimize GetFileStatus

[hadoop] branch trunk updated: HDDS-1210. Ratis pipeline creation doesn't check raft client reply status during initialization. Contributed by Mukul Kumar Singh.

2019-03-06 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 2c3ec37 HDDS-1210. Ratis pipeline creation

[hadoop] branch trunk updated: HDDS-1241. Update ozone to latest ratis snapshot build (0.4.0-5680cf5-SNAPSHOT). Contributed by Mukul Kumar Singh.

2019-03-14 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new ea9fb07 HDDS-1241. Update ozone to latest ratis

[hadoop] branch ozone-0.4 updated: HDDS-1241. Update ozone to latest ratis snapshot build (0.4.0-5680cf5-SNAPSHOT). Contributed by Mukul Kumar Singh.

2019-03-14 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch ozone-0.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/ozone-0.4 by this push: new f38a8a9 HDDS-1241. Update ozone

[hadoop] branch trunk updated: HDDS-1237. Fix test TestSecureContainerServer.testClientServerRatisGrpc. Contributed by Mukul Kumar Singh.

2019-03-14 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 983b78a HDDS-1237. Fix test

[hadoop] branch ozone-0.4 updated: HDDS-1237. Fix test TestSecureContainerServer.testClientServerRatisGrpc. Contributed by Mukul Kumar Singh.

2019-03-14 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch ozone-0.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/ozone-0.4 by this push: new 8e66b62 HDDS-1237. Fix test

[hadoop] branch trunk updated: HDDS-1256. Fix failure in TestKeyValueContainerCheck. Contributed by Supratim Deka.

2019-03-13 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new d602d46 HDDS-1256. Fix failure

[hadoop] 02/02: HDDS-1238. Fix Ratis Snapshot creation error if the snapshot file already exists in ContainerStateMachine. Contributed by Shashikant Banerjee.

2019-03-11 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch ozone-0.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git commit 5d67a17877566d9b674a5ddfab45c5458ceeae79 Author: Mukul Kumar Singh AuthorDate: Sat Mar 9 22:46:20 2019 +0530

[hadoop] branch ozone-0.4 updated (60b5e17 -> 5d67a17)

2019-03-11 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a change to branch ozone-0.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git. from 60b5e17 HDDS-1220. KeyManager#openKey should release the bucket lock before doing an allocateBlock. Contributed

[hadoop] 01/02: HDDS-1210. Ratis pipeline creation doesn't check raft client reply status during initialization. Contributed by Mukul Kumar Singh.

2019-03-11 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch ozone-0.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git commit aa9de9a0fa110b2c9b1810e4287a04952b8fc932 Author: Mukul Kumar Singh AuthorDate: Wed Mar 6 21:38:21 2019 +0530

[hadoop] branch trunk updated: HDDS-1238. Fix Ratis Snapshot creation error if the snapshot file already exists in ContainerStateMachine. Contributed by Shashikant Banerjee.

2019-03-09 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 8458ced HDDS-1238. Fix Ratis Snapshot creation

[hadoop] branch trunk updated: HDDS-1306. TestContainerStateManagerIntegration fails in Ratis shutdown. Contributed by Lokesh Jain.

2019-03-20 Thread msingh
This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 072750c HDDS-1306

  1   2   >