]
RH Bugzilla Integration commented on ISPN-4447:
-----------------------------------------------
Tomas Sykora <tsykora(a)redhat.com> changed the Status of [bug
RHQ server plugin: dumpkeys operation on cache fails as no operation
(old node)
--------------------------------------------------------------------------------
Key: ISPN-4447
URL:
https://issues.jboss.org/browse/ISPN-4447
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JMX, reporting and management
Affects Versions: 7.0.0.Alpha4
Reporter: Tomas Sykora
Assignee: Mircea Markus
Labels: rhq
RHQ server plugins provides possibility for issuing 3 vital rolling upgrades operations.
However, the first operation record-known-global-keyset fails when invokend from RHQ GUI
on a particular cache for old server with this error:
java.lang.Exception: JBAS014884: No operation named 'record-known-global-keyset'
exists at address [
("subsystem" => "infinispan"),
("cache-container" => "local"),
("local-cache" => "default")
], rolled-back=true
at org.rhq.core.pc.operation.OperationInvocation.run(OperationInvocation.java:278)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)