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

Yiqun Lin commented on HDDS-1016:
---------------------------------

The unit test didn't be executed actually. Looks like this was broken by 
HADOOP-14178, the version of Mockito was updated.

Ran the test {{TestKeyValueContainerMarkUnhealthy}} in my local, the error 
threw:
{noformat}
java.lang.NoSuchMethodError: 
org.mockito.internal.matchers.InstanceOf.<init>(Ljava/lang/Class;Ljava/lang/String;)V
        at org.mockito.ArgumentMatchers.anyList(ArgumentMatchers.java:478)
        at 
org.apache.hadoop.ozone.container.keyvalue.TestKeyValueContainerMarkUnhealthy.setUp(TestKeyValueContainerMarkUnhealthy.java:87)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{noformat}

> Allow marking containers as unhealthy
> -------------------------------------
>
>                 Key: HDDS-1016
>                 URL: https://issues.apache.org/jira/browse/HDDS-1016
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>          Components: Ozone Datanode
>            Reporter: Arpit Agarwal
>            Assignee: Arpit Agarwal
>            Priority: Major
>         Attachments: HDDS-1016.01.patch, HDDS-1016.02.patch
>
>
> Containers support an unhealthy state but currently the Container interface 
> on the DataNodes does not expose a way to mark containers as unhealthy.
> -We can also make a few locking improvements to the KeyValueContainer class.-



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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