HBaseOrderedTable never calls HTable.close()
Description
Release Notes
None
is duplicated by
Activity
Show:

Terence Yim July 15, 2015 at 5:15 PM
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created October 7, 2014 at 6:32 PM
Updated July 27, 2015 at 8:33 PM
Resolved July 15, 2015 at 5:15 PM
HBaseOrderedTable never actually cleans up the wrapped HTable instance, even when close() is called.
For usage where an HBaseOrderedTable instance is mapped to a program object for the life of the process, this may not be a big problem. However, as we allow for dynamic usage of datasets, this could wind up leaking resources.