Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Kudu
-
Labels:None
Description
I've run into an issue with kudu-tserver failing to start the first time due to the low sleep time in the init script for the kudu-tserver service. Changing it to a safe 30 seconds has resolved it.
/etc/init.d/kudu-tserver:
RETVAL=0
SLEEP_TIME=30
DAEMON="kudu-tserver"