-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
ESQL: Pin now
on all data nodes
#113709
Comments
Pinging @elastic/es-analytical-engine (Team:Analytics) |
We already have a "now" in the configuration, I guess we can use it right away |
Oh oops. I guess what I really mean is |
Sorry, my fault, too many StartedTime things in there... |
@luigidellaquila should this be closed after #113777? |
I think so, thanks @bpintea, closing |
Description
ESQL currently uses
system.currentTimeMillis
for the query start time but it really should pin that at query start. See: https://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/Configuration.java#L163The text was updated successfully, but these errors were encountered: