EdColeman opened a new pull request, #3983:
URL: https://github.com/apache/accumulo/pull/3983

   The ExternalCompaction  tests seem to fail occasionally with the compaction 
coordinator unable to read information from ZooKeeper to create the metrics 
used in the test.
   
    - Adds a delay with a back off initializing metrics to allow more time for 
the test cluster ZooKeeper to start up.
    - Modifies the compaction service property names to align with changes in 
#3915  (reduces deprecated property name logging)
   
   This seems to be a partial fix and there seem to be other issues running the 
tests reliably.
    - test still occasionally hang (seems prevalent running in an IDE with 
ExternalCompaction_2_IT ) this was the most recent Jenkins failure, so this 
test was run more so it could be generic to the other tests.
    - some of the tests may be passing with a false positive.  Sometimes  the 
following is in the logs:
   
   ```
   ExternalCompaction_2_IT. testDeleteTableCancelsUserExternalCompaction:
   2023-11-26T20:35:52,091 [lock.ServiceLock] WARN : Child found with invalid 
format: wsn2:9133 (does not start with zlock#)
   ```
   These issues can be a follow-up if these changes are accepted before those 
are resolved.


-- 
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]

Reply via email to