You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been stuck with this issue for a handful of days now and now sure how to fix it. I am using this image on K8s. Everything works well but then after some period of time (usually a few hours) I run into the same issue.
Here is the pod/container status that I end up with:
Essentially there are 2 buckets that need to be mounted by the pipeline runner. 1 bucket is read from, that data is processed, and then the other is written to. The bucket that is read from is the one that consistently fails after some period of time with the same error above. I'm not sure what causes it or why. It works well for a few hours maybe, but it always ends up in the same crashed state.
Also, the bucket that it fails on has a LOT of data that goes back multiple years (thousands of TB's). Not sure if that has anything to do with it or not.
This may be a https://github.com/kahing/goofys/issues thing, but thought I would start here since this is where the image came from (and the example for k8s implementation). Any help is appreciated!
The text was updated successfully, but these errors were encountered:
Hi All,
I've been stuck with this issue for a handful of days now and now sure how to fix it. I am using this image on K8s. Everything works well but then after some period of time (usually a few hours) I run into the same issue.
Here is the pod/container status that I end up with:
Here is my k8s spec:
Essentially there are 2 buckets that need to be mounted by the pipeline runner. 1 bucket is read from, that data is processed, and then the other is written to. The bucket that is read from is the one that consistently fails after some period of time with the same error above. I'm not sure what causes it or why. It works well for a few hours maybe, but it always ends up in the same crashed state.
Also, the bucket that it fails on has a LOT of data that goes back multiple years (thousands of TB's). Not sure if that has anything to do with it or not.
This may be a https://github.com/kahing/goofys/issues thing, but thought I would start here since this is where the image came from (and the example for k8s implementation). Any help is appreciated!
The text was updated successfully, but these errors were encountered: