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 wrote:
> 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
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.