Closed xyzhu1120 closed 5 years ago
When Restarting is triggered, master process is blocked in select and as a result, it cannot handle sigusr1 from child process.
Can I create a new goroutine to call mp.triggerRestart() in func handleSignal
I have the same problem. How can fix it?
I send USR2 to master, slave send SIGUSR1 to master,but master is blocked
When Restarting is triggered, master process is blocked in select and as a result, it cannot handle sigusr1 from child process.
Can I create a new goroutine to call mp.triggerRestart() in func handleSignal