Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12343

Transport stack default value always set to `tcp`

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 11.0.3.Final, 12.0.0.Final
    • Configuration
    • None

      The default transport configuration in the server is the following:

         <cache-container name="default" statistics="true">
            <transport cluster="${infinispan.cluster.name}" stack="${infinispan.cluster.stack:tcp}" node-name="${infinispan.node.name:}"/>
         </cache-container>
      

      If the xml is updated so that {{ stack="${infinispan.cluster.stack:udp}" }} and the property is not set on launch, the "tcp" stack is still loaded instead of "udp".

      Conversely, simply specifying stack="udp" works as expected, with the "udp" stack loaded.

              ttarrant@redhat.com Tristan Tarrant
              remerson@redhat.com Ryan Emerson
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: