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

Reindex negative TimeValue fix #54057

Merged

Commits on Mar 24, 2020

  1. Reindex negative TimeValue fix

    Reindex would use timeValueNanos(System.nanoTime()). The intended use
    for TimeValue is as a duration, not as absolute time. In particular,
    this could result in negative TimeValue's, being unsupported in elastic#53913.
    henningandersen committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d3ad55c View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    henningandersen committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    c4991a5 View commit details
    Browse the repository at this point in the history