is it possible to trace/debug cassandra?

2010-05-18 Thread S Ahmed
Would it be possible to put cassandra in debug mode, so I could actually step through, line by line, the execution flow of operations I execute against it? If yes, any help would be great.

Re: is it possible to trace/debug cassandra?

2010-05-18 Thread Ran Tavory
Add to cassandra.in.sh -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n to the JVM_OPTS section. Then connect with jdb ( http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/jdb.html) or your IDE as a remote process On Tue, May 18, 2010 at 1:18 PM, S Ahmed sahmed1...@gmail.com