logstash-plugins / logstash-filter-kv

Apache License 2.0
17 stars 42 forks source link

Resolve potential race conditions in pipeline shutdown. #82

Closed yaauie closed 5 years ago

yaauie commented 5 years ago

Resolves two separate potential race conditions that could occur during pipeline shutdown, resulting in a stalled shutdown sequence.

  1. keep timeout enforcer alive as long as it has work to do
  2. prevent timeout enforcer from accepting new work when it is not running