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
P2pool status shows green 'ok' status after Node is killed
Steps
Steps to reproduce the behavior:
Start Node
Start P2pool
Wait for both to show green 'ok' status
Kill Node
P2pool will report ZMQ communication error but will stay green status.
Additional Info
If P2pool is started first and Node is never started or connected, P2pool status shows orange state. I would expect this be the state that P2pool reports if Node was killed while running.
The text was updated successfully, but these errors were encountered:
Gupaxx could watch the console output of p2pool to know when to set state to orange instead green. But if the user set the log level to 0, it would not work since there would be no error messages. log level 1 would be the minimum required.
Gupaxx can't watch the status of Node for that since P2Pool could connect to a non local Node. Also to know if the connection is restored after a failure, P2Pool would need to be set to log level 2.
The first solution would be to force the minimum log level to 2 or to get the status from the API, which for now does not include it. I don't know C++, so I can't make a PR for it. SChernykh/p2pool#328
OS & Version:
Windows 10, Gupaxx v1.6.0
Bug
P2pool status shows green 'ok' status after Node is killed
Steps
Steps to reproduce the behavior:
Additional Info
If P2pool is started first and Node is never started or connected, P2pool status shows orange state. I would expect this be the state that P2pool reports if Node was killed while running.
The text was updated successfully, but these errors were encountered: