mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Do not shut down API webserver until after pipelines have been shut down
Fixes #10880
This commit is contained in:
parent
5e970fe578
commit
8a048ccc27
1 changed files with 1 additions and 1 deletions
|
@ -186,9 +186,9 @@ class LogStash::Agent
|
|||
pipeline_bus.setBlockOnUnlisten(true)
|
||||
|
||||
stop_collecting_metrics
|
||||
stop_webserver
|
||||
transition_to_stopped
|
||||
converge_result = shutdown_pipelines
|
||||
stop_webserver
|
||||
converge_result
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue