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

Plugin install broken in 1.6 when using JMX remote #11623

Closed
Xylakant opened this issue Jun 12, 2015 · 2 comments
Closed

Plugin install broken in 1.6 when using JMX remote #11623

Xylakant opened this issue Jun 12, 2015 · 2 comments
Labels
:Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts discuss Team:Delivery Meta label for Delivery team

Comments

@Xylakant
Copy link

Since #10721, the plugin script uses the system wide defaults file and thus inherits all JAVA_OPTIONS for the server process. We're using JMX to monitor our JVM with a remote port set. Since the plugin script uses the same defaults file it uses the same port and fails spectacularly since the port is already in use by the running ES process.

@Xylakant
Copy link
Author

There are more entries in the defaults file which the plugin install script should not inherit:

  • ES_GC_LOGGING
  • ES_HEAP_SIZE
  • ulimits

etc.

@clintongormley clintongormley added :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts discuss labels Jun 12, 2015
@clintongormley
Copy link

Fixed by #12801

@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts discuss Team:Delivery Meta label for Delivery team
Projects
None yet
Development

No branches or pull requests

3 participants