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

[#5697] feat(core): Fix unexpected warning in AuxiliaryServiceManager #5800

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

frankvicky
Copy link
Contributor

@frankvicky frankvicky commented Dec 9, 2024

What changes were proposed in this pull request?

Fix the issue #5697
Adding a filter operator to filter out unexpected key.

Why are the changes needed?

Currently it will lead to unexpected warning which is confusing.

Fix: #5697

Does this PR introduce any user-facing change?

No

How was this patch tested?

Test locally

config
.getAllConfig()
config.getAllConfig().entrySet().stream()
.filter(entry -> !entry.getKey().equals("gravitino.auxService.names"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you replace gravitino.auxService.names with GRAVITINO_AUX_SERVICE_PREFIX + AUX_SERVICE_NAMES?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure 😺

@FANNG1 FANNG1 changed the title [MINOR] Fix unexpected warning in AuxiliaryServiceManager [#5697] feat(core): Fix unexpected warning in AuxiliaryServiceManager Dec 9, 2024
@FANNG1 FANNG1 merged commit 6b5ab95 into apache:main Dec 9, 2024
26 checks passed
@FANNG1
Copy link
Contributor

FANNG1 commented Dec 9, 2024

@frankvicky , merged to main, welcome to join the Gravitino community, and hope you enjoy the journey.

Abyss-lord pushed a commit to Abyss-lord/gravitino that referenced this pull request Dec 13, 2024
…anager (apache#5800)

### What changes were proposed in this pull request?

Adding a filter operator to filter out gravitino.auxService.names.

### Why are the changes needed?

Currently it will lead to unexpected warning which is confusing.

Fix: apache#5697 
### Does this PR introduce _any_ user-facing change?

No
### How was this patch tested?
Test locally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug report] Can't start auxiliary service iceberg-rest with gravitino.names option
2 participants