[GitHub] [hadoop-ozone] captainzmc commented on a change in pull request #814: HDDS-3286. BasicOzoneFileSystem support batchDelete.

2020-05-24 Thread GitBox
captainzmc commented on a change in pull request #814: URL: https://github.com/apache/hadoop-ozone/pull/814#discussion_r429712303 ## File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmKeyArgs.java ## @@ -256,11 +263,16 @@ public Builder

[jira] [Updated] (HDDS-3646) Add a copy command to copy key to a new one.

2020-05-24 Thread maobaolong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maobaolong updated HDDS-3646: - Description: It should support specify the replication factor and type. bin/ozone sh key cp

[GitHub] [hadoop-ozone] maobaolong commented on a change in pull request #963: HDDS-3646. Add a copy command to copy key to a new one.

2020-05-24 Thread GitBox
maobaolong commented on a change in pull request #963: URL: https://github.com/apache/hadoop-ozone/pull/963#discussion_r429717490 ## File path: hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/keys/CpKeyHandler.java ## @@ -0,0 +1,110 @@ +/* + * Licensed to the

[GitHub] [hadoop-ozone] maobaolong commented on a change in pull request #963: HDDS-3646. Add a copy command to copy key to a new one.

2020-05-24 Thread GitBox
maobaolong commented on a change in pull request #963: URL: https://github.com/apache/hadoop-ozone/pull/963#discussion_r429717600 ## File path: hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/keys/CpKeyHandler.java ## @@ -0,0 +1,110 @@ +/* + * Licensed to the

[jira] [Updated] (HDDS-3648) Volume quota value not work

