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
When the log handler is being closed, the underlying HttpEventCollectorSender is closed as well.
However by default, the sender is only shutting down the executor service. It has two impacts :
Queued logs will be not sent
Some error log may arise when queued logs like this one Error while sending events to Splunk HEC: executor rejected java.io.InterruptedIOException: executor rejected
It's a valid use case that an application could try to send its logs during a certain period of time to ensure persistance in Splunk
When the log handler is being closed, the underlying HttpEventCollectorSender is closed as well.
However by default, the sender is only shutting down the executor service. It has two impacts :
Error while sending events to Splunk HEC: executor rejected java.io.InterruptedIOException: executor rejected
It's a valid use case that an application could try to send its logs during a certain period of time to ensure persistance in Splunk
Implementation idea :
The text was updated successfully, but these errors were encountered: