Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify the option names across all components #5418

Open
fengjiachun opened this issue Jan 21, 2025 · 0 comments · May be fixed by #5457
Open

Unify the option names across all components #5418

fengjiachun opened this issue Jan 21, 2025 · 0 comments · May be fixed by #5457
Assignees
Labels

Comments

@fengjiachun
Copy link
Collaborator

What type of enhancement is this?

Configuration

What does the enhancement do?

Standardize the option names across Datanode, Frontend, and Metasrv. Currently, some options have the same meaning but different names.
For example:

  • Datanode has rpc_hostname, but in Metasrv it is called server_addr.
  • Frontend and Datanode use rpc_addr, but in Metasrv, it's called bind_addr.

Apart from the startup command options, there are similar issues with the parameters in the configuration file.

Implementation challenges

It is a breaking change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant