You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change shutdown sequence to be triggered by plugin.stop instead of ShutdownSignal exception.
Also remove any calls to: shutdown, finished, finished?, running? or terminating?
This depends on elastic/logstash#3895
The text was updated successfully, but these errors were encountered:
add it_behaves_like "an interruptible input plugin" shared example
refactor plugin slightly
make error handling sleep stoppable
use Stud.stoppable_sleep
remove super call in stop
fix question mark typo
add plain codec dep to gemspec
closeslogstash-plugins#11
Change shutdown sequence to be triggered by plugin.stop instead of ShutdownSignal exception.
Also remove any calls to: shutdown, finished, finished?, running? or terminating?
This depends on elastic/logstash#3895
The text was updated successfully, but these errors were encountered: