public final void releaseTable(IndexedTable table){
releaseTable(table,(ResultScanner)null);
}
public final void releaseTable(IndexedTable table, ResultScanner rs){
releaseTable(table);
closeScanner(rs);
}
If I invoke releaseTable(table), it would lead to a deadlock. Please check it
Original issue reported on code.google.com by
yfxh...@gmail.comon 5 May 2011 at 5:45