Re: Log4jAppender backoff if server is down

2012-08-01 Thread Neha Narkhede
David, >From the logs, seems like the box you ran a Kafka server on, ran out of disk space. That's why the Kafka server starts up but shuts itself down immediately. Please can you try starting Kafka on a box with enough disk space ? Thanks, Neha On Tue, Jul 31, 2012 at 5:08 PM, David Arthur wro

Re: Log4jAppender backoff if server is down

2012-07-31 Thread David Arthur
Here are some log snippets: Kafka server logs: https://gist.github.com/c440ada8daa629e337e2 Solr logs: https://gist.github.com/42624c901fc7967fd137 In this case, I am sending all the "org.apache.solr" logs to Kafka, so each document update in Solr produces a log message. Each update to Solr prod

Re: Log4jAppender backoff if server is down

2012-07-31 Thread Neha Narkhede
David, Would you mind sending around the error stack traces ? That will help determine the right fix. Thanks, Neha On Tue, Jul 31, 2012 at 1:09 PM, David Arthur wrote: > Greetings all, > > I'm using the KafkaLog4jAppender with Solr and ran into an interesting issue > recently. The disk filled

Log4jAppender backoff if server is down

2012-07-31 Thread David Arthur
Greetings all, I'm using the KafkaLog4jAppender with Solr and ran into an interesting issue recently. The disk filled up on my Kafka broker (just a single broker, this is a dev environment) and Solr slowed down to a near halt. My best estimation is that each log4j log message created was incur