EdColeman opened a new issue, #3372: URL: https://github.com/apache/accumulo/issues/3372
Accumulo version: 3.0.0 Test: MemoryStarvedScanIT The have been repeated failures of some of the MemoryStarvedScanIT in the Jenkins runs. org.apache.accumulo.test.functional.MemoryStarvedScanIT.testBatchScanPauses (Line 386) org.apache.accumulo.test.functional.MemoryStarvedScanIT.testBatchScanReturnsEarlyDueToLowMemory (Line 316) Both failed looking for the LOW_MEM_DETECTED metric - this was recently added may be a race condition where it takes time for the metric to be updated. It passes locally A fix may be to check / wait to see if the metric is updated during a future metrics update cycle. -- 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]
