Re: Debugging HBase

2018-08-21 Thread Lars Francke
t's either in an RPC handler thread >>> or in a daemon thread we spawned off for some specific purpose. These >>> would >>> naturally not preclude the RS from continuing to talk to ZK or the >>> Master. >>> >>> >>> On 8/15/18 11:46 PM,

Re: Debugging HBase

2018-08-20 Thread Josh Elser
d 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 t

Re: Debugging HBase

2018-08-19 Thread Lars Francke
>> >> 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

Re: Debugging HBase

2018-08-16 Thread Josh Elser
the RS from continuing to talk to ZK or the Master. On 8/15/18 11:46 PM, Lars Francke wrote: 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

Debugging HBase

2018-08-15 Thread Lars Francke
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