This is an automated email from the ASF dual-hosted git repository.
kturner pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new 21b7ffa00b fixes ScanServerGroupConfigurationIT (#6265)
21b7ffa00b is described below
commit 21b7ffa00b2de116852faa45e9f2ae769a430a9e
Author: Keith Turner <[email protected]>
AuthorDate: Fri Mar 27 14:37:50 2026 -0700
fixes ScanServerGroupConfigurationIT (#6265)
After the changes in #5937 the client side scan server plugin does not
rebuild the list of scan servers as frequently. The test was not seeing
a scan server, falling back to a tserver, and failing. Modified the
scan server config in the test to wait for scan servers.
---
.../java/org/apache/accumulo/test/ScanServerGroupConfigurationIT.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/test/src/main/java/org/apache/accumulo/test/ScanServerGroupConfigurationIT.java
b/test/src/main/java/org/apache/accumulo/test/ScanServerGroupConfigurationIT.java
index c18e6e1aff..566355d341 100644
---
a/test/src/main/java/org/apache/accumulo/test/ScanServerGroupConfigurationIT.java
+++
b/test/src/main/java/org/apache/accumulo/test/ScanServerGroupConfigurationIT.java
@@ -80,6 +80,7 @@ public class ScanServerGroupConfigurationIT extends
SharedMiniClusterBase {
" \"busyTimeoutMultiplier\": 8,"+
" \"group\": \"GROUP1\","+
" \"scanTypeActivations\": [\"use_group1\"],"+
+ " \"timeToWaitForScanServers\": \"120s\","+
" \"attemptPlans\": ["+
" {"+
" \"servers\": \"3\","+