]
Alexey Loubyansky resolved WFCORE-67.
-------------------------------------
Resolution: Done
Merged.
CLI shutting down a slave disconnects from the master
-----------------------------------------------------
Key: WFCORE-67
URL:
https://issues.jboss.org/browse/WFCORE-67
Project: WildFly Core
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: CLI
Affects Versions: 1.0.0.Alpha4
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
If I issue a shutdown command for a slave HC, the CLI gets disconnected:
[domain@localhost:9999 /] shutdown --host=slave-a
[disconnected /] shutdown --host=slave-b
The command is not available in the current context (e.g. required subsystems or
connection to the controller might be unavailable).
[disconnected /] cd /
The command is not available in the current context (e.g. required subsystems or
connection to the controller might be unavailable).
[disconnected /] connect
[domain@localhost:9999 /] shutdown --host=slave-b
[disconnected /]