You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 1.... the startup behavior changes from default background to defualt foreground. Withour fix the cookbook will never finish because ES is running in the foreground, started by Chef.
We fixed this in our wrapper cookbook with replaced init template (elasticsearch.init.erb)
The fix for us is right now just the added -d, but that isn't a fix for all supportes operating systems:
With 1.... the startup behavior changes from default background to defualt foreground. Withour fix the cookbook will never finish because ES is running in the foreground, started by Chef.
We fixed this in our wrapper cookbook with replaced init template (elasticsearch.init.erb)
The fix for us is right now just the added -d, but that isn't a fix for all supportes operating systems:
Looks like a switch (based on ES version) is needed to check if it's the old or the new startup behavior.
The text was updated successfully, but these errors were encountered: