gohbase icon indicating copy to clipboard operation
gohbase copied to clipboard

gohbase: fix lease expired on region

Open yejingx opened this issue 6 years ago • 0 comments

some fixes:

  1. do not close scanner when rpc.closeScanner is true, e.g., after scanning hbase:meta table.
  2. close scanner of the region when we have done with it.
  3. save scannerID even if there is no more results.

yejingx avatar Oct 24 '18 08:10 yejingx