Podcastindex-org/podping.alpha: Issue

gossip-listener v0.4.2 seems to hang (#48) opened by suorcd

https://github.com/Podcastindex-org/podping.alpha/issues/48

#podcasting20github #p20issue_opened #podpingalpha

gossip-listener v0.4.2 seems to hang · Issue #48 · Podcastindex-org/podping.alpha

I pressed ctrl-c waited over 2 minutes used pkill gossip go terminate [ARCHIVE] Stored (new) [ENDORSE] PeerEndorse from untrusted sender e3bf2ce5, ignoring ^C [info] shutting down... [EVENT] Neighb...

GitHub
@suorcd So, v0.4.2 pegged out the cpu/memory on you and you had to kill it?
@suorcd I've been running for a few hours now on 0.4.2 on multiple nodes and I'm seeing this pretty much across the board:

@dave no i wanted to swap the binary for another build.

So went to thru the normal process and came across that behavior.

it is unexpected to not have something be completed shutting down in less than 1 minute.

Also in the issue it show that the process was reporting `[HEALTH] OK ` which is also not expected.

#gossiplistener #podpingalpha

@suorcd It's trying to gracefully shut down the gossip actors and in the previous few versions was having trouble with degraded actors spinning the CPU hard so took forever to respond. I'm hoping 0.4.2 fixes all that.
@suorcd The long shut down was it trying to SIGHUP the hard loop processes which takes forever.

@dave what is the expected time for this? and is there a timeout counter that'll force the program to close?

most things i see on shutdown allow no longer than 90 seconds.

#gossiplistener #podpingalpha