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
Using any dummy pipeline configured in pipelines.yml, disabling pipeline reloading and enabling monitoring when issuing a SIGHUP, logstash will silently terminate.
The text was updated successfully, but these errors were encountered:
under these conditions:
logstash may silently exit when issued a SIGHUP to signal pipelines reloading.
This can be trivially reproduced by setting the sleep to
0.1
in:logstash/logstash-core/lib/logstash/agent.rb
Lines 119 to 124 in e6d59de
And simulating a slow reload time by forcing a 5 seconds sleep on pipeline reloading in just before the
Create.new
:logstash/logstash-core/lib/logstash/pipeline_action/reload.rb
Lines 54 to 56 in e6d59de
Using any dummy pipeline configured in
pipelines.yml
, disabling pipeline reloading and enabling monitoring when issuing a SIGHUP, logstash will silently terminate.The text was updated successfully, but these errors were encountered: