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

Fail when multiple JVM args matching #22160

Conversation

findepi
Copy link
Member

@findepi findepi commented May 27, 2024

The JVM args verification would take first argument matching, silently ignoring any subsequent matching arguments. It's unclear whether first one or last one is effective (or something else), so it's better to bail out on multiple matches.

@findepi findepi added the no-release-notes This pull request does not require release notes entry label May 27, 2024
@findepi findepi requested review from wendigo and losipiuk May 27, 2024 15:14
@cla-bot cla-bot bot added the cla-signed label May 27, 2024
findepi added 4 commits May 27, 2024 17:19
The `pattern` argument was not a pattern.
The JVM args verification would take first argument matching, silently
ignoring any subsequent matching arguments. It's unclear whether first
one or last one is effective (or something else), so it's better to bail
out on multiple matches.
@findepi findepi force-pushed the findepi/fail-when-multiple-jvm-args-matching-b27eaa branch from d74ae4f to 0b1a7a5 Compare May 27, 2024 15:19
@wendigo wendigo merged commit d52b459 into trinodb:master May 27, 2024
96 checks passed
@github-actions github-actions bot added this to the 449 milestone May 27, 2024
@findepi findepi deleted the findepi/fail-when-multiple-jvm-args-matching-b27eaa branch May 27, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

3 participants