Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-2566

standalone-teiid.xml and the CLI scripts point to different caches in the teiid subsystem

    XMLWordPrintable

Details

    • Quality Risk
    • Resolution: Done
    • Minor
    • 8.4.1, 8.5
    • None
    • Build/Kits
    • None

    Description

      In the standalone-teiid.xml configuration, teiid subsystem:

      <resultset-cache infinispan-container="teiid" name="resultset"/>
      <preparedplan-cache infinispan-container="teiid" name="preparedplan"/>

      In the CLI script, it contains the following:

      /subsystem=teiid:add(async-thread-pool=teiid-async, resultset-cache-infinispan-container=teiid-cache, preparedplan-cache-infinispan-container=teiid-cache, policy-decider-module=org.jboss.teiid)

      and looks like the following when loaded:

      <resultset-cache infinispan-container="teiid-cache"/>
      <preparedplan-cache infinispan-container="teiid-cache"/>

      Attachments

        Activity

          People

            rhn-engineering-rareddy Ramesh Reddy
            van.halbert Van Halbert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: