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

[Remove] Segment memory estimation and tracking #2029

Merged
merged 4 commits into from
Feb 4, 2022

Commits on Feb 1, 2022

  1. [Remove] Segment memory estimation and tracking

    Lucene 9 removed CodecReader#ramBytesUsed and all file formats that no longer
    consume large amounts of memory. As a result RAM estimation for segments is no
    longer possible and needs to be removed. backwards compatibility is retained for
    the tranport layer.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    ef4277c View commit details
    Browse the repository at this point in the history
  2. fix test failure

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    d60171c View commit details
    Browse the repository at this point in the history
  3. remove unnecessary assert from ExternalTestCluster

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    4bf5a51 View commit details
    Browse the repository at this point in the history
  4. fix RestSegmentsAction to pass long not ByteSizeValue

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    693ed1c View commit details
    Browse the repository at this point in the history