You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2020/02/27 14:55:00 UTC

[jira] [Commented] (HDDS-3086) Failure running integration test it-freon

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

Attila Doroszlai commented on HDDS-3086:
----------------------------------------

Freon does not make progress and the fork is killed after 15 minutes. May need some tweak of Ratis timeouts?
{code:java}
2020-02-27 13:27:46,847 <start of test>
...
2020-02-27 13:28:41,633 [Thread-556] INFO  freon.ProgressBar (ProgressBar.java:logProgressBar(163)) - Progress: 0.00 % (0 out of 1)
...
2020-02-27 13:29:10,065 [java.util.concurrent.ThreadPoolExecutor$Worker@6e9a0ffc[State = -1, empty queue]] WARN  server.GrpcLogAppender (GrpcLogAppender.java:timeoutAppendRequest(213)) - 28fa0468-3c1b-4799-a37b-101040140a46@group-CCCD159FB5C6->50293e68-f971-4f1f-9902-c3b3b0d2f72c-GrpcLogAppender:  appendEntries Timeout, request=AppendEntriesRequest:cid=1,entriesCount=1,lastEntry=(t:3, i:0)
...
2020-02-27 13:32:03,065 [Thread-905] INFO  client.GrpcClientProtocolService (GrpcClientProtocolService.java:lambda$processClientRequest$0(283)) - Failed RaftClientRequest:client-639DECDFB6C6->28fa0468-3c1b-4799-a37b-101040140a46@group-CCCD159FB5C6, cid=106, seq=0, Watch-ALL_COMMITTED(131), Message:<EMPTY>, reply=RaftClientReply:client-639DECDFB6C6->28fa0468-3c1b-4799-a37b-101040140a46@group-CCCD159FB5C6, cid=106, FAILED org.apache.ratis.protocol.NotReplicatedException: Request with call Id 106 and log index 131 is not yet replicated to ALL_COMMITTED, logIndex=131, commits[28fa0468-3c1b-4799-a37b-101040140a46:c133, b08b44d4-a259-4019-a74e-b7d0dde0291a:c133, 50293e68-f971-4f1f-9902-c3b3b0d2f72c:c127]
2020-02-27 13:32:03,717 [Thread-556] INFO  freon.ProgressBar (ProgressBar.java:logProgressBar(163)) - Progress: 0.00 % (0 out of 1)
2020-02-27 13:32:04,123 [Thread-907] INFO  client.GrpcClientProtocolService (GrpcClientProtocolService.java:lambda$processClientRequest$0(283)) - Failed RaftClientRequest:client-639DECDFB6C6->b08b44d4-a259-4019-a74e-b7d0dde0291a@group-CCCD159FB5C6, cid=106, seq=0, Watch-ALL_COMMITTED(131), Message:<EMPTY>, reply=RaftClientReply:client-639DECDFB6C6->b08b44d4-a259-4019-a74e-b7d0dde0291a@group-CCCD159FB5C6, cid=106, FAILED org.apache.ratis.protocol.NotLeaderException: Server b08b44d4-a259-4019-a74e-b7d0dde0291a@group-CCCD159FB5C6 is not the leader 28fa0468-3c1b-4799-a37b-101040140a46:172.17.0.2:37993, logIndex=0, commits[b08b44d4-a259-4019-a74e-b7d0dde0291a:c133, 28fa0468-3c1b-4799-a37b-101040140a46:c133, 50293e68-f971-4f1f-9902-c3b3b0d2f72c:c127]
...
2020-02-27 13:42:45,948 [Thread-556] INFO  freon.ProgressBar (ProgressBar.java:logProgressBar(163)) - Progress: 0.00 % (0 out of 1)
<EOF>
{code}
CC [~shashikant]

> Failure running integration test it-freon 
> ------------------------------------------
>
>                 Key: HDDS-3086
>                 URL: https://issues.apache.org/jira/browse/HDDS-3086
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: freon
>            Reporter: Supratim Deka
>            Priority: Major
>         Attachments: org.apache.hadoop.ozone.freon.TestDataValidateWithDummyContainers-output.txt
>
>
> Observed a time-out during pr-check/it-freon for HDDS-2940. Failure appears unrelated to the changes in the patch. 
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.193 s - in org.apache.hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations
> 2862
> [INFO] Running org.apache.hadoop.ozone.freon.TestFreonWithDatanodeRestart
> 2863
> [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 30.559 s - in org.apache.hadoop.ozone.freon.TestFreonWithDatanodeRestart
> 2864
> [INFO] 
> 2865
> [INFO] Results:
> 2866
> [INFO] 
> 2867
> [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3
> 2868
> [INFO] 
> 2869
> [INFO] ------------------------------------------------------------------------
> 2870
> [INFO] BUILD FAILURE
> 2871
> [INFO] ------------------------------------------------------------------------
> 2872
> [INFO] Total time:  28:58 min
> 2873
> [INFO] Finished at: 2020-02-26T17:55:42Z
> 2874
> [INFO] ------------------------------------------------------------------------
> 2875
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project hadoop-ozone-integration-test: There was a timeout or other error in the fork -> [Help 1]
> 2876
> [ERROR] 
> 2877
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> 2878
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> 2879
> [ERROR] 
> 2880
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> 2881
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException



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

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org