Clean up routing filter configs
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 732
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Currently there are two configs defined for routing filters. One for filters in index nodes and one for filters in leaf nodes. However, the code only uses the leaf filter configs, so this should be cleaned up, probably by just killing the notion of index filters and changing the leaf filter configs to just be filter configs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the routing filter configuration definitions and all references to index-node and leaf-node filters. Confirm that only leaf filter configs are used, then consolidate them into one filter configuration and remove obsolete index-filter references; verify the project still builds and its tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100