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

Introduce jvm.options.d for customizing JVM options #51882

Merged
merged 32 commits into from
Feb 8, 2020

Commits on Feb 4, 2020

  1. Introduce jvm.options.d for customizing JVM options

    This commit introduces the ability to override JVM options by adding
    custom JVM options files to a jvm.options.d directory. This simplifies
    administration of Elasticsearch by not requiring administrators to keep
    the root jvm.options file in sync with changes that we make to the root
    jvm.options file. Instead, they are not expected to modify this file but
    instead supply their own in jvm.options.d. In Docker installations, this
    means they can bind mount this directory in. In future versions of
    Elasticsearch, we can consider removing the root jvm.options file
    (instead, providing all options there as system JVM options).
    jasontedor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    386de64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8a1685 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded method

    jasontedor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    98a315c View commit details
    Browse the repository at this point in the history
  4. Fix javadoc

    jasontedor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    50b7090 View commit details
    Browse the repository at this point in the history
  5. Update heap size docs

    jasontedor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    ef7c11c View commit details
    Browse the repository at this point in the history
  6. Update docs/reference/setup/jvm-options.asciidoc

    Co-Authored-By: Mark Vieira <portugee@gmail.com>
    jasontedor and mark-vieira committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    72c2ceb View commit details
    Browse the repository at this point in the history
  7. Fix imports

    jasontedor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    e609aad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57e29ec View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    7c5da0a View commit details
    Browse the repository at this point in the history
  2. Do not require existence

    jasontedor committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    7d4f151 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    d388d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    454a899 View commit details
    Browse the repository at this point in the history
  3. Update Docker docs

    jasontedor committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    5738f71 View commit details
    Browse the repository at this point in the history
  4. Fix static import

    jasontedor committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    3a2bf7b View commit details
    Browse the repository at this point in the history
  5. Cleanup docs

    jasontedor committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    ccb522c View commit details
    Browse the repository at this point in the history
  6. Remove filename

    jasontedor committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e0b1f32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa13f95 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bc68bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6695f75 View commit details
    Browse the repository at this point in the history
  10. Now sort

    jasontedor committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e5ea0c3 View commit details
    Browse the repository at this point in the history
  11. Cleanup

    jasontedor committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    5b2c725 View commit details
    Browse the repository at this point in the history
  12. Formatting

    jasontedor committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    886b1a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    53e7073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34dc1d7 View commit details
    Browse the repository at this point in the history
  3. Add permissions check

    jasontedor committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    e2fe7fc View commit details
    Browse the repository at this point in the history
  4. Fix lintian

    jasontedor committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    3977275 View commit details
    Browse the repository at this point in the history
  5. Fix ordering of test

    jasontedor committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c7e8cca View commit details
    Browse the repository at this point in the history
  6. Fix some tests

    jasontedor committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    69d8c31 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    70a0e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd24a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f02018 View commit details
    Browse the repository at this point in the history
  4. Properly purge on Debian

    jasontedor committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    9a0bb16 View commit details
    Browse the repository at this point in the history