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/03/07 15:12:19 UTC

[GitHub] [hadoop] tomscut opened a new pull request #2752: HDFS-15883. Add a metric BlockReportQueueFullCount

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


   JIRA: [HDFS-15883](https://issues.apache.org/jira/browse/HDFS-15883)
   
   Add a metric that reflects the number of times the block report queue is full


----------------------------------------------------------------
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 #2752: HDFS-15883. Add a metric BlockReportQueueFullCount

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


   Failed junit tests:
   hadoop.hdfs.server.datanode.fsdataset.impl.TestFsDatasetImpl 
   hadoop.hdfs.server.balancer.TestBalancer 
   
   Those failed unit tests were unrelated to the change, and they worked fine locally.


----------------------------------------------------------------
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 #2752: HDFS-15883. Add a metric BlockReportQueueFullCount

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


   Thanks @Hexiaoqiao for your advice. This metric org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics#blockOpsQueued can reflect the length of the block report queue.


----------------------------------------------------------------
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 #2752: HDFS-15883. Add a metric BlockReportQueueFullCount

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


   > Close this PR since there is another metric which can solve this issues. Please feel free to reopen it if any other consideration. Thanks.
   
   Thanks @Hexiaoqiao .


----------------------------------------------------------------
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] Hexiaoqiao closed pull request #2752: HDFS-15883. Add a metric BlockReportQueueFullCount

Posted by GitBox <gi...@apache.org>.
Hexiaoqiao closed pull request #2752:
URL: https://github.com/apache/hadoop/pull/2752


   


----------------------------------------------------------------
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] Hexiaoqiao commented on pull request #2752: HDFS-15883. Add a metric BlockReportQueueFullCount

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


   Thanks @tomscut for your work. IIUC, there has been one metric for number of blockReports and blockReceivedAndDeleted queued, please refer to `org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics#blockOpsQueued`, is it helpful for you?


----------------------------------------------------------------
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] Hexiaoqiao commented on pull request #2752: HDFS-15883. Add a metric BlockReportQueueFullCount

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


   Close this PR since there is another metric which can solve this issues. Please feel free to reopen it if any other consideration. Thanks.


----------------------------------------------------------------
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