logstash-plugins / logstash-codec-multiline

Apache License 2.0
7 stars 31 forks source link

Auto-flush thread deadlock when using multiple file inputs with this codec. #23

Closed guyboertje closed 8 years ago

guyboertje commented 8 years ago

If two threads call ScheduledTask#reset method at about the same time both threads are deadlocked. We need to use ScheduledTask#cancel and ScheduledTask.execute instead.