File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed
Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1- # Copyright (C) 2010-2016 The Async HBase Authors. All rights reserved.
1+ # Copyright (C) 2010-2018 The Async HBase Authors. All rights reserved.
22# This file is part of Async HBase.
33#
44# Redistribution and use in source and binary forms, with or without
@@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
3939spec_title := Asynchronous HBase Client
4040spec_vendor := The Async HBase Authors
4141# Semantic Versioning (see http://semver.org/).
42- spec_version := 1.8.0
42+ spec_version := 1.8.1
4343jar := $(top_builddir ) /asynchbase-$(spec_version ) .jar
4444
4545asynchbase_PROTOS := \
Original file line number Diff line number Diff line change 11AsyncHBase - User visible and noteworthy changes.
22This project uses Semantic Versioning (see http://semver.org/).
33
4+ * Version 1.8.1 (2018-03-18)
5+
6+ This is a bug fix release.
7+ - Revert locking in an RPC to synchronizing on the key instead of the entire
8+ object as well as setting the suspend probe flag to volatile.
9+ - Fix GetRequests where the family was masked and immutable after being set.
10+ - Fix setting the scanner reverse flag in the setReversed() setter.
11+ Previously when called it would only set the flag to `true`.
12+ - Add RegionTooBusyException to allow for retries when newer versions of HBase
13+ send this exception.
14+ - Fix processing of encoded (private) RPCs and catch + log exceptions during
15+ SASL negotiation.
16+ - Add a configuration flag 'hbase.meta.scan' to switch meta lookups to
17+ use a reverse scan when finding tables for compatibility with HBase 2.x
18+ where the old method of getting the closest row was disabled.
19+ - Fix an issue with AssertionErrors being thrown when a multi-action RPC
20+ had an exception of a type that didn't implement the make() method.
21+ - Fix an issue with multi-actions sent to HBase 1.31 an later where the
22+ request was sorted by row key so that responses no longer matched the
23+ request order. Now we sort by row key as well.
24+
25+ Noteworthy bug Fixes:
26+
427* Version 1.8.0 (2017-06-09)
528
629This is feature release with new APIs and behaviors.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Garry Helmling
1818Guo Sijie
1919Ishan Chhabra
2020Ivan Zhivkov
21+ Jake Maloney
2122James Baldassari
2223Jason Culverhouse
2324Jesse Chang
@@ -34,6 +35,7 @@ Misha Brukman
3435Nicolas Thiébaud
3536Phil Smith
3637Philip K. Warren
38+ Quanlong Huang
3739Rajesh G
3840Shrijeet Paliwal
3941Siddartha Guthikonda
You can’t perform that action at this time.
0 commit comments