mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- finish updating comment -_-
This commit is contained in:
parent
457ee7223a
commit
460068f66d
1 changed files with 3 additions and 2 deletions
|
@ -83,8 +83,9 @@ class LogStash::Pipeline
|
|||
def wait_inputs
|
||||
@input_threads.each(&:join)
|
||||
rescue Interrupt
|
||||
# rbx doesn't do SIGINT handling very well, so we catch
|
||||
# Interrupt here and signal a shutdown. For some reason
|
||||
# rbx doesn't do SIGINT handling very well, so we catch Interrupt here and
|
||||
# signal a shutdown. For some reason the signal handler isn't invoked it
|
||||
# seems? I dunno, haven't looked much into it.
|
||||
shutdown
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue