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

Displaying caches in management console doesn't detect non-TX cache correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.2.0.Beta1, 8.2.0.Final
    • 8.1.0.Alpha2
    • Console
    • None

    Description

      Page "Caches" tab -> click on certain cache container: list of caches in that container is shown.

      Having cache configured e.g. like this:

      <local-cache name="localCache" start="EAGER">
          <transaction mode="NONE"/>
      </local-cache>
      

      However, in the UI, the cache is still marked as transactional. There is the "transactional" icon in the cache card and also when I click to the filter to show only TX caches, the cache is still displayed.
      It seems to me that the code only checks for presence of <transaction> element, but not it's "mode" attribute. If I set the cache without the <transaction> element, it's correctly recognized as non-TX cache.

      Attachments

        Activity

          People

            vblagoje Vladimir Blagojevic (Inactive)
            jholusa Jiří Holuša (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: