-
Bug
-
Resolution: Done
-
Blocker
-
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.
- is cloned by
-
JBEAP-25636 Fix remote cache container view in web console
-
- Closed
-
- is incorporated by
-
WFLY-18521 Upgrade HAL to 3.6.15.Final
-
- Closed
-
- is triggered by
-
HAL-1890 Investigate failures in test-configuration-infinispan manatoko module
-
- Resolved
-