On Mon, Feb 20, 2012 at 6:03 AM, NNever <[email protected]> wrote:
> if I change the code and get HTable's instance everytime, the problem fixed.
> But I want to know why* using the same Instance of HTable to put puts in
> same prePut method may cause coprocessor dead-loop*?
> (it just trigger prePut with same put again and again util the HBase
> stuck...)
>

You must be deadlocking.  Thread dump it when its hung up to see why.
St.Ack

Reply via email to