[GitHub] [hadoop-ozone] runzhiwang commented on issue #611: HDDS-3041. Fix the memory leak of s3g by releasing the connection resource

2020-03-01 Thread GitBox
runzhiwang commented on issue #611: HDDS-3041. Fix the memory leak of s3g by releasing the connection resource URL: https://github.com/apache/hadoop-ozone/pull/611#issuecomment-593255369 @ChenSammi @xiaoyuyao @mukul1987 Could you help review this patch too ? Thank you very much. -

[GitHub] [hadoop-ozone] runzhiwang edited a comment on issue #611: HDDS-3041. Fix the memory leak of s3g by releasing the connection resource

2020-03-01 Thread GitBox
runzhiwang edited a comment on issue #611: HDDS-3041. Fix the memory leak of s3g by releasing the connection resource URL: https://github.com/apache/hadoop-ozone/pull/611#issuecomment-593254961 @elek Hi, I have find out the reason of 1-3 seconds for close, because the cpu cost is full whic

[GitHub] [hadoop-ozone] runzhiwang commented on issue #611: [WIP]HDDS-3041. Fix the memory leak of s3g by releasing the connection resource

2020-03-01 Thread GitBox
runzhiwang commented on issue #611: [WIP]HDDS-3041. Fix the memory leak of s3g by releasing the connection resource URL: https://github.com/apache/hadoop-ozone/pull/611#issuecomment-593254961 @elek Hi, I have find out the reason of 1-3 seconds for close, because the cpu cost is full which

[GitHub] [hadoop-ozone] runzhiwang removed a comment on issue #611: [WIP]HDDS-3041. Fix the memory leak of s3g by releasing the connection resource

2020-03-01 Thread GitBox
runzhiwang removed a comment on issue #611: [WIP]HDDS-3041. Fix the memory leak of s3g by releasing the connection resource URL: https://github.com/apache/hadoop-ozone/pull/611#issuecomment-592508704 @elek Hi, thank you for your reply. Because you would check the code, so I want to share

[GitHub] [hadoop-ozone] arp7 commented on issue #609: HDDS-3069. UpdateID check should be skipped for non-HA OzoneManager.

2020-03-01 Thread GitBox
arp7 commented on issue #609: HDDS-3069. UpdateID check should be skipped for non-HA OzoneManager. URL: https://github.com/apache/hadoop-ozone/pull/609#issuecomment-593220067 Retriggered checks. This is an automated message f

[jira] [Updated] (HDDS-2877) Fix description of return type

2020-03-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-2877: - Labels: newbie pull-request-available (was: newbie) > Fix description of return type > --

[GitHub] [hadoop-ozone] cku328 opened a new pull request #620: HDDS-2877. Fixed description of return type.

2020-03-01 Thread GitBox
cku328 opened a new pull request #620: HDDS-2877. Fixed description of return type. URL: https://github.com/apache/hadoop-ozone/pull/620 ## What changes were proposed in this pull request? Fixed description of return type in getNextListOfKeys, replacing `* @return {@code List} (li

[jira] [Commented] (HDDS-3111) Add unit test for container replication behavior under different container placement policy

