Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1902

Fix cache container view

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 3.6.15.Final
    • None
    • None
    • None

      Starting with WildFly 27, the cache-container resource has changed. This breaks the cache container view in the console. 

      The reason is the deprecation of some of the thread-pool singletons:

      WildFly 26

      /subsystem=infinispan/cache-container=ejb:read-children-types(include-singletons)
      {
          "outcome" => "success",
          "result" => [
              "cache",
              "distributed-cache",
              "invalidation-cache",
              "local-cache",
              "replicated-cache",
              "scattered-cache",
              "thread-pool=async-operations",
              "thread-pool=blocking",
              "thread-pool=expiration",
              "thread-pool=listener",
              "thread-pool=non-blocking",
              "thread-pool=persistence",
              "thread-pool=remote-command",
              "thread-pool=state-transfer",
              "thread-pool=transport",
              "transport=jgroups",
              "transport=none"
          ]
      }

      WildFly >26

      /subsystem=infinispan/cache-container=ejb:read-children-types(include-singletons)
      {
          "outcome" => "success",
          "result" => [
              "cache",
              "distributed-cache",
              "invalidation-cache",
              "local-cache",
              "replicated-cache",
              "scattered-cache",
              "thread-pool=blocking",
              "thread-pool=expiration",
              "thread-pool=listener",
              "thread-pool=non-blocking",
              "transport=jgroups",
              "transport=none"
          ]
      }

      Tests in Manatoko need to be re-enabled once this is fixed.

            hpehl@redhat.com Harald Pehl
            hpehl@redhat.com Harald Pehl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: