-
Notifications
You must be signed in to change notification settings - Fork 22
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
Yapapi doesn't remove temporary files, fails after creating 507th file and mishandles the failure #519
Comments
Possibly related to golemfactory/yagna#1935 |
@johny-b There's a couple of different issues here
|
OK, I understand. From my POV this #531 is important. I can confirm that the third problem disappeared in |
I use
yapapi
1d28985 andyagna
0.7.1.Reproduce the bug:
Each time I run this I observe the following:
/tmp/[some_directory]
keeps growing. I'm pretty sure these areyapapi
files because I added a print toyapapi
that shows the same names:Content of these files matches files downloaded in
ctx.download_file()
.yapapi
terminates agreement(s) with traceback looking like this:I always have
507
files when the activities are destroyed (at least 3 last times I checked), but this might somehow depend also on the file size. My files are all 195 bytes, and507 * 195 = almost_10^6
.service.state
is foreverrunning
, despite the activity being destroyed.The text was updated successfully, but these errors were encountered: