gohbase
gohbase copied to clipboard
gohbase: fix lease expired on region
some fixes:
- do not close scanner when
rpc.closeScanner
istrue
, e.g., after scanninghbase:meta
table. - close scanner of the region when we have done with it.
- save
scannerID
even if there is no more results.