Commit b452bb1
ESQL: Work around concurrent serialization bug (elastic#137350)
The bug still exists in the underlying code, but it isn't released so
I'm working around it by doing an eager call to `hashCode`. We'll fix
the real bug real soon.
Closes elastic#1373381 parent f3f5cba commit b452bb1
File tree
3 files changed
+9
-5
lines changed- test/framework/src/main/java/org/elasticsearch/test
- x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql
3 files changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | 507 | | |
511 | 508 | | |
512 | 509 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
| 203 | + | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1067 | 1067 | | |
1068 | 1068 | | |
1069 | 1069 | | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
1070 | 1077 | | |
1071 | 1078 | | |
1072 | 1079 | | |
| |||
0 commit comments