You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/06/10 02:40:52 UTC

[GitHub] [hadoop-ozone] runzhiwang opened a new pull request #1048: HDDS-3481. SCM ask too many datanodes to replicate the same container

runzhiwang opened a new pull request #1048:
URL: https://github.com/apache/hadoop-ozone/pull/1048


   ## What changes were proposed in this pull request?
   
   1.  increase replication timeout.
   2. if datanode is not healthy, remove the replicate action from inflightActions 
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-3481
   
   Please replace this section with the link to the Apache JIRA)
   
   ## How was this patch tested?
   
   Existed tests.


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] codecov-commenter commented on pull request #1048: HDDS-3481. SCM ask too many datanodes to replicate the same container

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #1048:
URL: https://github.com/apache/hadoop-ozone/pull/1048#issuecomment-642689859


   # [Codecov](https://codecov.io/gh/apache/hadoop-ozone/pull/1048?src=pr&el=h1) Report
   > :exclamation: No coverage uploaded for pull request base (`master@2ff6c89`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/hadoop-ozone/pull/1048/graphs/tree.svg?width=650&height=150&src=pr&token=5YeeptJMby)](https://codecov.io/gh/apache/hadoop-ozone/pull/1048?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1048   +/-   ##
   =========================================
     Coverage          ?   69.45%           
     Complexity        ?     9113           
   =========================================
     Files             ?      961           
     Lines             ?    48151           
     Branches          ?     4679           
   =========================================
     Hits              ?    33445           
     Misses            ?    12490           
     Partials          ?     2216           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/hadoop-ozone/pull/1048?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/hadoop-ozone/pull/1048?src=pr&el=footer). Last update [2ff6c89...2f8cac3](https://codecov.io/gh/apache/hadoop-ozone/pull/1048?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] runzhiwang commented on pull request #1048: HDDS-3481. SCM ask too many datanodes to replicate the same container

Posted by GitBox <gi...@apache.org>.
runzhiwang commented on pull request #1048:
URL: https://github.com/apache/hadoop-ozone/pull/1048#issuecomment-642080008


   @nandakumar131 Sorry for that. I open it again.


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] nandakumar131 commented on pull request #1048: HDDS-3481. SCM ask too many datanodes to replicate the same container

Posted by GitBox <gi...@apache.org>.
nandakumar131 commented on pull request #1048:
URL: https://github.com/apache/hadoop-ozone/pull/1048#issuecomment-642077756


   @runzhiwang was this PR closed by accident?


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] runzhiwang commented on pull request #1048: HDDS-3481. SCM ask too many datanodes to replicate the same container

Posted by GitBox <gi...@apache.org>.
runzhiwang commented on pull request #1048:
URL: https://github.com/apache/hadoop-ozone/pull/1048#issuecomment-641701943


   @nandakumar131 @arp7 Could you help review this patch ? Thank you very much.


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] nandakumar131 merged pull request #1048: HDDS-3481. SCM ask too many datanodes to replicate the same container

Posted by GitBox <gi...@apache.org>.
nandakumar131 merged pull request #1048:
URL: https://github.com/apache/hadoop-ozone/pull/1048


   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] runzhiwang closed pull request #1048: HDDS-3481. SCM ask too many datanodes to replicate the same container

Posted by GitBox <gi...@apache.org>.
runzhiwang closed pull request #1048:
URL: https://github.com/apache/hadoop-ozone/pull/1048


   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org