OpenSearch/server/src
Henning Andersen 7ce7aff66e Reindex negative TimeValue fix (#54057)
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 #53913.
Modified to use the bare long nano-second value.
2020-03-24 22:29:09 +01:00
..
main Reindex negative TimeValue fix (#54057) 2020-03-24 22:29:09 +01:00
test Reindex negative TimeValue fix (#54057) 2020-03-24 22:29:09 +01:00