It's all running fine and without exceptions before and after killing and restarting.
Every removed shutdown hook is a good shutdown hook :) So for now I will simply remove the shutdown hook registration. It's a test setup anyway and I suppose Hbase must be able to cope with dead clients somehow. Thanks, henning -- Urspr. Mitt. -- Betreff: Re: HBase client shutdown hook hangs Von: Stack <[email protected]> Datum: 12.10.2010 20:08 On Tue, Oct 12, 2010 at 7:06 AM, Henning Blohm <[email protected]> wrote: > when running an application that interfaces with an HBase installation > (v. 0.20.6) I noticed that the Hbase shutdown hooks hangs. This does not > happen every time, but frequently. This is the call stack when it hangs: > That looks like the zk client in the hbase client is hanging, waiting on some notification that is not coming. Was zk ensemble up at the time? Any other earlier exceptions earlier in the logs? There's an issue to remove shutdown hook in TRUNK. That'd fix this I suppose (smile)? St.Ack
