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

Default Infinispan remote-timeout is too low

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 8.0.0.GA-CR1, 8.0.0.GA
    • 7.4.8.GA, 8.0.0.Beta
    • Clustering
    • None
    • False
    • None
    • False
    • Release Notes, Compatibility/Configuration
    • Hide

      Add remote-timeout="17500" to all clustered cache (everything but <local-cache>) configurations in the Infinispan subsystem.

      Show
      Add remote-timeout="17500" to all clustered cache (everything but <local-cache>) configurations in the Infinispan subsystem.

    Description

      The Infinispan subsystem's default remote-timeout is lower than its default locking acquire-timeout, which causes remote calls that get a lock timeout to abort too early with the wrong error message.

       

      jboss-as-infinispan_12_0.xsd

          <xs:attribute name="remote-timeout" type="xs:long" default="10000">

          <xs:attribute name="acquire-timeout" type="xs:long" default="15000">

       

      The default remote-timeout should be increased to 17500 (which is what RHDG uses as its default remote-timeout with acquire-timeout=15000).

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              rhn-support-dereed Dennis Reed
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: