Paul McCulloch created KARAF-7828:
-------------------------------------
Summary: Karaf slave instance does not write port file until it
becomes master
Key: KARAF-7828
URL: https://issues.apache.org/jira/browse/KARAF-7828
Project: Karaf
Issue Type: Bug
Components: karaf
Affects Versions: 4.4.5, 4.4.4
Reporter: Paul McCulloch
Originally reported as "Karaf slave instance does not write pid or port file
until it becomes master" KARAF-5798
Testing and a look at the code only the issue with the pid file was fixed. The
port file is still only written (InstanceHelper#setupShutdown) from
KarafLockCallback#lockAcquired
The impact of this is that the "stop" command fails with the error "shutdown
port file doesn't exist. The container is not running" if the node doesn't have
the lock.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)