2020-03-01 Thread Yiqun Lin (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048750#comment-17048750 ] Yiqun Lin commented on HDDS-3111: - Above PR focus on adding the unit test for the random c

[jira] [Updated] (HDDS-3111) Add unit test for container replication behavior under different container placement policy

2020-03-01 Thread Yiqun Lin (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiqun Lin updated HDDS-3111: Status: Patch Available (was: Open) > Add unit test for container replication behavior under different cont

[GitHub] [hadoop-ozone] linyiqun opened a new pull request #619: HDDS-3111. Add unit test for container replication behavior under dif…

2020-03-01 Thread GitBox
linyiqun opened a new pull request #619: HDDS-3111. Add unit test for container replication behavior under dif… URL: https://github.com/apache/hadoop-ozone/pull/619 ## What changes were proposed in this pull request? Add unit test for container replication behavior under different contai

[jira] [Updated] (HDDS-3111) Add unit test for container replication behavior under different container placement policy

2020-03-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-3111: - Labels: pull-request-available (was: ) > Add unit test for container replication behavior under d

[jira] [Created] (HDDS-3111) Add unit test for container replication behavior under different container placement policy

2020-03-01 Thread Yiqun Lin (Jira)
Yiqun Lin created HDDS-3111: --- Summary: Add unit test for container replication behavior under different container placement policy Key: HDDS-3111 URL: https://issues.apache.org/jira/browse/HDDS-3111 Project

[GitHub] [hadoop-ozone] runzhiwang edited a comment on issue #611: [WIP]HDDS-3041. Fix the memory leak of s3g by releasing the connection resource

2020-03-01 Thread GitBox
runzhiwang edited a comment on issue #611: [WIP]HDDS-3041. Fix the memory leak of s3g by releasing the connection resource URL: https://github.com/apache/hadoop-ozone/pull/611#issuecomment-592508704 @elek Hi, thank you for your reply. Because you would check the code, so I want to share y

[jira] [Assigned] (HDDS-3099) Support more than 3 members for OM HA pipeline

2020-03-01 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sammi Chen reassigned HDDS-3099: Assignee: runzhiwang > Support more than 3 members for OM HA pipeline > ---

[GitHub] [hadoop-ozone] captainzmc opened a new pull request #618: HDDS-2911. Fix lastUsed and stateEnterTime value in container info is not human friendly

2020-03-01 Thread GitBox
captainzmc opened a new pull request #618: HDDS-2911. Fix lastUsed and stateEnterTime value in container info is not human friendly URL: https://github.com/apache/hadoop-ozone/pull/618 ## What changes were proposed in this pull request? When we use: ozone scmcli container list W

[GitHub] [hadoop-ozone] captainzmc closed pull request #618: HDDS-2911. Fix lastUsed and stateEnterTime value in container info is not human friendly

2020-03-01 Thread GitBox
captainzmc closed pull request #618: HDDS-2911. Fix lastUsed and stateEnterTime value in container info is not human friendly URL: https://github.com/apache/hadoop-ozone/pull/618 This is an automated message from the Apache

[jira] [Resolved] (HDDS-2716) ReadStateMachine failure should close down the ratis pipeline

2020-03-01 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai resolved HDDS-2716. Fix Version/s: 0.6.0 Resolution: Fixed Thanks [~swagle] for the contribution. > Read

[GitHub] [hadoop-ozone] adoroszlai merged pull request #576: HDDS-2716. Add integration test to verify pipeline closed on read statemachine failure

2020-03-01 Thread GitBox
adoroszlai merged pull request #576: HDDS-2716. Add integration test to verify pipeline closed on read statemachine failure URL: https://github.com/apache/hadoop-ozone/pull/576 This is an automated message from the Apache Gi

[jira] [Updated] (HDDS-2978) Intermittent failure in TestResourceLimitCache

2020-03-01 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-2978: --- Target Version/s: 0.6.0 (was: 0.5.0) > Intermittent failure in TestResourceLimitCache > -

[jira] [Commented] (HDDS-2978) Intermittent failure in TestResourceLimitCache

2020-03-01 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048657#comment-17048657 ] Attila Doroszlai commented on HDDS-2978: https://github.com/apache/hadoop-ozone/pu

[GitHub] [hadoop-ozone] captainzmc commented on issue #618: HDDS-2911. Fix lastUsed and stateEnterTime value in container info is not human friendly

2020-03-01 Thread GitBox
captainzmc commented on issue #618: HDDS-2911. Fix lastUsed and stateEnterTime value in container info is not human friendly URL: https://github.com/apache/hadoop-ozone/pull/618#issuecomment-593081432 @ChenSammi Can you help to review this PR? --

[jira] [Updated] (HDDS-2911) lastUsed and stateEnterTime value in container info is not human friendly

2020-03-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-2911: - Labels: newbie pull-request-available (was: newbie) > lastUsed and stateEnterTime value in contai

[GitHub] [hadoop-ozone] captainzmc opened a new pull request #618: HDDS-2911. Fix lastUsed and stateEnterTime value in container info is not human friendly

2020-03-01 Thread GitBox
captainzmc opened a new pull request #618: HDDS-2911. Fix lastUsed and stateEnterTime value in container info is not human friendly URL: https://github.com/apache/hadoop-ozone/pull/618 ## What changes were proposed in this pull request? When we use: ozone scmcli container list W