-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eye monitors wrong processes PIDs after config reload #228
Comments
after adding, you have two processes with same pids (1567):
so maybe you set the same pidfile for both processes |
Checked again, but PID files are separate for each process. (e.g)
|
are you use |
Yes, I am using it. |
looks like impossible, btw, you can see all what happens in eye log. |
https://www.dropbox.com/s/nqmjh8vtlepoayb/screencast_00007.mp4?dl=0
|
this line is ok, eye find that file was changed outside. try also restart eye. |
Loading the config again starts a completely independent group of new processes while keeping the old processes alive -- but for some reason, the new processes show the same PIDs as the previous group, which is not correct. The new processes when daemonized do not have same PIDs, something is going wrong internally with the monitoring threads. |
I have eye process group running
Then I want to add process group and reload gonfig
It adds a new process group with the same PIDs, same start time, etc., then next check it detects that both processes are crashed and restarts both.
After that restart process, PIDs are correct.
If you have more than two processes it restarts in a chain by groups of two
The text was updated successfully, but these errors were encountered: