out_forward errors on shutdown with require_ack_response
enabled
#3962
Labels
bug
Something isn't working
require_ack_response
enabled
#3962
Describe the bug
When we stop
td-agent
service,out_forward
sometimes throwsan unhandled exception.
The exact exception varies, but it always occures in ack_handler.rb.
Here is a few examples:
It suggests that
out_forward
's shutdown sequence is racy i.e.multiple threads can process the same ack message concurrently.
To Reproduce
out_foward
withrequire_ack_response
Expected behavior
No error.
Your Environment
Your Configuration
Your Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: