Skip to content

public final void releaseTable(IndexedTable table) deadlock issue #4

@GoogleCodeExporter

Description

@GoogleCodeExporter

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.com on 5 May 2011 at 5:45

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions