Commit b2a2a53
authored
Update execution info at end of planning before kicking off execution phase (#115127)
The revised took time model bug fix #115017
introduced a new bug that allows a race condition between updating the execution info with
"end of planning" timestamp and using that timestamp during execution.
This one line fix reverses the order to ensure the planning phase execution update occurs
before starting the ESQL query execution phase.1 parent ac25dbe commit b2a2a53
File tree
1 file changed
+1
-1
lines changed- x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | 165 | | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments