-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Remove MetaMasterConfigClient initialization in the client #18012
Conversation
Where should the clients get their config from instead, if this change is merged? |
The client only reads local config file so far. |
/** | ||
* Integration tests for path level configurations. | ||
*/ | ||
public class PathConfigurationIntegrationTest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this integration test removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PathConfig is already removed
alluxio-bot, merge this please |
What changes are proposed in this pull request?
Remove MetaMasterConfigClient initialization in the client.
Why are the changes needed?
Remove MetaMasterConfigClient initialization in the client.
Does this PR introduce any user facing changes?
NA