[jira] [Created] (HDDS-3629) Fix TestBlockOutputStreamWithFailures#test2DatanodesFailure

2020-05-20 Thread Shashikant Banerjee (Jira)
Shashikant Banerjee created HDDS-3629: - Summary: Fix TestBlockOutputStreamWithFailures#test2DatanodesFailure Key: HDDS-3629 URL: https://issues.apache.org/jira/browse/HDDS-3629 Project: Hadoop

[GitHub] [hadoop-ozone] elek commented on pull request #911: HDDS-3564. Update Ozone to latest Ratis Snapshot (0.6.0-3596a58-SNAPSHOT).

2020-05-20 Thread GitBox
elek commented on pull request #911: URL: https://github.com/apache/hadoop-ozone/pull/911#issuecomment-631439476 #08a3495 is failed with timeout, and it seems to be Ratis related: ``` 2020-05-20 09:55:02,620 [java.util.concurrent.ThreadPoolExecutor$Worker@687b99c3[State = -1,

[jira] [Updated] (HDDS-2431) Add recover-trash command to the ozone shell.

2020-05-20 Thread YiSheng Lien (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YiSheng Lien updated HDDS-2431: --- Description: Add recover-trash command to the Ozone CLI. *Note to be done* 1. Admins checking

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428208942 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428209482 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #934: HDDS-3605. Support close all pipelines.

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #934: URL: https://github.com/apache/hadoop-ozone/pull/934#discussion_r428215546 ## File path: hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/pipeline/ClosePipelineSubcommand.java ## @@ -38,14 +40,59 @@

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428204750 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -78,8 +88,8 @@ private void initOFSPath(String

[jira] [Updated] (HDDS-3624) Improve error message when GC parameters are not set

2020-05-20 Thread Dinesh Chitlangia (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Chitlangia updated HDDS-3624: Fix Version/s: 0.6.0 Resolution: Fixed Status: Resolved (was: Patch

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428212741 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/BasicRootedOzoneFileSystem.java ## @@ -658,6 +658,19 @@ public String

[GitHub] [hadoop-ozone] dineshchitlangia merged pull request #947: HDDS-3624. Improve error message when GC parameters are not set.

2020-05-20 Thread GitBox
dineshchitlangia merged pull request #947: URL: https://github.com/apache/hadoop-ozone/pull/947 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [hadoop-ozone] arp7 commented on pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
arp7 commented on pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#issuecomment-631639960 Just one thought about permissions. How will we ensure data deleted by one user and moved to `.Trash` is not made visible to another user who doesn't have permissions to see

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #934: HDDS-3605. Support close all pipelines.

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #934: URL: https://github.com/apache/hadoop-ozone/pull/934#discussion_r428217119 ## File path: hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/pipeline/ClosePipelineSubcommand.java ## @@ -38,14 +40,59 @@

[jira] [Updated] (HDDS-2353) Cleanup old write-path code in OM

2020-05-20 Thread YiSheng Lien (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YiSheng Lien updated HDDS-2353: --- Description: This Jira is to cleanup old write path code in OM. As the newly added request/response

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428210316 ## File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneShellHA.java ## @@ -442,6 +446,27 @@ public void

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428210556 ## File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneShellHA.java ## @@ -442,6 +446,27 @@ public void

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #934: HDDS-3605. Support close all pipelines.

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #934: URL: https://github.com/apache/hadoop-ozone/pull/934#discussion_r428217442 ## File path: hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/pipeline/ClosePipelineSubcommand.java ## @@ -38,14 +40,59 @@

[GitHub] [hadoop-ozone] umamaheswararao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
umamaheswararao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428181772 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #934: HDDS-3605. Support close all pipelines.

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #934: URL: https://github.com/apache/hadoop-ozone/pull/934#discussion_r428215546 ## File path: hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/pipeline/ClosePipelineSubcommand.java ## @@ -38,14 +40,59 @@

[jira] [Assigned] (HDDS-2566) Handle InterruptedException in ContainerDataScanner

2020-05-20 Thread Dinesh Chitlangia (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Chitlangia reassigned HDDS-2566: --- Assignee: Dinesh Chitlangia > Handle InterruptedException in ContainerDataScanner >

[jira] [Assigned] (HDDS-2564) Handle InterruptedException in ContainerStateMachine

2020-05-20 Thread Dinesh Chitlangia (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Chitlangia reassigned HDDS-2564: --- Assignee: Dinesh Chitlangia > Handle InterruptedException in ContainerStateMachine >

[jira] [Assigned] (HDDS-2562) Handle InterruptedException in DatanodeStateMachine

2020-05-20 Thread Dinesh Chitlangia (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Chitlangia reassigned HDDS-2562: --- Assignee: Dinesh Chitlangia > Handle InterruptedException in DatanodeStateMachine >

[jira] [Assigned] (HDDS-2563) Handle InterruptedException in RunningDatanodeState

2020-05-20 Thread Dinesh Chitlangia (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Chitlangia reassigned HDDS-2563: --- Assignee: Dinesh Chitlangia > Handle InterruptedException in RunningDatanodeState >

[GitHub] [hadoop-ozone] xiaoyuyao commented on pull request #921: HDDS-3583. Loosen some rule restrictions of checkstyle

2020-05-20 Thread GitBox
xiaoyuyao commented on pull request #921: URL: https://github.com/apache/hadoop-ozone/pull/921#issuecomment-631659926 Change Line length limit from 80 -> 120 is overall positive change for me, only once in a while I hit it with modern IDEs. A few things I can think of are multiple-window

[jira] [Updated] (HDDS-3630) Merge rocksdb into one in datanode

2020-05-20 Thread runzhiwang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] runzhiwang updated HDDS-3630: - Description: Currently, one rocksdb for one container. one container has 5GB capacity. 10TB data need

[GitHub] [hadoop-ozone] elek opened a new pull request #949: HDDS-3621. Separate client/server/admin proto files of HDDS to separated subprojects

2020-05-20 Thread GitBox
elek opened a new pull request #949: URL: https://github.com/apache/hadoop-ozone/pull/949 ## What changes were proposed in this pull request? As described in the parent Jira admin/client/server protocols need different compatibility guarantees. It's better to separate them to

[jira] [Updated] (HDDS-3621) Separate client/server/admin proto files of HDDS to separated subprojects

2020-05-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-3621: - Labels: pull-request-available (was: ) > Separate client/server/admin proto files of HDDS to

[jira] [Created] (HDDS-3630) Merge rocksdb into one in datanode

2020-05-20 Thread runzhiwang (Jira)
runzhiwang created HDDS-3630: Summary: Merge rocksdb into one in datanode Key: HDDS-3630 URL: https://issues.apache.org/jira/browse/HDDS-3630 Project: Hadoop Distributed Data Store Issue Type:

[jira] [Updated] (HDDS-2426) Support recover-trash to an existing bucket.

2020-05-20 Thread YiSheng Lien (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YiSheng Lien updated HDDS-2426: --- Description: Support recovering trash to an existing bucket. *Note* 1. We should also add a config

[jira] [Updated] (HDDS-2431) Add recover-trash command to the ozone shell.

2020-05-20 Thread YiSheng Lien (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YiSheng Lien updated HDDS-2431: --- Description: Add recover-trash command to the Ozone CLI. N   was:Add recover-trash command to the

[jira] [Updated] (HDDS-3626) Limit the off-heap memory of RocksDB in datanode

2020-05-20 Thread runzhiwang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] runzhiwang updated HDDS-3626: - Description: Datanode occupy 5.2GB physical memory, Xmx is 2200m, MaxDirectMemorySize is 800m, so there

[GitHub] [hadoop-ozone] fapifta commented on a change in pull request #937: HDDS-3607. Lot of warnings at DN startup.

2020-05-20 Thread GitBox
fapifta commented on a change in pull request #937: URL: https://github.com/apache/hadoop-ozone/pull/937#discussion_r428081888 ## File path: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/impl/BlockManagerImpl.java ## @@ -108,9 +108,11

[jira] [Updated] (HDDS-2426) Support recover-trash to an existing bucket.

2020-05-20 Thread YiSheng Lien (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YiSheng Lien updated HDDS-2426: --- Description: Support recovering trash to an existing bucket. *Note* We should also add a config key

[jira] [Updated] (HDDS-3254) Control Datanode memory

2020-05-20 Thread runzhiwang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] runzhiwang updated HDDS-3254: - Summary: Control Datanode memory (was: Datanode memory leak) > Control Datanode memory >

[jira] [Commented] (HDDS-3477) Disable partial chunk write during flush() call in ozone client by default

2020-05-20 Thread mingchao zhao (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112163#comment-17112163 ] mingchao zhao commented on HDDS-3477: - I will submit a PR to turn

[jira] [Commented] (HDDS-3630) Merge rocksdb into one in datanode

2020-05-20 Thread Mukul Kumar Singh (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112244#comment-17112244 ] Mukul Kumar Singh commented on HDDS-3630: - +1, this will be good optimization. However, we need to

[jira] [Comment Edited] (HDDS-3354) OM HA replay optimization

2020-05-20 Thread Bharat Viswanadham (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112591#comment-17112591 ] Bharat Viswanadham edited comment on HDDS-3354 at 5/20/20, 8:43 PM:

[jira] [Commented] (HDDS-3354) OM HA replay optimization

2020-05-20 Thread Bharat Viswanadham (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112592#comment-17112592 ] Bharat Viswanadham commented on HDDS-3354: -- If there are no further objections, I will proceed

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #900: HDDS-3500. Hide OMFailoverProxyProvider usage behind an interface

2020-05-20 Thread GitBox
bharatviswa504 commented on a change in pull request #900: URL: https://github.com/apache/hadoop-ozone/pull/900#discussion_r428343544 ## File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/Hadoop3OmTransport.java ## @@ -0,0 +1,269 @@ +/** + *

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #900: HDDS-3500. Hide OMFailoverProxyProvider usage behind an interface

2020-05-20 Thread GitBox
bharatviswa504 commented on a change in pull request #900: URL: https://github.com/apache/hadoop-ozone/pull/900#discussion_r428343544 ## File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/Hadoop3OmTransport.java ## @@ -0,0 +1,269 @@ +/** + *

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #900: HDDS-3500. Hide OMFailoverProxyProvider usage behind an interface

2020-05-20 Thread GitBox
bharatviswa504 commented on a change in pull request #900: URL: https://github.com/apache/hadoop-ozone/pull/900#discussion_r428344095 ## File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/Hadoop3OmTransportFactory.java ## @@ -0,0 +1,35 @@ +/**

[GitHub] [hadoop-ozone] smengcl commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
smengcl commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428271227 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[GitHub] [hadoop-ozone] smengcl commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
smengcl commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428270097 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -78,8 +88,8 @@ private void initOFSPath(String

[GitHub] [hadoop-ozone] smengcl edited a comment on pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
smengcl edited a comment on pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#issuecomment-631710390 > Just one thought about permissions. How will we ensure data deleted by one user and moved to `.Trash` is not made visible to another user who doesn't have

[GitHub] [hadoop-ozone] smengcl commented on pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
smengcl commented on pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#issuecomment-631710390 > Just one thought about permissions. How will we ensure data deleted by one user and moved to `.Trash` is not made visible to another user who doesn't have permissions to

[GitHub] [hadoop-ozone] smengcl edited a comment on pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
smengcl edited a comment on pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#issuecomment-631710390 > Just one thought about permissions. How will we ensure data deleted by one user and moved to `.Trash` is not made visible to another user who doesn't have

[GitHub] [hadoop-ozone] smengcl commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
smengcl commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428264049 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -66,7 +70,13 @@ static final String

[GitHub] [hadoop-ozone] smengcl commented on pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
smengcl commented on pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#issuecomment-631704542 Also the `getTrashRoot` code doesn't handle the case where the input path is root, volume or bucket. Will post update in a moment.

[GitHub] [hadoop-ozone] smengcl edited a comment on pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
smengcl edited a comment on pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#issuecomment-631704542 The `getTrashRoot` code doesn't handle the case where the input path is root, volume or bucket. Will post update in a moment.

[jira] [Updated] (HDDS-3354) OM HA replay optimization

2020-05-20 Thread Bharat Viswanadham (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharat Viswanadham updated HDDS-3354: - Attachment: Screen Shot 2020-05-20 at 1.28.48 PM.png > OM HA replay optimization >

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #942: HDDS-2556. Handle InterruptedException in BlockOutputStream

2020-05-20 Thread GitBox
bharatviswa504 commented on a change in pull request #942: URL: https://github.com/apache/hadoop-ozone/pull/942#discussion_r428361979 ## File path: hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java ## @@ -317,10 +317,16 @@ private void

[GitHub] [hadoop-ozone] maobaolong commented on pull request #938: HDDS-3608. NPE while process a pipeline report when PipelineQuery absent in query2OpenPipelines

2020-05-20 Thread GitBox
maobaolong commented on pull request #938: URL: https://github.com/apache/hadoop-ozone/pull/938#issuecomment-631789119 @linyiqun Thank you for your review, it's important to receive your +1 This is an automated message from

[GitHub] [hadoop-ozone] umamaheswararao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
umamaheswararao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428253556 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[GitHub] [hadoop-ozone] smengcl commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
smengcl commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428292547 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/BasicRootedOzoneFileSystem.java ## @@ -658,6 +658,19 @@ public String

[jira] [Commented] (HDDS-3354) OM HA replay optimization

2020-05-20 Thread Bharat Viswanadham (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112591#comment-17112591 ] Bharat Viswanadham commented on HDDS-3354: -- The reason for the inclusion of HDDS-3615 and

[jira] [Commented] (HDDS-3354) OM HA replay optimization

2020-05-20 Thread Bharat Viswanadham (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112590#comment-17112590 ] Bharat Viswanadham commented on HDDS-3354: -- Hi [~elek] Perf results: !Screen Shot 2020-05-20 at

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
bharatviswa504 commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428298169 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
bharatviswa504 commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428298169 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[GitHub] [hadoop-ozone] umamaheswararao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
umamaheswararao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428253556 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[GitHub] [hadoop-ozone] smengcl commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
smengcl commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428269845 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[GitHub] [hadoop-ozone] umamaheswararao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
umamaheswararao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428286559 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[jira] [Comment Edited] (HDDS-3354) OM HA replay optimization

2020-05-20 Thread Bharat Viswanadham (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112591#comment-17112591 ] Bharat Viswanadham edited comment on HDDS-3354 at 5/20/20, 8:38 PM:

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #900: HDDS-3500. Hide OMFailoverProxyProvider usage behind an interface

2020-05-20 Thread GitBox
bharatviswa504 commented on a change in pull request #900: URL: https://github.com/apache/hadoop-ozone/pull/900#discussion_r428354713 ## File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java ## @@ -216,23

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #900: HDDS-3500. Hide OMFailoverProxyProvider usage behind an interface

2020-05-20 Thread GitBox
bharatviswa504 commented on a change in pull request #900: URL: https://github.com/apache/hadoop-ozone/pull/900#discussion_r428355368 ## File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/OmFailoverProxyUtil.java ## @@ -0,0 +1,50 @@ +/** + *

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #900: HDDS-3500. Hide OMFailoverProxyProvider usage behind an interface

2020-05-20 Thread GitBox
bharatviswa504 commented on a change in pull request #900: URL: https://github.com/apache/hadoop-ozone/pull/900#discussion_r428345175 ## File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/OmTransport.java ## @@ -0,0 +1,36 @@ +/** + * Licensed

[GitHub] [hadoop-ozone] dineshchitlangia commented on a change in pull request #942: HDDS-2556. Handle InterruptedException in BlockOutputStream

2020-05-20 Thread GitBox
dineshchitlangia commented on a change in pull request #942: URL: https://github.com/apache/hadoop-ozone/pull/942#discussion_r428424600 ## File path: hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java ## @@ -317,10 +317,16 @@ private

[GitHub] [hadoop-ozone] prashantpogde opened a new pull request #950: Syncing HDDS-3001 branch with master

2020-05-20 Thread GitBox
prashantpogde opened a new pull request #950: URL: https://github.com/apache/hadoop-ozone/pull/950 ## What changes were proposed in this pull request? Syncing hadoop-ozone:HDDS-3001 branch with hadoop-ozone:master ## What is the link to the Apache JIRA

[jira] [Updated] (HDDS-3001) NFS support for Ozone

2020-05-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-3001: - Labels: pull-request-available (was: ) > NFS support for Ozone > - > >

[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #941: HDDS-3574. Implement ofs://: Override getTrashRoot

2020-05-20 Thread GitBox
xiaoyuyao commented on a change in pull request #941: URL: https://github.com/apache/hadoop-ozone/pull/941#discussion_r428377628 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OFSPath.java ## @@ -238,4 +248,23 @@ static String

[jira] [Created] (HDDS-3631) Proto changes and KeyInfo related changes to support fileHandle

2020-05-20 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3631: Summary: Proto changes and KeyInfo related changes to support fileHandle Key: HDDS-3631 URL: https://issues.apache.org/jira/browse/HDDS-3631 Project: Hadoop

[jira] [Resolved] (HDDS-3625) BadRequestException interception doesn't take effect in s3g

2020-05-20 Thread Bharat Viswanadham (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharat Viswanadham resolved HDDS-3625. -- Fix Version/s: 0.6.0 Resolution: Fixed > BadRequestException interception

[GitHub] [hadoop-ozone] bharatviswa504 merged pull request #948: HDDS-3625. BadRequestException interception doesn't take effect in s3g.

2020-05-20 Thread GitBox
bharatviswa504 merged pull request #948: URL: https://github.com/apache/hadoop-ozone/pull/948 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [hadoop-ozone] bharatviswa504 commented on pull request #948: HDDS-3625. BadRequestException interception doesn't take effect in s3g.

2020-05-20 Thread GitBox
bharatviswa504 commented on pull request #948: URL: https://github.com/apache/hadoop-ozone/pull/948#issuecomment-631265518 Thank You @ChenSammi for the catch and fix this issue. This is an automated message from the Apache

[jira] [Updated] (HDDS-3626) Limit the off-heap memory of RocksDB in datanode

2020-05-20 Thread runzhiwang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] runzhiwang updated HDDS-3626: - Description: Datanode occupy 5.2GB physical memory, Xmx is 2200m, MaxDirectMemorySize is 800m, so there

[jira] [Created] (HDDS-3626) Limit the off-heap memory of RocksDB in datanode

2020-05-20 Thread runzhiwang (Jira)
runzhiwang created HDDS-3626: Summary: Limit the off-heap memory of RocksDB in datanode Key: HDDS-3626 URL: https://issues.apache.org/jira/browse/HDDS-3626 Project: Hadoop Distributed Data Store

[jira] [Commented] (HDDS-3001) NFS support for Ozone

2020-05-20 Thread maobaolong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111923#comment-17111923 ] maobaolong commented on HDDS-3001: -- [~ppogde] Do you still work on this ticket? If don't, i'd love to

[GitHub] [hadoop-ozone] runzhiwang commented on pull request #885: HDDS-3514. Fix memory leak of RaftServerImpl

2020-05-20 Thread GitBox
runzhiwang commented on pull request #885: URL: https://github.com/apache/hadoop-ozone/pull/885#issuecomment-631328275 /ready This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [hadoop-ozone] elek commented on pull request #930: HDDS-3601. Refactor TestOzoneManagerHA.java into multiple tests to avoid frequent timeout issues.

2020-05-20 Thread GitBox
elek commented on pull request #930: URL: https://github.com/apache/hadoop-ozone/pull/930#issuecomment-631329847 Thanks @mukul1987 the patch. (and @bharatviswa504, @adoroszlai, @xiaoyuyao, @hanishakoneru the review and the discussion). I am merging it to the master...

[GitHub] [hadoop-ozone] elek commented on pull request #911: HDDS-3564. Update Ozone to latest Ratis Snapshot (0.6.0-3596a58-SNAPSHOT).

2020-05-20 Thread GitBox
elek commented on pull request #911: URL: https://github.com/apache/hadoop-ozone/pull/911#issuecomment-631343187 > The frequent test failures here are fixed via HDDS-3601 and HDDS-3602 Both are merged. I suppose we will have mostly green builds after a rebase.

[GitHub] [hadoop-ozone] elek closed pull request #930: HDDS-3601. Refactor TestOzoneManagerHA.java into multiple tests to avoid frequent timeout issues.

2020-05-20 Thread GitBox
elek closed pull request #930: URL: https://github.com/apache/hadoop-ozone/pull/930 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [hadoop-ozone] runzhiwang commented on pull request #885: HDDS-3514. Fix memory leak of RaftServerImpl

2020-05-20 Thread GitBox
runzhiwang commented on pull request #885: URL: https://github.com/apache/hadoop-ozone/pull/885#issuecomment-631368992 @avijayanhwx Could you help review it ? Thank you very much. This is an automated message from the

[jira] [Created] (HDDS-3627) Remove FilteredClassloader and replace with maven based hadoop2/hadoop3 ozonefs generation

2020-05-20 Thread Marton Elek (Jira)
Marton Elek created HDDS-3627: - Summary: Remove FilteredClassloader and replace with maven based hadoop2/hadoop3 ozonefs generation Key: HDDS-3627 URL: https://issues.apache.org/jira/browse/HDDS-3627

[jira] [Created] (HDDS-3628) Fix TestOzoneManagerHA#testMultipartUploadWithOneOmNodeDown

2020-05-20 Thread Shashikant Banerjee (Jira)
Shashikant Banerjee created HDDS-3628: - Summary: Fix TestOzoneManagerHA#testMultipartUploadWithOneOmNodeDown Key: HDDS-3628 URL: https://issues.apache.org/jira/browse/HDDS-3628 Project: Hadoop