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

Fix remote cache container view

XMLWordPrintable

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

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

      The reason is the deprecation of some of the singletons:

      WildFly 26

      /subsystem=infinispan/remote-cache-container=rcc-0:read-children-types(include-singletons)
      {
          "outcome" => "success",
          "result" => [
              "component=connection-pool",
              "component=security",
              "component=transaction",
              "near-cache=invalidation",
              "near-cache=none",
              "remote-cache",
              "remote-cluster",
              "thread-pool=async"
          ],
          "response-headers" => {"process-state" => "reload-required"}
      }

      WildFly >26

      /subsystem=infinispan/remote-cache-container=rcc-0:read-children-types(include-singletons)
      {
          "outcome" => "success",
          "result" => [
              "component=connection-pool",
              "component=security",
              "remote-cache",
              "remote-cluster",
              "thread-pool=async"
          ],
          "response-headers" => {"process-state" => "reload-required"}
      }

      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:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: