-
Notifications
You must be signed in to change notification settings - Fork 25k
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 unused java opts/es java opts from plugin manager call #12801
Remove unused java opts/es java opts from plugin manager call #12801
Conversation
I tested the deb/rpm manually, and ran the vagrant tests as well as regular @electrical can you run your tests against this branch to see if this breaks the plugin manager somewhere in your test suite? Also, whoever is reviewing this, might want to test this with some more custom esoteric plugin paths... |
@spinscale Im afraid i can't directly test of a branch yet or custom build snapshot packages. I still need to work on that. That said I don't directly see any issues with the proposed change. |
tested further, also Also works as expected: Changing Also works as expected: Using |
Shouldn't we udpate |
00186cb
to
fedadac
Compare
changed the |
while we are at it can we remove the |
+1 for the
|
fedadac
to
556cf38
Compare
as @clintongormley has had problems installing a bigger plugin in beta1, I now switched to use the client VM and removed the heap size configuration... @s1monw can you take another look? Ran |
LGTM. I can run the vagrant tests with this applied as super double extra check but I think its fine. |
Ran vagrant tests with this. Everything is good. |
... and run as client VM. Reasoning: When calling the plugin manager on java 7 with additional JAVA_OPTS that change heap configuration compared to what is set at the plugin manager shell script. This resulted in errors. This commit removes the JAVA_OPTS and ES_JAVA_OPTS from the plugin manager call to prevent those settings. Closes elastic#12479
556cf38
to
1e209e3
Compare
When calling the plugin manager on java 7 with additional JAVA_OPTS
that change heap configuration compared to what is set at the plugin
manager shell script. This resulted in errors.
This commit removes the JAVA_OPTS and ES_JAVA_OPTS from the plugin
manager call to prevent those settings.
Closes #12479