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

Improve IndexingMemoryController a bit #13548

Merged
merged 6 commits into from Sep 15, 2015

Commits on Sep 13, 2015

  1. Improve IndexingMemoryController a bit:

      - promptly push indexing buffer changes to IndexWriter, instead of waiting for next refresh/flush
      - don't wait for merges to finish before dropping a shards's indexing buffer to 512 KB
      - fix NPE if indices.memory.index_buffer_size is in node's settings with a bytes (not %) unit
      - add some more logger.debug
    mikemccand committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    c43ede5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2015

  1. Configuration menu
    Copy the full SHA
    9148382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    274044e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dc08f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    698da29 View commit details
    Browse the repository at this point in the history
  5. logger.trace not logger.debug; fix test to verify bytes-sized index b…

    …uffer size in node settings on node init took
    mikemccand committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    2edf9cf View commit details
    Browse the repository at this point in the history