[infinispan-issues] [JBoss JIRA] (ISPN-2597) HBase cache store testsuite should stop blocking CI jobs

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Thu Dec 6 08:52:17 EST 2012


Galder Zamarreño created ISPN-2597:
--------------------------------------

             Summary: HBase cache store testsuite should stop blocking CI jobs
                 Key: ISPN-2597
                 URL: https://issues.jboss.org/browse/ISPN-2597
             Project: Infinispan
          Issue Type: Bug
          Components: Loaders and Stores
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
             Fix For: 5.2.0.Beta6


i.e. https://infinispan.ci.cloudbees.com/job/Infinispan-master-JDK6-tcp/941/console

The "ERROR: Maven JVM terminated unexpectedly with exit code 137" error is normally associated with JVM running of memory.

HBase has 'perftest' forkMode which means that it creates a new JVM per test. This is way too over the top for what it needs.

Trying to run it with forkMode=none and paralell testsuite logs these errors: https://gist.github.com/4224569

This cache store shouldn't be blocking things, so disabling the cache store for the moment to be able to get on with other things.

Anyone with Hadoop knowledge?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list