2020-05-24 Thread Simon Su (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Su updated HDDS-3648: --- Affects Version/s: 0.6.0 0.5.0 > Volume quota value not work >

[GitHub] [hadoop-ozone] captainzmc commented on pull request #814: HDDS-3286. BasicOzoneFileSystem support batchDelete.

2020-05-24 Thread GitBox
captainzmc commented on pull request #814: URL: https://github.com/apache/hadoop-ozone/pull/814#issuecomment-633344416 Thanks all for the reviews and suggestions. I will revise it as soon as possible. This is an automated

[GitHub] [hadoop-ozone] captainzmc commented on a change in pull request #814: HDDS-3286. BasicOzoneFileSystem support batchDelete.

2020-05-24 Thread GitBox
captainzmc commented on a change in pull request #814: URL: https://github.com/apache/hadoop-ozone/pull/814#discussion_r429711051 ## File path: hadoop-ozone/common/src/main/proto/OzoneManagerProtocol.proto ## @@ -830,7 +832,7 @@ message LookupKeyResponse { message

[GitHub] [hadoop-ozone] captainzmc commented on a change in pull request #814: HDDS-3286. BasicOzoneFileSystem support batchDelete.

2020-05-24 Thread GitBox
captainzmc commented on a change in pull request #814: URL: https://github.com/apache/hadoop-ozone/pull/814#discussion_r429713678 ## File path: hadoop-ozone/common/src/main/proto/OzoneManagerProtocol.proto ## @@ -677,7 +677,7 @@ message ListBucketsResponse { message KeyArgs {

[jira] [Created] (HDDS-3648) Volume quota value not work

2020-05-24 Thread Simon Su (Jira)
Simon Su created HDDS-3648: -- Summary: Volume quota value not work Key: HDDS-3648 URL: https://issues.apache.org/jira/browse/HDDS-3648 Project: Hadoop Distributed Data Store Issue Type: Bug

[GitHub] [hadoop-ozone] dineshchitlangia commented on a change in pull request #963: HDDS-3646. Add a copy command to copy key to a new one.

2020-05-24 Thread GitBox
dineshchitlangia commented on a change in pull request #963: URL: https://github.com/apache/hadoop-ozone/pull/963#discussion_r429726622 ## File path: hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/keys/CopyKeyHandler.java ## @@ -89,17 +89,11 @@ protected void

[GitHub] [hadoop-ozone] cxorm commented on pull request #164: HDDS-426. Add field modificationTime for Volume and Bucket

2020-05-24 Thread GitBox
cxorm commented on pull request #164: URL: https://github.com/apache/hadoop-ozone/pull/164#issuecomment-633382848 Rebased latest master-branch. (#954) This is an automated message from the Apache Git Service. To respond to

[GitHub] [hadoop-ozone] cxorm commented on pull request #958: HDDS-2426. Support recover-trash to an existing bucket.

2020-05-24 Thread GitBox
cxorm commented on pull request #958: URL: https://github.com/apache/hadoop-ozone/pull/958#issuecomment-633387697 Rebased latest master-branch (#954 ) and trigger CI This is an automated message from the Apache Git Service.

[GitHub] [hadoop-ozone] dineshchitlangia commented on a change in pull request #963: HDDS-3646. Add a copy command to copy key to a new one.

2020-05-24 Thread GitBox
dineshchitlangia commented on a change in pull request #963: URL: https://github.com/apache/hadoop-ozone/pull/963#discussion_r429695171 ## File path: hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/keys/CpKeyHandler.java ## @@ -0,0 +1,110 @@ +/* + * Licensed to

[GitHub] [hadoop-ozone] timmylicheng commented on pull request #929: HDDS-3593. Set a configurable maximum limit of available pipeline

2020-05-24 Thread GitBox
timmylicheng commented on pull request #929: URL: https://github.com/apache/hadoop-ozone/pull/929#issuecomment-633343824 > Thanks @xiaoyuyao for your suggestion, i if put the limit check to RatisPipelineProvider, all the ratis pipeline creation will be limit, my key point is limit the

[jira] [Updated] (HDDS-3646) Add a copy command to copy key to a new one within a same bucket.

2020-05-24 Thread maobaolong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maobaolong updated HDDS-3646: - Description: It should support specify the replication factor and type. bin/ozone sh key cp[-r ]

[jira] [Updated] (HDDS-3646) Add a copy command to copy key to a new one within a same bucket.

2020-05-24 Thread maobaolong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maobaolong updated HDDS-3646: - Summary: Add a copy command to copy key to a new one within a same bucket. (was: Add a copy command to

[jira] [Updated] (HDDS-3646) Add a copy command to copy key to a new one within a same bucket.

2020-05-24 Thread maobaolong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maobaolong updated HDDS-3646: - Description: It should support specify the replication factor and type. bin/ozone sh key cp[-r ]

[jira] [Commented] (HDDS-3649) Add documentation for Cat Key Command

2020-05-24 Thread Dinesh Chitlangia (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17115698#comment-17115698 ] Dinesh Chitlangia commented on HDDS-3649: - cc: [~maobaolong] if you would like to take this one.

[jira] [Created] (HDDS-3649) Add documentation for Cat Key Command

2020-05-24 Thread Dinesh Chitlangia (Jira)
Dinesh Chitlangia created HDDS-3649: --- Summary: Add documentation for Cat Key Command Key: HDDS-3649 URL: https://issues.apache.org/jira/browse/HDDS-3649 Project: Hadoop Distributed Data Store

[GitHub] [hadoop-ozone] captainzmc commented on a change in pull request #814: HDDS-3286. BasicOzoneFileSystem support batchDelete.

2020-05-24 Thread GitBox
captainzmc commented on a change in pull request #814: URL: https://github.com/apache/hadoop-ozone/pull/814#discussion_r429711810 ## File path: hadoop-ozone/common/src/main/proto/OzoneManagerProtocol.proto ## @@ -695,6 +695,8 @@ message KeyArgs { // This will be set by

[GitHub] [hadoop-ozone] captainzmc commented on a change in pull request #814: HDDS-3286. BasicOzoneFileSystem support batchDelete.

2020-05-24 Thread GitBox
captainzmc commented on a change in pull request #814: URL: https://github.com/apache/hadoop-ozone/pull/814#discussion_r429717053 ## File path: hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMKeyDeleteRequest.java ## @@ -111,51 +114,53 @@

[GitHub] [hadoop-ozone] maobaolong commented on a change in pull request #963: HDDS-3646. Add a copy command to copy key to a new one.

2020-05-24 Thread GitBox
maobaolong commented on a change in pull request #963: URL: https://github.com/apache/hadoop-ozone/pull/963#discussion_r429717386 ## File path: hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/keys/CpKeyHandler.java ## @@ -0,0 +1,110 @@ +/* + * Licensed to the

[jira] [Updated] (HDDS-3648) Volume quota value not work

2020-05-24 Thread Dinesh Chitlangia (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Chitlangia updated HDDS-3648: Affects Version/s: (was: 0.6.0) > Volume quota value not work >

[GitHub] [hadoop-ozone] cxorm commented on pull request #164: HDDS-426. Add field modificationTime for Volume and Bucket

2020-05-24 Thread GitBox
cxorm commented on pull request #164: URL: https://github.com/apache/hadoop-ozone/pull/164#issuecomment-633325085 Thank you @xiaoyuyao for taking a look on it. Sorry for missing this issue for a while, I'm going to fix it.

[jira] [Commented] (HDDS-3638) Add a cat command to show the text of a file in the Ozone server

2020-05-24 Thread maobaolong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17115645#comment-17115645 ] maobaolong commented on HDDS-3638: -- [~xyao] Thank you for your kindly review. > Add a cat command to

[jira] [Updated] (HDDS-3646) Add a copy command to copy key to a new one within a same bucket.

2020-05-24 Thread maobaolong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maobaolong updated HDDS-3646: - Description: It should support specify the replication factor and type. bin/ozone sh key cp[-r ]

[GitHub] [hadoop-ozone] maobaolong commented on pull request #963: HDDS-3646. Add a copy command to copy key to a new one.

2020-05-24 Thread GitBox
maobaolong commented on pull request #963: URL: https://github.com/apache/hadoop-ozone/pull/963#issuecomment-633360297 @dineshchitlangia Thank you for your review, i updated my PR and jira ticket description, PTAL. This is

[GitHub] [hadoop-ozone] dineshchitlangia commented on a change in pull request #963: HDDS-3646. Add a copy command to copy key to a new one.

2020-05-24 Thread GitBox
dineshchitlangia commented on a change in pull request #963: URL: https://github.com/apache/hadoop-ozone/pull/963#discussion_r429693826 ## File path: hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/keys/CpKeyHandler.java ## @@ -0,0 +1,110 @@ +/* + * Licensed to

[GitHub] [hadoop-ozone] captainzmc commented on a change in pull request #814: HDDS-3286. BasicOzoneFileSystem support batchDelete.

2020-05-24 Thread GitBox
captainzmc commented on a change in pull request #814: URL: https://github.com/apache/hadoop-ozone/pull/814#discussion_r429713171 ## File path: hadoop-ozone/common/src/main/proto/OzoneManagerProtocol.proto ## @@ -830,7 +832,7 @@ message LookupKeyResponse { message

[GitHub] [hadoop-ozone] captainzmc commented on a change in pull request #814: HDDS-3286. BasicOzoneFileSystem support batchDelete.

2020-05-24 Thread GitBox
captainzmc commented on a change in pull request #814: URL: https://github.com/apache/hadoop-ozone/pull/814#discussion_r429715335 ## File path: hadoop-hdds/common/src/main/resources/ozone-default.xml ## @@ -1966,6 +1966,14 @@ jar and false for the

[jira] [Commented] (HDDS-3648) Volume quota value not work

2020-05-24 Thread Simon Su (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17115691#comment-17115691 ] Simon Su commented on HDDS-3648: I will track this problem.  > Volume quota value not work >

[jira] [Assigned] (HDDS-3648) Volume quota value not work

2020-05-24 Thread Simon Su (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Su reassigned HDDS-3648: -- Assignee: Simon Su > Volume quota value not work > --- > >