-
Notifications
You must be signed in to change notification settings - Fork 279
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
Double count of jobs #337
Comments
What is the output of |
I have the exact same issue, I tired the command @altendky : it does return the job twice :( |
$ ps aux | grep -P '(plots create|plotman)' | grep -v grep
dark 31180 0.0 0.0 2536 612 ? SNs 15:17 0:00 chia plots create -k 32 -r 6 -u 128 -b 8000 -t /srv/chia/fast -d /srv/chia/dest -f 82eba39f6428ca342fa0ce685f65f2dddb7441eeba1e23b861a96f57e8484b1500c69240a47fa4d2988aed32a8368b50 -p 9790ca1e0435c18839bdad5b0d4ef8cff762ab574549bcdd6852a83aa7ed9ad6ce79924dcacad1f77b60ad7ca654fa45
dark 31181 236 5.6 8953160 3742448 ? SNLl 15:17 100:23 chia plots create -k 32 -r 6 -u 128 -b 8000 -t /srv/chia/fast -d /srv/chia/dest -f 82eba39f6428ca342fa0ce685f65f2dddb7441eeba1e23b861a96f57e8484b1500c69240a47fa4d2988aed32a8368b50 -p 9790ca1e0435c18839bdad5b0d4ef8cff762ab574549bcdd6852a83aa7ed9ad6ce79924dcacad1f77b60ad7ca654fa45
dark 229569 3.3 0.0 43116 24916 pts/0 S+ 15:49 0:20 /usr/bin/python3 /home/dark/.local/bin/plotman interactive
dark 276992 0.0 0.0 2536 620 ? SNs 15:59 0:00 chia plots create -k 32 -r 6 -u 128 -b 8000 -t /srv/chia/ext -d /srv/chia/dest -f 82eba39f6428ca342fa0ce685f65f2dddb7441eeba1e23b861a96f57e8484b1500c69240a47fa4d2988aed32a8368b50 -p 9790ca1e0435c18839bdad5b0d4ef8cff762ab574549bcdd6852a83aa7ed9ad6ce79924dcacad1f77b60ad7ca654fa45
dark 276993 67.7 0.2 706824 158988 ? SNLl 15:59 0:19 chia plots create -k 32 -r 6 -u 128 -b 8000 -t /srv/chia/ext -d /srv/chia/dest -f 82eba39f6428ca342fa0ce685f65f2dddb7441eeba1e23b861a96f57e8484b1500c69240a47fa4d2988aed32a8368b50 -p 9790ca1e0435c18839bdad5b0d4ef8cff762ab574549bcdd6852a83aa7ed9ad6ce79924dcacad1f77b60ad7ca654fa45 It's @development branch |
Thanks. I'll try to figure this out tonight. I do see #330 but would like to understand this a bit better. I'm a bit confused why this is just popping up now. |
I got a fix on my computer but I won't create a pull request for this as this is a hack at best.
It looks counter intuitive, but only the proc with this attributes at 0.0 does have open_files associated with it. I am not a linux nor python expert so I have no idea why ... It works here but I guess that will not be the case on computer not affected by the issue. Cheers. |
I'm seeing the same issue on the development branch |
I'd say it was more of a coincidence than anything else.
Relying on the parent pid can get tricky very quickly and doesn't indicate anything bad or good per se. A job started by |
@D4rk4 One thing that I noticed is that, despite that some columns are the same, other's aren't, which is curious. Can you confirm that when you saw this issue you actually had only two "real" jobs instead of 4? |
@rafaelsteil it's 2 jobs, correct job info displayed in the second row of each plot ID |
If you could try out #418, that'd be great. Follow the regular readme installation but use |
@altendky Works well for me, found a minor bug though, some temporary file (2-3 each time) are not removed after a plotman kill. |
@juliencampy yeah, the plotter doesn't keep all the files open all the time I think and that's how we detect. There's some improvement to be done there for sure. |
Work fine for me with |
Chia from deb package:
The text was updated successfully, but these errors were encountered: