Copilot commented on code in PR #11010:
URL: https://github.com/apache/ozone/pull/11010#discussion_r3772764935
##########
hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestReconAndAdminContainerCLI.java:
##########
@@ -114,6 +114,12 @@ class TestReconAndAdminContainerCLI {
* are still drifting past each other (HDDS-15223).
*/
private static final int RM_RECON_COMPARE_STABLE_POLLS = 2;
+ /**
+ * Max wait for a decommission/maintenance triggered replica copy to be
reflected in SCM. The
+ * default {@link OzoneTestHelper#waitForReplicaCount} budget (30s) is not
always enough on a
+ * loaded CI runner, which is the recurring flake tracked in HDDS-11128 (see
also HDDS-10582).
Review Comment:
The Javadoc link `{@link OzoneTestHelper#waitForReplicaCount}` is now
ambiguous because `OzoneTestHelper` has multiple `waitForReplicaCount`
overloads. This can cause Javadoc resolution warnings/errors under doclint. Use
a signature-qualified link to the 3-arg default-timeout overload.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]