4paradigm / 4paradigm/OpenMLDB
feat(task manager): register info in zk
Open
enhancement
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
currently only leader taskmanager registerd in zk. For monitoring, we want query all taskmanager nodes from zk, the same way as nameserver.
Enhance #1232
Impl:
- construct zk path `${zk_root}/taskmanager` as list
Contributor guide
Research direction
The issue mentions enhancing #1232 and constructing a ZooKeeper path `${zk_root}/taskmanager` as a list. Look for existing ZooKeeper registration code for the leader taskmanager and nameserver to understand the pattern. Find where taskmanager nodes are defined and how they connect to ZooKeeper. The goal is to register all taskmanager nodes, not just the leader, for monitoring purposes.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend, databases, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100