thomas liu created SLIDER-933:
---------------------------------
Summary: Component status in status command result always stuck in
'3' even after start command is successful
Key: SLIDER-933
URL: https://issues.apache.org/jira/browse/SLIDER-933
Project: Slider
Issue Type: Bug
Reporter: thomas liu
Component status in status command result always stuck in '3', which is
starting, even after start command is completed successfully
Suspect it should be '4'
public enum State {
INIT, // Not installed
INSTALLING, // Being installed
INSTALLED, // Installed (or stopped)
STARTING, // Starting
...
Need investigation for the root cause
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)