Skip to content

Commit

Permalink
pinpoint-apm#1362 Make scanner creation run parallel
Browse files Browse the repository at this point in the history
include tableFactory object when to execute releaseTable method.
  • Loading branch information
koo-taejin authored and dawidmalina committed Mar 20, 2016
1 parent 957a4ac commit d9a0fb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void run() {
this.resultQueue.clear();
this.resultQueue.offer(END_RESULT);
} finally {
HbaseUtils.releaseTable(this.tableName, table);
HbaseUtils.releaseTable(this.tableName, table, this.tableFactory);
}
}

Expand Down

0 comments on commit d9a0fb4

Please # to comment.