Re: unclean shutdown

2013-10-14 Thread Kane Kane
I couldn't reproduce it yet, I'm rolling out the fresh install and trying to do so. On Mon, Oct 14, 2013 at 8:40 PM, Jun Rao wrote: > Is this issue reproducible? > > Thanks, > > Jun > > > On Mon, Oct 14, 2013 at 8:30 PM, Kane Kane wrote: > > > Yes, my expectation would be that broker will try

Re: unclean shutdown

2013-10-14 Thread Jun Rao
Is this issue reproducible? Thanks, Jun On Mon, Oct 14, 2013 at 8:30 PM, Kane Kane wrote: > Yes, my expectation would be that broker will try to restore or delete it > itself. > > > On Mon, Oct 14, 2013 at 5:55 PM, Sriram Subramanian < > srsubraman...@linkedin.com> wrote: > > > Is this a bug?

Re: unclean shutdown

2013-10-14 Thread Kane Kane
Yes, my expectation would be that broker will try to restore or delete it itself. On Mon, Oct 14, 2013 at 5:55 PM, Sriram Subramanian < srsubraman...@linkedin.com> wrote: > Is this a bug? Can an unclean shutdown leave the index in a corrupt state > that the broker cannot start (expected state)?

Re: unclean shutdown

2013-10-14 Thread Sriram Subramanian
Is this a bug? Can an unclean shutdown leave the index in a corrupt state that the broker cannot start (expected state)? On 10/14/13 4:52 PM, "Neha Narkhede" wrote: > It is possible that the unclean broker shutdown left the index in an >inconsistent state. You can delete the corrupted index file

Re: unclean shutdown

2013-10-14 Thread Kane Kane
Thanks! On Mon, Oct 14, 2013 at 5:29 PM, Neha Narkhede wrote: > Just deleting the index files should fix this issue. > > > On Mon, Oct 14, 2013 at 5:23 PM, Kane Kane wrote: > > > Thanks a lot Neha, so I have to delete only index files not log files > > themselves? What is better way to do that?

Re: unclean shutdown

2013-10-14 Thread Neha Narkhede
Just deleting the index files should fix this issue. On Mon, Oct 14, 2013 at 5:23 PM, Kane Kane wrote: > Thanks a lot Neha, so I have to delete only index files not log files > themselves? What is better way to do that? > > > On Mon, Oct 14, 2013 at 4:52 PM, Neha Narkhede >wrote: > > > It is

Re: unclean shutdown

2013-10-14 Thread Kane Kane
Thanks a lot Neha, so I have to delete only index files not log files themselves? What is better way to do that? On Mon, Oct 14, 2013 at 4:52 PM, Neha Narkhede wrote: > It is possible that the unclean broker shutdown left the index in an > inconsistent state. You can delete the corrupted index

Re: unclean shutdown

2013-10-14 Thread Neha Narkhede
It is possible that the unclean broker shutdown left the index in an inconsistent state. You can delete the corrupted index files, that will make the Kafka server rebuild the index on startup. Thanks, Neha On Mon, Oct 14, 2013 at 3:05 PM, Kane Kane wrote: > After unclean shutdown kafka report