HBASE-16389 Thread leak in CoprocessorHost#getTable(TableName) API (Ankit Singhal)
This commit is contained in:
parent
7e32510513
commit
9e116e048b
|
@ -540,7 +540,7 @@ public abstract class CoprocessorHost<E extends CoprocessorEnvironment> {
|
|||
*/
|
||||
@Override
|
||||
public Table getTable(TableName tableName) throws IOException {
|
||||
return this.getTable(tableName, HTable.getDefaultExecutor(getConfiguration()));
|
||||
return this.getTable(tableName, null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue