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

Sergey Soldatov commented on HDDS-16080:
----------------------------------------

[~adoroszlai] In the CI run with the fix:

{noformat}
2026-08-05T20:10:28.2985314Z [INFO] Tests run: 5, Failures: 0, Errors: 0, 
Skipped: 0, Time elapsed: 271.1 s -- in 
org.apache.hadoop.ozone.client.rpc.TestClientRetryContainerStateMachineFailures
{noformat}


> TestClientRetryContainerStateMachineFailures takes 12 minutes due to a 30s 
> heartbeat override
> ---------------------------------------------------------------------------------------------
>
>                 Key: HDDS-16080
>                 URL: https://issues.apache.org/jira/browse/HDDS-16080
>             Project: Apache Ozone
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 2.2.0
>            Reporter: Sergey Soldatov
>            Assignee: Sergey Soldatov
>            Priority: Minor
>              Labels: pull-request-available
>
> On my box, TestClientRetryContainerStateMachineFailures takes over 700s for 5 
> tests, of which ~73% is MiniOzoneCluster setup: ~100s to build a 3-datanode 
> cluster. Method init() sets hdds.heartbeat.interval to 30s, overriding the 1s 
> that hadoop-ozone/integration-test/src/test/resources/ozone-site.xml pins for 
> the whole module. Cluster readiness then advances in 30-second rounds, and 
> init() is @BeforeEach, so it is paid 5 times. Setting it to 1s brings the 
> class to less than 300s (more than 2x times faster). 
> [~sumitagrawl], the 30s looks like a deliberate override of the module 
> default rather than an omission. Was there an intent behind it that these 
> runs would not surface? I haven't found any regression using a 200 ms or 1s 
> heartbeat. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to