[
https://issues.apache.org/jira/browse/HDDS-10582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840525#comment-17840525
]
Raju Balpande commented on HDDS-10582:
--------------------------------------
So I made the conclusion that....
increasing max wait time was not helping here
- 60s at both identified places :
https://github.com/raju-balpande/apache_ozone/actions/runs/8804673683
- 50s at both places :
https://github.com/raju-balpande/apache_ozone/actions/runs/8804711499
But as I see from log it must be small interval during which the condition is
true and hence tried check at every 1000ms, 500ms and 200ms.
- checking every 200ms and wait for 50s:
https://github.com/raju-balpande/apache_ozone/actions/runs/8815561353/job/24197876996
- checking every 200ms and wait for 30s:
https://github.com/raju-balpande/apache_ozone/actions/runs/8817120192
- checking every 500ms and wait for 30s:
[https://github.com/raju-balpande/apache_ozone/actions/runs/8817091663]
And the best result is while checking every 200 ms (and wait time as 30s as
before)
> Intermittent timeout during waitForReplicaCount in
> TestReconAndAdminContainerCLI
> --------------------------------------------------------------------------------
>
> Key: HDDS-10582
> URL: https://issues.apache.org/jira/browse/HDDS-10582
> Project: Apache Ozone
> Issue Type: Sub-task
> Components: test
> Reporter: Attila Doroszlai
> Assignee: Raju Balpande
> Priority: Major
>
> {code}
> Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 102.334 s <<<
> FAILURE! - in org.apache.hadoop.ozone.recon.TestReconAndAdminContainerCLI
> org.apache.hadoop.ozone.recon.TestReconAndAdminContainerCLI.testNodesInDecommissionOrMaintenance(NodeOperationalState,
> NodeOperationalState, boolean)[2] Time elapsed: 37.084 s <<< ERROR!
> java.util.concurrent.TimeoutException:
> ...
> at
> org.apache.hadoop.ozone.container.TestHelper.waitForReplicaCount(TestHelper.java:444)
> at
> org.apache.hadoop.ozone.recon.TestReconAndAdminContainerCLI.testNodesInDecommissionOrMaintenance(TestReconAndAdminContainerCLI.java:264)
> {code}
> *
> https://github.com/adoroszlai/ozone-build-results/blob/master/2024/02/27/29586/it-ozone/hadoop-ozone/integration-test/org.apache.hadoop.ozone.recon.TestReconAndAdminContainerCLI.txt
> *
> https://github.com/adoroszlai/ozone-build-results/blob/master/2024/03/23/30172/it-ozone/hadoop-ozone/integration-test/org.apache.hadoop.ozone.recon.TestReconAndAdminContainerCLI.txt
> *
> https://github.com/adoroszlai/ozone-build-results/blob/master/2024/03/24/30181/it-ozone/hadoop-ozone/integration-test/org.apache.hadoop.ozone.recon.TestReconAndAdminContainerCLI.txt
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]