Skip to content

v1.8.2

Latest
Compare
Choose a tag to compare
@manolama manolama released this 20 May 01:48
· 7 commits to master since this release
  • Version 1.8.2 (2018-05-19)

This is a bug fix release with one beta feature.

  • Fix a possible issue with the security config when spaces are present in the
    authentication type.
  • Add beta support for split-meta from HBASE-11288 for large, multi-tenant
    clusters. The table names may change in the future.
  • Auto-detect HBase 2.0 by catching an exception thrown when getClosestRowOrBefore
    is called. HBASE-20237.
  • Log the version setting, min and max timestamps in Scanners.
  • Add CallQueueTooBig retry handling in the RegionClient without NSREing.