File tree Expand file tree Collapse file tree 4 files changed +28
-2
lines changed
Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ StumbleUpon, Inc.
1818Andrey Stepachev
1919Benoit Sigoure
2020Brandon Forehand
21+ Chris Larsen
2122Viral Bajaria
2223
2324
Original file line number Diff line number Diff line change 1- # Copyright (C) 2010-2012 The Async HBase Authors. All rights reserved.
1+ # Copyright (C) 2010-2016 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.7.2-SNAPSHOT
42+ spec_version := 1.7.2
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.7.2 (2016-09-17)
5+
6+ This is a bug fix release.
7+
8+ Noteworthy bug Fixes:
9+ - Fix a race condition where messages in the NSRE queue could be stuck and
10+ never retried properly. This will help region server crash recovery.
11+ - Fix a bug in batched RPCs where, on exception, the batch RPC itself was
12+ returned in the exception instead of the individual RPCs.
13+ - Changed watermark variables to integers instead of shorts to avoid
14+ overflows when set to values over 32K.
15+ - Added retries of CallQueueTooBigExceptions. These still need to avoid
16+ flushing the region cache but at least they'll be retried.
17+ - Fix calls to scanner.setFamilies() where NPEs were being thrown.
18+ - Retry RPCs on RegionServerAbortedException, ServerNotRunningYetExceptions
19+ and RegionServerStoppedExceptions.
20+ - Fix CompareAndSetRequests so they serialize timestamps as well as the data
21+ to target specific versions.
22+ - Update the protobuf compiler plugin for Maven.
23+
424* Version 1.7.1 (2016-02-10)
525
626This is a bug fix release.
Original file line number Diff line number Diff line change @@ -12,21 +12,26 @@ Brandon Forehand
1212Charles Antoine
1313Francis Christopher Liu
1414Gabe Benjamin
15+ Garry Helmling
1516Guo Sijie
1617Ishan Chhabra
18+ Ivan Zhivkov
1719James Baldassari
1820Jason Culverhouse
1921Jesse Chang
2022Jonathan Payne
23+ Junegunn Choi
2124Michael Rose
2225Michael Stack
26+ Mikhail Antonov
2327Nicolas Thiébaud
2428Phil Smith
2529Philip K. Warren
2630Rajesh G
2731Shrijeet Paliwal
2832Siddartha Guthikonda
2933Stephane Bagneris
34+ Svyatoslav Markeyev
3035Viral Bajaria
3136Xun Liu
3237Yao Shengzhe
You can’t perform that action at this time.
0 commit comments