simplecrypto / powerpool

A Python gevent driven stratum mining server
BSD 2-Clause "Simplified" License
48 stars 71 forks source link

Random short (~1 second) disconnects #113

Open ericecook opened 9 years ago

ericecook commented 9 years ago

Several miners have reported it on prod, and I was able to reproduce it via local testing - so it is likely not a network issue. Needs investigation

icook commented 9 years ago

GPU or CPU? Which ports?

ericecook commented 9 years ago

I reproduced it locally with a GPU on lyra2re

icook commented 9 years ago

Alright, next step would be powerpool in debug mode's output and the miners output during the disconnect event. It's likely a bit of logic in powerpool that's screwing up, but tracking it down is hard without any clues.

ericecook commented 9 years ago

Yup, thus the 'investigate' tag

icook commented 9 years ago

I wrote that as a nudge to remind you that writing a thorough bug report is really helpful. You already had almost all of this data when you made the report, it just needed to be copy and pasted or written down. As is one of us will have to redo the investigation that's already been done, which is a waste of time. Maybe it seems like a chore, but realize from my end this is really frustrating.

ericecook commented 9 years ago

This ticket was mostly as a reminder to myself about the issue. If you wanted a more thorough report, please just ask for one.