Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-18306

Default Infinispan remote-timeout should not be less than the default lock-timeout

XMLWordPrintable

    • 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.
    • ---
    • ---

      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).

            pferraro@redhat.com Paul Ferraro
            pferraro@redhat.com Paul Ferraro
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: