You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/02/23 13:19:31 UTC

[GitHub] [hadoop] tomscut opened a new pull request #2718: HDFS-15854. Make some parameters configurable for SlowDiskTracker and…

tomscut opened a new pull request #2718:
URL: https://github.com/apache/hadoop/pull/2718


   JIRA: https://issues.apache.org/jira/browse/HDFS-15854
   
   Make some parameters configurable for SlowDiskTracker and SlowPeerTracker. Related to the previous issue: HDFS-15814.


----------------------------------------------------------------
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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] [hadoop] tomscut commented on pull request #2718: HDFS-15854. Make some parameters configurable for SlowDiskTracker and…

Posted by GitBox <gi...@apache.org>.
tomscut commented on pull request #2718:
URL: https://github.com/apache/hadoop/pull/2718#issuecomment-788048147


   > Hi @tomscut, I don't see where the Jenkins checks have run successfully. Can you point me to the report?
   
   Hi @arp7 , thanks for your review. 
   
   I saw pre-check result from: https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-2718/1/pipeline.
   
   And I am a little confused why there is no output of pre-check results. Can we trigger a pre-check 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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] [hadoop] arp7 commented on pull request #2718: HDFS-15854. Make some parameters configurable for SlowDiskTracker and…

Posted by GitBox <gi...@apache.org>.
arp7 commented on pull request #2718:
URL: https://github.com/apache/hadoop/pull/2718#issuecomment-788042878


   Hi @tomscut, I don't see where the Jenkins checks have run successfully. Can you point me to the report?


----------------------------------------------------------------
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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] [hadoop] arp7 commented on pull request #2718: HDFS-15854. Make some parameters configurable for SlowDiskTracker and…

Posted by GitBox <gi...@apache.org>.
arp7 commented on pull request #2718:
URL: https://github.com/apache/hadoop/pull/2718#issuecomment-788056433


   Okay I see, the only failure is the two unrelated unit tests. I will merge this shortly.


----------------------------------------------------------------
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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] [hadoop] tomscut commented on pull request #2718: HDFS-15854. Make some parameters configurable for SlowDiskTracker and…

Posted by GitBox <gi...@apache.org>.
tomscut commented on pull request #2718:
URL: https://github.com/apache/hadoop/pull/2718#issuecomment-788058754


   > Okay I see, the only failure is the two unrelated unit tests. I will merge this shortly.
   
   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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] [hadoop] tomscut edited a comment on pull request #2718: HDFS-15854. Make some parameters configurable for SlowDiskTracker and…

Posted by GitBox <gi...@apache.org>.
tomscut edited a comment on pull request #2718:
URL: https://github.com/apache/hadoop/pull/2718#issuecomment-788048147


   > Hi @tomscut, I don't see where the Jenkins checks have run successfully. Can you point me to the report?
   
   Hi @arp7 , thanks for your review. 
   
   I saw pre-check result from: https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-2718/1/pipeline.
   ![image](https://user-images.githubusercontent.com/55134131/109521718-8eb28e80-7ae8-11eb-8168-27754dd28c46.png)
   
   And I am a little confused why there is no output of pre-check results. Can we trigger a pre-check 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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] [hadoop] tomscut commented on pull request #2718: HDFS-15854. Make some parameters configurable for SlowDiskTracker and…

Posted by GitBox <gi...@apache.org>.
tomscut commented on pull request #2718:
URL: https://github.com/apache/hadoop/pull/2718#issuecomment-787572529


   Hi @arp7 @dineshchitlangia , Could you please help to review the code. Thank you.
   It is related to a previous issue: https://issues.apache.org/jira/browse/HDFS-15814.
   
   
   Those failed unit tests were unrelated to the change.
   Failed junit tests:
   hadoop.hdfs.server.datanode.TestNNHandlesBlockReportPerStorage
   hadoop.hdfs.server.namenode.TestNamenodeCapacityReport


----------------------------------------------------------------
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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] [hadoop] arp7 merged pull request #2718: HDFS-15854. Make some parameters configurable for SlowDiskTracker and…

Posted by GitBox <gi...@apache.org>.
arp7 merged pull request #2718:
URL: https://github.com/apache/hadoop/pull/2718


   


----------------------------------------------------------------
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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org