jpillora / overseer

Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
MIT License
2.33k stars 209 forks source link

Lots of output: [overseer master] proxy signal (urgent I/O condition) #43

Closed kokizzu closed 4 years ago

kokizzu commented 4 years ago

It seems it always outputting those lines every few seconds, is there any meaning about this? or is it because my VPS using OpenVZ?

Mar 27 15:13:19 indo.x.com runSvc.sh[5645]: 2020/03/27 15:13:19 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:13:29 indo.x.com runSvc.sh[5645]: 2020/03/27 15:13:29 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:13:31 indo.x.com runSvc.sh[5645]: 2020/03/27 15:13:31 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:14:41 indo.x.com runSvc.sh[5645]: 2020/03/27 15:14:41 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:15:31 indo.x.com runSvc.sh[5645]: 2020/03/27 15:15:31 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:15:49 indo.x.com runSvc.sh[5645]: 2020/03/27 15:15:49 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:15:49 indo.x.com runSvc.sh[5645]: 2020/03/27 15:15:49 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:16:39 indo.x.com runSvc.sh[5645]: 2020/03/27 15:16:39 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:16:39 indo.x.com runSvc.sh[5645]: 2020/03/27 15:16:39 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:17:29 indo.x.com runSvc.sh[5645]: 2020/03/27 15:17:29 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:17:31 indo.x.com runSvc.sh[5645]: 2020/03/27 15:17:31 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:17:31 indo.x.com runSvc.sh[5645]: 2020/03/27 15:17:31 [overseer master] proxy signal (urgent I/O condition)
Mar 27 15:17:31 indo.x.com runSvc.sh[5645]: 2020/03/27 15:17:31 [overseer master] proxy signal (urgent I/O condition)
jpillora commented 4 years ago

There's another process signalling your go process. Maybe this is a feature of your VPS? telling you to slow down your IO?

On Sat, 28 Mar 2020 at 02:22, Kiswono Prayogo notifications@github.com wrote:

It seems it always outputting those lines every few seconds, is there any meaning about this? or is it because my VPS using OpenVZ?

Mar 27 15:13:19 indo.x.com runSvc.sh[5645]: 2020/03/27 15:13:19 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:13:29 indo.x.com runSvc.sh[5645]: 2020/03/27 15:13:29 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:13:31 indo.x.com runSvc.sh[5645]: 2020/03/27 15:13:31 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:14:41 indo.x.com runSvc.sh[5645]: 2020/03/27 15:14:41 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:15:31 indo.x.com runSvc.sh[5645]: 2020/03/27 15:15:31 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:15:49 indo.x.com runSvc.sh[5645]: 2020/03/27 15:15:49 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:15:49 indo.x.com runSvc.sh[5645]: 2020/03/27 15:15:49 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:16:39 indo.x.com runSvc.sh[5645]: 2020/03/27 15:16:39 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:16:39 indo.x.com runSvc.sh[5645]: 2020/03/27 15:16:39 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:17:29 indo.x.com runSvc.sh[5645]: 2020/03/27 15:17:29 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:17:31 indo.x.com runSvc.sh[5645]: 2020/03/27 15:17:31 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:17:31 indo.x.com runSvc.sh[5645]: 2020/03/27 15:17:31 [overseer master] proxy signal (urgent I/O condition) Mar 27 15:17:31 indo.x.com runSvc.sh[5645]: 2020/03/27 15:17:31 [overseer master] proxy signal (urgent I/O condition)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jpillora/overseer/issues/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2X45TR4N63IGHVK3RH6DRJTACPANCNFSM4LVCWMTA .

kokizzu commented 4 years ago

it also happened on my PC

jpillora commented 4 years ago

Interesting, if you can make a reproducible example, I can take a look at it

On Sat, 28 Mar 2020 at 14:29, Kiswono Prayogo notifications@github.com wrote:

it also happened on my PC

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jpillora/overseer/issues/43#issuecomment-605388133, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2X47UXW7KFL7SWTT5XDLRJVVKVANCNFSM4LVCWMTA .

kokizzu commented 4 years ago

Ah nevermind, i think i know the problem, i set the ExecutablePath to wrong file.

jpillora commented 4 years ago

@kokizzu are you using a flavour of BSD (includes Mac OS)?

I just did some testing and saw this in the debug logs. Last time I tested, was before the Mac OS Mojave, so I'm guessing this is a change with the OS. Looks like you can safely ignore it anyway

kokizzu commented 4 years ago

Nope, I'm using Ubuntu 18.04.4

jpillora commented 4 years ago

Update: it's a change with go 1.14 https://github.com/golang/go/issues/37942

hhiew commented 3 years ago

Nope, I'm using Ubuntu 18.04.4

I'using Ubuntu 20.04,same issue ;