DomGarguilo opened a new issue, #3283:
URL: https://github.com/apache/accumulo/issues/3283
**Test name**
-
TabletServerResourceManagerDynamicCompactionPoolTest.testDynamicThreadPoolUpdates
**Describe the failure observed**
I have run into this failure twice now but it does not occur every time.
The first time I observed the test fail with an assertion error at this line:
https://github.com/apache/accumulo/blob/ed75b4521094faa6f6e1037a444747390a120068/server/tserver/src/test/java/org/apache/accumulo/tserver/TabletServerResourceManagerDynamicCompactionPoolTest.java#L128
And the second time the test failed with `TestTimedOutException: test timed
out after 20000 milliseconds` at this line:
https://github.com/apache/accumulo/blob/ed75b4521094faa6f6e1037a444747390a120068/server/tserver/src/test/java/org/apache/accumulo/tserver/TabletServerResourceManagerDynamicCompactionPoolTest.java#L134
The following are the steps I took to run the test when it failed:
1. Download the [1.10.3.rc0 candidate
artifact](https://repository.apache.org/content/repositories/orgapacheaccumulo-1099/org/apache/accumulo/accumulo/1.10.3/accumulo-1.10.3-src.tar.gz)
2. Extract the contents and cd into that directory
`tar -xvf accumulo-1.10.3-src.tar.gz && cd accumulo-1.10.3`
3. Run the test command `mvn clean verify`
**Testing Environment:**
- Version of this project: 1.10.3-rc0
- OS: Pop!_OS 22.04 LTS x86_64
- Java: 11.0.18
- Maven: 3.6.3
--
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]