You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2018/12/17 20:20:00 UTC

[jira] [Commented] (ACCUMULO-4859) testing on asf jenkins servers are leaving tasks around

    [ https://issues.apache.org/jira/browse/ACCUMULO-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16723338#comment-16723338 ] 

Christopher Tubbs commented on ACCUMULO-4859:
---------------------------------------------

[~aw], we've seen that too, but are not sure why it's happening or how to address it. It could be a problem with Jenkins itself being unable to clean up failed tests. It's also possibly the effect of another failure. I'm closing this issue, since:

1. Accumulo no longer uses Jira to track issues, and instead uses GitHub for issue tracking  (https://github.com/apache/accumulo/issues),
2. There's no clear actionable resolution to this bug report that we can take, and
3. This is probably best discussed on the mailing list dev@accumulo.apache.org rather than on an issue tracker, since it's not clear what's going on.

Please raise this issue on the referenced mailing list if this continues to be a problem.

> testing on asf jenkins servers are leaving tasks around
> -------------------------------------------------------
>
>                 Key: ACCUMULO-4859
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4859
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: Allen Wittenauer
>            Priority: Major
>
> Ran across several accumulo processes this while trying to figure out why other builds are faililing.  Here's a small sample:
> {code}
> jenkins  13120     1  0 Oct24 ?        03:14:20 /usr/local/asfpackages/java/jdk1.8.0_172/jre/bin/java -Dproc=TabletServer -cp /home/jenkins/jenkins-slave/workspace/Accumulo-Pull-Requests/test/target/mini-tests/org.apache.accumulo.harness.SharedMiniClusterBase_1540417403757_16838/conf:/home/jenkins/jenkins-slave/workspace/Accumulo-Pull-Requests/test/target/surefire/surefirebooter1497791870767098754.jar -Xmx134217728 -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Dapple.awt.UIElement=true -Djava.net.preferIPv4Stack=true -XX:+PerfDisableSharedMem -XX:+AlwaysPreTouch org.apache.accumulo.start.Main org.apache.accumulo.tserver.TabletServer
> jenkins  13840     1  0 Oct24 ?        04:40:34 /usr/local/asfpackages/java/jdk1.8.0_172/jre/bin/java -Dproc=Master -cp /home/jenkins/jenkins-slave/workspace/Accumulo-Pull-Requests/test/target/mini-tests/org.apache.accumulo.harness.SharedMiniClusterBase_1540417403757_16838/conf:/home/jenkins/jenkins-slave/workspace/Accumulo-Pull-Requests/test/target/surefire/surefirebooter1497791870767098754.jar -Xmx134217728 -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Dapple.awt.UIElement=true -Djava.net.preferIPv4Stack=true -XX:+PerfDisableSharedMem -XX:+AlwaysPreTouch org.apache.accumulo.start.Main org.apache.accumulo.master.Master
> jenkins  13863     1  0 Oct24 ?        02:22:33 /usr/local/asfpackages/java/jdk1.8.0_172/jre/bin/java -Dproc=SimpleGarbageCollector -cp /home/jenkins/jenkins-slave/workspace/Accumulo-Pull-Requests/test/target/mini-tests/org.apache.accumulo.harness.SharedMiniClusterBase_1540417403757_16838/conf:/home/jenkins/jenkins-slave/workspace/Accumulo-Pull-Requests/test/target/surefire/surefirebooter1497791870767098754.jar -Xmx134217728 -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Dapple.awt.UIElement=true -Djava.net.preferIPv4Stack=true -XX:+PerfDisableSharedMem -XX:+AlwaysPreTouch org.apache.accumulo.start.Main org.apache.accumulo.gc.SimpleGarbageCollector
> jenkins  24363     1  0 Oct30 ?        01:11:28 /usr/local/asfpackages/java/jdk1.8.0_172/jre/bin/java -Dproc=ZooKeeperServerMain -cp /home/jenkins/jenkins-slave/workspace/Accumulo-Pull-Requests/minicluster/target/mini-tests/org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImplTest/conf:/home/jenkins/jenkins-slave/workspace/Accumulo-Pull-Requests/minicluster/target/surefire/surefirebooter6165673893648893878.jar -Xmx134217728 -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=38078 -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Dapple.awt.UIElement=true -Djava.net.preferIPv4Stack=true -XX:+PerfDisableSharedMem -XX:+AlwaysPreTouch org.apache.accumulo.start.Main org.apache.zookeeper.server.ZooKeeperServerMain /home/jenkins/jenkins-slave/workspace/Accumulo-Pull-Requests/minicluster/target/mini-tests/org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImplTest/conf/zoo.cfg
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)