This repository was archived by the owner on Mar 21, 2023. It is now read-only.
Commit cf55dcb
Edmundo Alvarez
Call
We should call `InterpreterListener.finishProcessing()` only once, but
before that was not necessarily true, as it was being called inside a
loop.
Instead, now we call it in the same method as `startProcessing()`, after
all processing has been finished.
Fixes #51finishProcessing in the right place1 parent 912802a commit cf55dcb
File tree
1 file changed
+2
-1
lines changed- src/main/java/org/graylog/plugins/pipelineprocessor/processors
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
| 269 | + | |
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
| |||
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
377 | | - | |
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
| |||
0 commit comments