Commit 85ddd93
committed
Fix EQL double invoking listener
We need to break out early here, otherwise we double resolve the
listener in the following code potentially.1 parent eee890a commit 85ddd93
File tree
1 file changed
+1
-0
lines changed- x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/execution/sequence
1 file changed
+1
-0
lines changedx-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/execution/sequence/TumblingWindow.java
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
0 commit comments