[ 
https://issues.apache.org/jira/browse/HDFS-14353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17090556#comment-17090556
 ] 

Ayush Saxena commented on HDFS-14353:
-------------------------------------

[~touchida] I have added you as contributors, you may be able to upload patch 
now. 

I didn't check the patch, but what I remember the {{xmitsInProgress}} shouldn't 
go negative.

{code:java}
-        GenericTestUtils.waitFor(() -> curDn.getXceiverCount() > 1, 10, 60000);
+        GenericTestUtils.waitFor(() -> curDn.getXceiverCount() <= 1, 10, 
60000);
{code}

The <= change might not verify the said issue, if I am remembering it correct, 
Please do check once.


> Erasure Coding: metrics xmitsInProgress become to negative.
> -----------------------------------------------------------
>
>                 Key: HDFS-14353
>                 URL: https://issues.apache.org/jira/browse/HDFS-14353
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: datanode, erasure-coding
>    Affects Versions: 3.3.0
>            Reporter: maobaolong
>            Assignee: maobaolong
>            Priority: Major
>         Attachments: HDFS-14353.001.patch, HDFS-14353.002.patch, 
> HDFS-14353.003.patch, HDFS-14353.004.patch, HDFS-14353.005.patch, 
> HDFS-14353.006.patch, HDFS-14353.007.patch, HDFS-14353.008.patch, 
> HDFS-14353.009.patch, screenshot-1.png
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to