0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C1,003 forks (1,003 forks)batch import
area/docdbgood first issuekind/enhancementpriority/medium
Repository metrics
- Stars
- 8,229 stars (8,229 stars)
- PR merge metrics
- Avg merge 17d 21h (Avg merge 17d 21h)92 merged PRs in 30d (92 merged PRs in 30d)
Contributor guide
- Research direction
- First, locate the yb admin source code in the repository (likely in the `bin/yb admin` or similar directory). Investigate how master addresses are currently being passed to yb admin (e.g., via command line arguments). Then, find examples of config file parsing in the codebase to mimic the pattern (e.g., using a library like boost::property tree for INI/JSON parsing). The server.conf file format needs to be inferred from existing documentation or sample config files. Implement a fallback mechanism that reads the master addresses from a server.conf file if no command line flags are provided.
- Tech stack
- c
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- basic C programmingunderstanding of yb admincommand line interface concepts