Skip to content

Commit 02024bf

Browse files
committed
Cut release 1.8.1
Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
1 parent 4cba6bf commit 02024bf

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
3939
spec_title := Asynchronous HBase Client
4040
spec_vendor := The Async HBase Authors
4141
# Semantic Versioning (see http://semver.org/).
42-
spec_version := 1.8.0
42+
spec_version := 1.8.1
4343
jar := $(top_builddir)/asynchbase-$(spec_version).jar
4444

4545
asynchbase_PROTOS := \

NEWS

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
AsyncHBase - User visible and noteworthy changes.
22
This 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

629
This is feature release with new APIs and behaviors.

THANKS

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Garry Helmling
1818
Guo Sijie
1919
Ishan Chhabra
2020
Ivan Zhivkov
21+
Jake Maloney
2122
James Baldassari
2223
Jason Culverhouse
2324
Jesse Chang
@@ -34,6 +35,7 @@ Misha Brukman
3435
Nicolas Thiébaud
3536
Phil Smith
3637
Philip K. Warren
38+
Quanlong Huang
3739
Rajesh G
3840
Shrijeet Paliwal
3941
Siddartha Guthikonda

0 commit comments

Comments
 (0)