Guilherme Cardoso
Guilherme Cardoso
The `CrashLoopBackOff` happens at container level, without high load
The section in question looks like to be at startup. Here, when the microservice is staring: https://github.com/SeldonIO/seldon-core/blob/136e77a924518f0aabb399e340bfa8d8f947b00f/python/seldon_core/microservice.py#L390 it invokes the multiprocessing library https://github.com/SeldonIO/seldon-core/blob/136e77a924518f0aabb399e340bfa8d8f947b00f/python/seldon_core/metrics.py#L89 that is the one unable bind to...
Thank you for your code snippet. I tried to replicate the issue using it, and I couldn't trigger the issue. After a few more rounds of experimentation, I ended up...
Yes. I'll downgrade to python 3.8.x as a workaround I've also confirmed that Manager Metrics: https://github.com/SeldonIO/seldon-core/blob/136e77a924518f0aabb399e340bfa8d8f947b00f/python/seldon_core/metrics.py#L89 is choosing the same address across multiple containers thus leading to one of them...
I'm also experiencing this. Installed versions: ``` $ sudo dnf list installed | grep kwin kf5-kwindowsystem.x86_64 5.68.0-1.fc31 @copr:copr.fedorainfracloud.org:zawertun:kde kwin-lowlatency.x86_64 5.18.4-1.fc31 @copr:copr.fedorainfracloud.org:zawertun:kde kwin-lowlatency-common.x86_64 5.18.4-1.fc31 @copr:copr.fedorainfracloud.org:zawertun:kde kwin-lowlatency-libs.x86_64 5.18.4-1.fc31 @copr:copr.fedorainfracloud.org:zawertun:kde kwin-lowlatency-wayland.x86_64 5.18.4-1.fc31 @copr:copr.fedorainfracloud.org:zawertun:kde...
oh. lol. long long April Fools for me aahha. Sorry for polluting this issue 😅 :man_facepalming: :man_facepalming: :man_facepalming:
I have this when trying to run on ubuntu 20.04 lts compiled from source. Did anyone found a fix? EDIT: to anyone who can't run the original implementation there's https://github.com/9seconds/mtg...
It looks like one validation is missing. I'll update it later for full conformity
Everything looks ok. Tagging @sobolevn for visibility
I think that flatpak package probably needs some alias or so, or else in CLI it as to be run every-time as `flatpak run xxx`