kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
303 stars 20 forks source link

ZMQListener.fetch Operation not supported from multiple services #1902

Open ism55ism55 opened 4 months ago

ism55ism55 commented 4 months ago

HKube micro-service HKube 2.6.20 reported by multiple types of micro servers "Worker" pods

Error: ZMQListener.fetch Operation not supported

Describe the bug During a 10 min run of sanity test i received numberless reports of the following error:

Expected behavior

To Reproduce Steps to reproduce the behavior:

  1. Run "simple" sanity automated test.

Screenshots

golanha commented 3 weeks ago

"Operation not supported" is an OSError encountered during handling by algorithm code. May happen when trying to perform file system operation where not allowed. I enhanced the log message so that is will be clearer where the error arrised.