Skip to content

Commit

Permalink
Cut 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manolama committed Sep 17, 2016
1 parent 22120c1 commit c68b906
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ StumbleUpon, Inc.
Andrey Stepachev
Benoit Sigoure
Brandon Forehand
Chris Larsen
Viral Bajaria


Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2010-2012 The Async HBase Authors. All rights reserved.
# Copyright (C) 2010-2016 The Async HBase Authors. All rights reserved.
# This file is part of Async HBase.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
spec_title := Asynchronous HBase Client
spec_vendor := The Async HBase Authors
# Semantic Versioning (see http://semver.org/).
spec_version := 1.7.2-SNAPSHOT
spec_version := 1.7.2
jar := $(top_builddir)/asynchbase-$(spec_version).jar

asynchbase_PROTOS := \
Expand Down
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
AsyncHBase - User visible and noteworthy changes.
This project uses Semantic Versioning (see http://semver.org/).

* Version 1.7.2 (2016-09-17)

This is a bug fix release.

Noteworthy bug Fixes:
- Fix a race condition where messages in the NSRE queue could be stuck and
never retried properly. This will help region server crash recovery.
- Fix a bug in batched RPCs where, on exception, the batch RPC itself was
returned in the exception instead of the individual RPCs.
- Changed watermark variables to integers instead of shorts to avoid
overflows when set to values over 32K.
- Added retries of CallQueueTooBigExceptions. These still need to avoid
flushing the region cache but at least they'll be retried.
- Fix calls to scanner.setFamilies() where NPEs were being thrown.
- Retry RPCs on RegionServerAbortedException, ServerNotRunningYetExceptions
and RegionServerStoppedExceptions.
- Fix CompareAndSetRequests so they serialize timestamps as well as the data
to target specific versions.
- Update the protobuf compiler plugin for Maven.

* Version 1.7.1 (2016-02-10)

This is a bug fix release.
Expand Down
5 changes: 5 additions & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,26 @@ Brandon Forehand
Charles Antoine
Francis Christopher Liu
Gabe Benjamin
Garry Helmling
Guo Sijie
Ishan Chhabra
Ivan Zhivkov
James Baldassari
Jason Culverhouse
Jesse Chang
Jonathan Payne
Junegunn Choi
Michael Rose
Michael Stack
Mikhail Antonov
Nicolas Thiébaud
Phil Smith
Philip K. Warren
Rajesh G
Shrijeet Paliwal
Siddartha Guthikonda
Stephane Bagneris
Svyatoslav Markeyev
Viral Bajaria
Xun Liu
Yao Shengzhe
Expand Down

0 comments on commit c68b906

Please sign in to comment.