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

Attila Doroszlai edited comment on HDDS-2716 at 2/19/20 2:15 PM:
-----------------------------------------------------------------

Sorry, I had to revert this, as it caused compilation error on {{master}}.  
Some constants used by the test were recently removed in HDDS-2921 and 
HDDS-2920.

{code}
2020-02-19T13:27:11.8687373Z [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile 
(default-testCompile) on project hadoop-ozone-integration-test: Compilation 
failure: Compilation failure: 
2020-02-19T13:27:11.8688003Z [ERROR] 
/github/workspace/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineFailureOnRead.java:[82,41]
 cannot find symbol
2020-02-19T13:27:11.8688146Z [ERROR]   symbol:   variable 
DFS_RATIS_SERVER_FAILURE_DURATION_KEY
2020-02-19T13:27:11.8688270Z [ERROR]   location: class 
org.apache.hadoop.ozone.OzoneConfigKeys
2020-02-19T13:27:11.8688698Z [ERROR] 
/github/workspace/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineFailureOnRead.java:[85,41]
 cannot find symbol
2020-02-19T13:27:11.8688845Z [ERROR]   symbol:   variable 
OZONE_CLIENT_WATCH_REQUEST_TIMEOUT
2020-02-19T13:27:11.8688965Z [ERROR]   location: class 
org.apache.hadoop.ozone.OzoneConfigKeys
2020-02-19T13:27:11.8689363Z [ERROR] 
/github/workspace/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineFailureOnRead.java:[88,24]
 cannot find symbol
2020-02-19T13:27:11.8689496Z [ERROR]   symbol:   variable 
DFS_RATIS_SERVER_REQUEST_TIMEOUT_DURATION_KEY
2020-02-19T13:27:11.8689602Z [ERROR]   location: class 
org.apache.hadoop.ozone.OzoneConfigKeys
{code}

As the patch only contains the test and some log level change, I assume the 
original issue is fixed in Ratis.  Please reopen the issue if needed.


was (Author: adoroszlai):
Sorry, I had to revert this, as it caused compilation error on {{master}}.  
Some constants used by the test were recently removed in HDDS-2921 and 
HDDS-2920.

As the patch only contains the test and some log level change, I assume the 
original issue is fixed in Ratis.  Please reopen the issue if needed.

> ReadStateMachine failure should close down the ratis pipeline 
> --------------------------------------------------------------
>
>                 Key: HDDS-2716
>                 URL: https://issues.apache.org/jira/browse/HDDS-2716
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: Ozone Datanode
>    Affects Versions: 0.5.0
>            Reporter: Shashikant Banerjee
>            Assignee: Siddharth Wagle
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, in case of readStateMachineFailures, the containerStateMachine is 
> marked unhealthy which stalls all the pipeline operations. But the pipeline 
> will get destroyed in the next snapshot execution. The idea here is to just 
> destroy the pipeline as soon as readStateMachine call fails.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to