ctubbsii opened a new issue, #3790:
URL: https://github.com/apache/accumulo/issues/3790
**Test name(s)**
- org.apache.accumulo.core.util.CompletableFutureUtilTest.testIterateUntil
**Describe the failure observed**
I saw a StackOverflowError error while running the full build to test #3787,
but I can't reproduce it and it seems completely unrelated. It does seem worth
looking into, if this can happen under some circumstances, though.
I saw the following stack trace pattern kept repeating until the test died:
```
at
java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1106)
at
java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2235)
at
org.apache.accumulo.core.util.CompletableFutureUtil$1.apply(CompletableFutureUtil.java:71)
at
org.apache.accumulo.core.util.CompletableFutureUtil$1.apply(CompletableFutureUtil.java:65)
at
java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1106)
```
**Testing Environment:**
- Version of this project: 2.1.3-SNAPSHOT
- First commit known to fail (or current commit): Seen with #3787, which
was based on 2.1.3-SNAPSHOT at commit af47a2f0bd6e231ae898ef61c77d1157d4f1a94a,
but seems unrelated
- OS: Fedora 38 "linux", version: "6.5.5-200.fc38.x86_64", arch: "amd64",
family: "unix"
- Java: 11.0.20, vendor: Red Hat, Inc., runtime:
/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-1.fc38.x86_64
- Maven: Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
**What have you tried already?**
I reran the test several times, and could not reproduce the issue.
**Additional context**
N/A
--
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]