node_selector这里无需base64解码,ResourceBuilder.get_node_selector(node_selector)里面有解码逻辑,重复解码
Open
stale
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
https://github.com/alibaba/GraphScope/blob/613a4643fda78937ba4fef4f855b88533616d71e/coordinator/gscoordinator/cluster_builder.py#L96
Contributor guide
Research direction
Open coordinator/gscoordinator/cluster_builder.py around line 96 and inspect how node_selector is handled before ResourceBuilder.get_node_selector(). Confirm where decoding occurs, then verify that the selector is decoded only once and run the relevant coordinator or cluster-builder tests to confirm existing behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100