-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
JVM overrides don't work #318
Comments
@maltesander and I had a look. Regarding the individual problem Mhd Redwan Alkurdi had
The latest stable druid-operator version has the 256mb hard-coded. druid-operator/rust/operator-binary/src/config.rs Lines 29 to 30 in 35362af
This cannot be changed. druid-operator/rust/operator-binary/src/config.rs Lines 29 to 30 in ec286c7
So jvm arg overwrites are currently not possible but the 256mb can be adopted by using the druid-operator 0.8.0-nightly version.
The default coordinator memory limit is 2Gi, which will result in
The Pods now have 8Gi and |
This sounds like it shouldn't be expedite then but instead move back to an idea stage and will probably become an epic? |
I'll close this in favor of stackabletech/operator-rs#489, yes. |
Affected version
0.7.0
Current and expected behavior
When attempting to directy set jvm properties via config overrides like shown below the expected behavior is for these settings to be passed through to the jvm when starting the druid processes.
Instead these settings seem to be ignored and not used.
Possible solution
No response
Additional context
No response
Environment
No response
Would you like to work on fixing this bug?
No response
The text was updated successfully, but these errors were encountered: