You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/02/24 16:03:28 UTC

[GitHub] [accumulo] ctubbsii opened a new issue #2525: Broken or Flaky test: ExternalCompactionMetricsIT

ctubbsii opened a new issue #2525:
URL: https://github.com/apache/accumulo/issues/2525


   **Test name(s)**
    - org.apache.accumulo.test.compaction.ExternalCompactionMetricsIT.testMetrics
    
   **Describe the failure observed**
   ```
   org.opentest4j.MultipleFailuresError: 
   Multiple Failures (2 failures)
   	org.junit.runners.model.TestTimedOutException: test timed out after 1800 seconds
   	java.lang.Exception: Appears to be stuck in thread metric-tailer
   	at org.junit.vintage.engine.execution.TestRun.getStoredResultOrSuccessful(TestRun.java:196)
   	...
   	Suppressed: org.junit.runners.model.TestTimedOutException: test timed out after 1800 seconds
   		at java.base@11.0.12/jdk.internal.misc.Unsafe.park(Native Method)
   		at java.base@11.0.12/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   		at java.base@11.0.12/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
   		at java.base@11.0.12/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
   		at app//org.apache.accumulo.test.compaction.ExternalCompactionMetricsIT.testMetrics(ExternalCompactionMetricsIT.java:137)
   		at java.base@11.0.12/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   		...
   	Suppressed: java.lang.Exception: Appears to be stuck in thread metric-tailer
   		at app//org.apache.accumulo.test.compaction.ExternalCompactionMetricsIT.lambda$testMetrics$0(ExternalCompactionMetricsIT.java:116)
   		at app//org.apache.accumulo.test.compaction.ExternalCompactionMetricsIT$$Lambda$454/0x000000080043e840.run(Unknown Source)
   		at app//org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
   		at java.base@11.0.12/java.lang.Thread.run(Thread.java:834)
   ```
   
   
   **Testing Environment:**
    - Version of this project: 2.1.0-SNAPSHOT
    - First commit known to fail (or current commit): 664b5a5dd137a58e4df47915c8f5f209a530cd8a (probably unrelated, as it sometimes passes)
    - OS: Ubuntu?
    - Java: Oracle 11.0.12
    - Maven: 3.8.4
    - Other environment details:
   ```
   Executing Maven:  -B -f /home/jenkins/jenkins-agent/workspace/Accumulo/main/pom.xml -V -e -ntp clean verify -Dstyle.color=always -Dfailsafe.skipAfterFailureCount=10 -Dfailsafe.rerunFailingTestsCount=1 -Dsurefire.forkCount=2 -Dtimeout.factor=3
   Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
   Maven home: /usr/local/asfpackages/maven/apache-maven-3.8.4
   Java version: 11.0.12, vendor: Oracle Corporation, runtime: /usr/local/asfpackages/java/oraclejdk-11.0.12
   Default locale: en_US, platform encoding: ISO-8859-1
   OS name: "linux", version: "4.15.0-162-generic", arch: "amd64", family: "unix"
   ```
   
   **What have you tried already?**
   The test seems to be flaky. It started failing on ASF's Jenkins more often lately, but sometimes passes. It has been the only failure for the last several builds on ASF's Jenkins. It could be timing sensitive.
   
   **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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] ctubbsii closed issue #2525: Broken or Flaky test: ExternalCompactionMetricsIT

Posted by GitBox <gi...@apache.org>.
ctubbsii closed issue #2525:
URL: https://github.com/apache/accumulo/issues/2525


   


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] DomGarguilo commented on issue #2525: Broken or Flaky test: ExternalCompactionMetricsIT

Posted by GitBox <gi...@apache.org>.
DomGarguilo commented on issue #2525:
URL: https://github.com/apache/accumulo/issues/2525#issuecomment-1050012689


   Duplicate of #2406


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org