Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-20736

[GSS](7.3.z) JSF + clustering: java.lang.OutOfMemoryError in soak tests

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Critical
    • None
    • 7.3.4.GA
    • Clustering, JSF
    • None
    • False
    • False
    • Undefined

    Description

      We have a 4 nodes cluster where we deployed a simple JSF application; this scenario was added to address an issue from a customer;

      The cache configuration is:

      <subsystem xmlns="urn:jboss:domain:infinispan:9.1">
                  <cache-container name="web" default-cache="testCache" module="org.wildfly.clustering.web.infinispan">
                      <transport lock-timeout="60000"/>
                      ...
                      <replicated-cache name="testCache">
                          <file-store/>
                      </replicated-cache>
      

      The JSF application is clusterbench:

      <?xml version='1.0' encoding='UTF-8'?>
      <!DOCTYPE html>
      <html xmlns="http://www.w3.org/1999/xhtml"
            xmlns:c="http://xmlns.jcp.org/jsf/core"
            xmlns:h="http://xmlns.jcp.org/jsf/html">
      <h:body>
          <c:view>
              <h:outputText value="#{jsfNamedCdiBean.serialAndIncrement}"/>
          </c:view>
      </h:body>
      </html>
      

      After about 20 minutes, we see the following error:

      2020-12-17 12:39:41,007 ERROR [stderr] (default I/O-7) Exception in thread "TcpServer.Acceptor[7600]-2,null,null" Exception in thread "default I/O-8" Exception in thread "default I/O-7" java.lang.OutOfMemoryError: Java heap space
      2020-12-17 12:39:41,412 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (default task-62) Error Rendering View[/jsf.xhtml]: org.infinispan.util.concurrent.TimeoutException: ISPN000476: Timed out waiting for responses for request 613926 from wildfly2
      

      Attachments

        1. clusterbench-ee8.ear
          65 kB
        2. EAP-Thread-dump.txt.gz
          12 kB
        3. gc.log.0.gz
          264 kB
        4. gc.log.gz
          168 kB
        5. server.log.gz
          308 kB

        Issue Links

          Activity

            People

              rhn-engineering-cdewolf Carlo de Wolf
              tborgato@redhat.com Tommaso Borgato
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: