-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miner stops reading exFat disks if a new block comes in before all drives are read. #346
Comments
yeah, your "/media/leozolt/Burst1" does not finish after round 818 - perhaps verify that the drive is not dying ? |
Yes restarting the miner helps until a fast block comes in before the reading finishes again. Removed ../Burst1 from the config & need some fast block now to verify. It's not only ../Burst1 but it's usually the first drive to fail being read, as it is always the slowest 10TB exFat. Ok without ../Burst1 it is ../Burst3 failing first (which is the second exFat). Trying to also remove ../Burst3 now |
The miner doesn't hang on fast blocks without the exFat drives. Any idea what could cause this behavior (Ubuntu 16.04 with exfat-fuse 1.2.3-1) |
maybe exfat-fuse driver needs a special "reset current read-command"? That is higher than my skill level sadly.. I agree that it could possibly be a machine specific or host system specific issue but maybe soemone here has a hint how to solve this (whitout replotting on ext4)((I would need to truncate the plots t make them fit by copying on the same size ext4)) |
Maybe it is something with exFat driver (exfat-fuse 1.2.3-1 on ubuntu 16.04) not supporting more than x threads from one instance? But that sould have been noticed by exfat users... |
when the disks fail to complete the read, do you have any kernel messages about read errors? |
working on the filesystem is abnormally slow, got a touch test pass through after a fast block came in an the miner stuck on 11% read (some disks got read after) but no ls later on the drive i probed |
@Leozolt - please try the new 1.8.0 build, i cannot reproduce this issue with the dev build or 1.8.0 |
i have the same problem, i test miner 1.7 and 1.8 and not fix..... |
When a new block is announced while the miner is reading the disks, some drives (the drives that did not finish yet) do not get read in the next blocks. If it happens very early in the read process more drives are left out on the next blocks. (The drives that did not finish seem to be left out in the next blocks and the miner doesn't recover from it so the problem gets worse over time until no drives are read at all)
Release 1.7.16
mining.conf.txt
creepMiner_20180315_140131.165603.log
Using Ext4, ntfs and exFat
maybe the issue is similar to #177
The text was updated successfully, but these errors were encountered: