how to debug/trace

2011-12-16 Thread S Ahmed
How can you possibly trace a read/write in cassandra's codebase when it uses so many threadpools/executers? I'm just getting into threads so I'm not to familiar with how one can trace things while in debug mode in IntelliJ when various thread pools are processing things etc.

Re: how to debug/trace

2011-12-16 Thread Yang
normally I'd just fire up debug in eclipse, make a break point on the Cassandra.server methods. On Fri, Dec 16, 2011 at 2:19 PM, S Ahmed sahmed1...@gmail.com wrote: How can you possibly trace a read/write in cassandra's codebase when it uses so many threadpools/executers? I'm just getting