On Fri, Apr 16, 2010 at 6:00 PM, Ryan Rawson <ryano...@gmail.com> wrote: > Ok mystery solved, the Put thread was stuck in a wait() loop inside > HRegion which catches InterruptedException, eats it then goes back to > waiting for a condition that will never clear (memstore too big). >
Sounds like we could run into this in other than unit test context? You got a patch for us? (Smile) St.Ack