applike-ss commented on issue #9011: URL: https://github.com/apache/druid/issues/9011#issuecomment-1210209398
We **MIGHT** have found out what was causing this on our side. It's still maybe a bit too early to celebrate, but we haven't had issues since quite some days now. We were using a logging configuration that was not exactly elegant. Our **log4j** was configured to use the **HttpAppender** to write logs to our log router. This from time to time could fail due to network issues and resulted in an http exception within log4j. Since we adjusted our strategy here, we haven't had a single hickup related to data ingestion. Maybe this helps the original issue author as well? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
