kube-HPC / hkube

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

Python wrapper - Logs enhancements #1937

Open RonShvarz opened 1 month ago

RonShvarz commented 1 month ago

Logs from the algorithm ( example : wrapper::ERROR::startThread::range() arg 3 must not be zero ) don't give a clue if the issue is from the wrapper, from the algorithm itself, or where is the stack.

golanha commented 2 weeks ago

This message is logged right before sendiing the error to the worker. Need to add to the message "Sending error to worker" A more verbose message is logged before when the algorithm failure is caught.

golanha commented 1 week ago

Fixed in https://github.com/kube-HPC/python-wrapper.hkube/pull/122