BUG-1: Preserved node disabling #310
Description
When MLNodes are disabled POST 9200/admin/v1/nodes/<id>/disable
MLNodes have to work till next PoC according to schedule:
Essentially:
- work till end of current
- serve inference during next PoC if POC_SLOT is set to true (on-duty nodes)
It supposed that after end of next PoC, all disabled MLNodes will be have weight 0 and not used anymore.
Currently, the MLNode which was on-duty has the same weight as in previous epoch and scheduled for the next epoch (can be checked in /v1/epochs/10/participants).
At the same time it's not presented in HardwareNodes (can be checked in: ./inferenced query inference hardware-nodes-all)
💬 Comments (3)
PR created: https://github.com/gonka-ai/gonka/pull/682
Skips disabled nodes from governance model population.
I have a PR for this: #682 — skips disabled nodes from governance model population. Would appreciate a review when you get a chance.
🔄 Auto-synced from Issue #310 every hour.
up-tp-grabs, but needs to be rechecked