Hi everyone, this might sound like a stupid question but how do you go about debugging HBase? (With the Java debugger I mean)
I use IntelliJ to attach to the running Master or RegionServer as needed, set breakpoints etc. But every time I do so the connection to ZK times out and Master or RS are declared dead. I _always_ forget to set the timeout high enough. I'm using IntelliJ. Are you doing anything differently? Is there a way to not pause all threads when debugging so the heartbeats to ZK keep on going? Thanks, Larss