Details
-
Bug
-
Status: Accepted
-
Major
-
Resolution: Unresolved
-
7.6.0
-
None
-
None
-
Point
-
Not applicable
Description
I tried to restart Thor manually (after a timeout happened, timeouted job killed and lots of
System error: 0: Query W20190922-023440 failed to start within specified timelimit (600) seconds
kind error happened with jobs followed by the killed one) the first attempt failed, but the second was success:
[centos@hpcc-platform-dev-el5-dailybuild1 ~]$ sudo /etc/init.d/hpcc-init -c thor restart
Stopping mythor... still stopping ...
[ FAILED ]
Starting mythor ... [ FAILED ]
11:44:21
[centos@hpcc-platform-dev-el5-dailybuild1 ~]$ sudo /etc/init.d/hpcc-init -c thor restart
Component mythor was not running. Will start it now for you ...
Starting mythor ... [ OK ]
11:44:33
Why the stop didn't waited until the Thor stopped?