Re: producer creating multiple log files after message sending

2013-04-18 Thread Jason Huang
;> > > >>Hi Neha, > >> > > >> > >> > > >>I was able to figure this out, this is happening due to time based > >> > > >>rolling. > >> > > >> > >> > > >>But now problem, when I fetch the messages

Re: producer creating multiple log files after message sending

2013-04-18 Thread Jay Kreps
gt; > >> >> > > >>But now problem, when I fetch the messages for particular topic, >> server >> > > >>is >> > > >>reading only one log file, returns those messages only. >> > > >> >> > > >>Is th

Re: producer creating multiple log files after message sending

2013-04-18 Thread Jason Huang
t; > >> > > > >>But now problem, when I fetch the messages for particular topic, > server > > > >>is > > > >>reading only one log file, returns those messages only. > > > >> > > > >>Is there any way I can combine all log files which are

Re: producer creating multiple log files after message sending

2013-04-18 Thread Neha Narkhede
eading only one log file, returns those messages only. > > >> > > >>Is there any way I can combine all log files which are already produced > > >>into > > >>one, so that I can get all messages posted in that topic. > > >> > > >&

Re: producer creating multiple log files after message sending

2013-04-18 Thread Jason Huang
y. > >> > >>Is there any way I can combine all log files which are already produced > >>into > >>one, so that I can get all messages posted in that topic. > >> > >>Thanks, > >>Snehalata > >> > >> > >>-Original Message-

Re: producer creating multiple log files after message sending

2013-04-18 Thread Swapnil Ghike
;one, so that I can get all messages posted in that topic. >> >>Thanks, >>Snehalata >> >> >>-Original Message- >>From: Snehalata Nagaje [mailto:snehalata.nag...@harbingergroup.com] >>Sent: Thursday, April 18, 2013 11:41 AM >>To: users@ka

Re: producer creating multiple log files after message sending

2013-04-18 Thread Swapnil Ghike
ll messages posted in that topic. > >Thanks, >Snehalata > > >-Original Message- >From: Snehalata Nagaje [mailto:snehalata.nag...@harbingergroup.com] >Sent: Thursday, April 18, 2013 11:41 AM >To: users@kafka.apache.org >Subject: RE: producer creating multiple

RE: producer creating multiple log files after message sending

2013-04-18 Thread Snehalata Nagaje
message sending Thanks Neha, -Original Message- From: Neha Narkhede [mailto:neha.narkh...@gmail.com] Sent: Wednesday, April 17, 2013 9:08 PM To: users@kafka.apache.org Subject: Re: producer creating multiple log files after message sending Hi Snehalata, Would you grep through the log4j

RE: producer creating multiple log files after message sending

2013-04-17 Thread Snehalata Nagaje
Thanks Neha, -Original Message- From: Neha Narkhede [mailto:neha.narkh...@gmail.com] Sent: Wednesday, April 17, 2013 9:08 PM To: users@kafka.apache.org Subject: Re: producer creating multiple log files after message sending Hi Snehalata, Would you grep through the log4j files for the

Re: producer creating multiple log files after message sending

2013-04-17 Thread Neha Narkhede
Hi Snehalata, Would you grep through the log4j files for the topic under consideration and look for "Rolling.*due to". This will tell us why the log is getting rolled over. Thanks, Neha On Wed, Apr 17, 2013 at 12:05 AM, Snehalata Nagaje wrote: > Hi, > > > > I am using kafak 0.8 version and send