[infinispan-issues] [JBoss JIRA] (ISPN-1554) Fix the JDK7 build
Galder Zamarreño (Commented) (JIRA)
jira-events at lists.jboss.org
Thu Nov 24 05:48:40 EST 2011
[ https://issues.jboss.org/browse/ISPN-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645350#comment-12645350 ]
Galder Zamarreño commented on ISPN-1554:
----------------------------------------
{code}[INFO] --- exec-maven-plugin:1.1:java (generate_annotation_index) @ infinispan-core ---
ERROR: /qa/home/gzamarreno/code/infinispan.git/core/target/classes/org/infinispan/configuration/cache/TransactionConfigurationChildBuilder.class (Too many open files)
[INFO] {code}
This is tricky, I cannot even build with JDK7 in the cluster machines. Both existing JDK7 releases (7 and 7u1) throw this error in Jandex generation.
> Fix the JDK7 build
> ------------------
>
> Key: ISPN-1554
> URL: https://issues.jboss.org/browse/ISPN-1554
> Project: Infinispan
> Issue Type: Task
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 5.1.0.CR1
>
>
> Investigate what's wrong with the JDK7 build:
> {quote}We have noticed the infinispan instance becoming inaccessible/unresponsive due to high CPU (100%) usage. This looks to be exactly the same behavior we saw back in September ...
> I am able to reproduce this problem by running this job:
> https://infinispan.ci.cloudbees.com/job/Infinispan-master-JDK7-tcp
> After about 10 minutes of running this job , I saw CPU spike to 100%. I was tailing the console log in my browser at the time, and saw something strange start to happen to the output:
> https://gist.github.com/9c15057a42b4e330527c
> It looks as though the first few characters of each line is being chopped off. If you look at the log file on the host in emacs, it looks exactly the same.
> Ryan Campbell
> CloudBees, Inc{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list