[
https://issues.jboss.org/browse/WFCORE-3406?page=com.atlassian.jira.plugi...
]
Chao Wang commented on WFCORE-3406:
-----------------------------------
On {{cancel-non-progressing-operation}}, after calling block command for 15 seconds:
{code}
[standalone@localhost:9990 /]
/subsystem=blocker-test:block(block-point=MODEL,block-time=50000,host=master)
{code}
{{cancel-non-progressing-operation}} gives:
{code}
[standalone@localhost:9990 /]
/core-service=management/service=management-operations:cancel-non-progressing-operation()
{
"outcome" => "failed",
"failure-description" => "WFLYDM0089: No operation was found that
has been holding the operation execution write lock for long than [15] seconds",
"rolled-back" => true
}
{code}
I can give this a try with the other issue later this week or next.
find-non-progressing-operation doesn't return the blocking
operation
--------------------------------------------------------------------
Key: WFCORE-3406
URL:
https://issues.jboss.org/browse/WFCORE-3406
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Claudio Miranda
The find-non-progressing-operation operation of
/core-service=management/service=management-operations doesn't return the operation id
of a blocking operation on standalone. It works on domain mode.
To simulate the blocking operation, install the BlockingExtension from testsuite and call
{code}
/subsystem=blocker-test:block(block-point=MODEL,block-time=50000}
{code}
Open another jboss-cli.sh and call
{code}
/core-service=management/service=management-operations:find-non-progressing-operation
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)