Resolved work restart testing issue
Posted: Tue Oct 27, 2015 7:25 pm
Throughout the past week, some customers have been reporting what appeared to be an error with work restart testing, but which actually turned out to have nothing to do with work restarts. The problem would cause miners to suddenly display errors after running for a long period of time.
The problem has been resolved, and the changes will be available in the next release. The cause of the problem was that, every 60 seconds, the system checked to see whether a miner had not submitted a share in the last 60 seconds - and if none had been received, then that miner was marked in error.
For miners with a high difficulty, it was more likely that no shares would be submitted during that long period of time, so they would often be timed out with this incorrect error. The solution is to only check whether a share had not been submitted in 60 seconds when the miner is being tested, not all of the time.
The problem has been resolved, and the changes will be available in the next release. The cause of the problem was that, every 60 seconds, the system checked to see whether a miner had not submitted a share in the last 60 seconds - and if none had been received, then that miner was marked in error.
For miners with a high difficulty, it was more likely that no shares would be submitted during that long period of time, so they would often be timed out with this incorrect error. The solution is to only check whether a share had not been submitted in 60 seconds when the miner is being tested, not all of the time.