> commitlog must be pointed to a directory that _only_ has commitlog data in it This was exactly it.. I was outputting log4j.properties log on /log directory which I have created to store commitlog - also. I apologize if this is documented in the tutorial somewhere!
On Sun, Apr 18, 2010 at 9:07 PM, Jonathan Ellis <[email protected]> wrote: > Ha! Nice catch. > > Yes, commitlog must be pointed to a directory that _only_ has > commitlog data in it. > > On Sun, Apr 18, 2010 at 7:27 PM, Brandon Williams <[email protected]> > wrote: > > On Sun, Apr 18, 2010 at 4:30 PM, Soichi Hayashi <[email protected]> > > wrote: > >> > >> INFO 21:27:29,482 Replaying > >> /home/hayashis/app/apache-cassandra-0.6.0/log/log.txt > >> java.lang.OutOfMemoryError: Java heap space > > > > I'm not sure what log.txt might be, but based on the filename it is not a > > Cassandra commitlog. You can probably move it out of the way and startup > > will succeed. > > -Brandon >
