Skip to content

Commit c68b906

Browse files
committed
Cut 1.7.2
1 parent 22120c1 commit c68b906

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ StumbleUpon, Inc.
1818
Andrey Stepachev
1919
Benoit Sigoure
2020
Brandon Forehand
21+
Chris Larsen
2122
Viral Bajaria
2223

2324

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
3939
spec_title := Asynchronous HBase Client
4040
spec_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
4343
jar := $(top_builddir)/asynchbase-$(spec_version).jar
4444

4545
asynchbase_PROTOS := \

NEWS

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

626
This is a bug fix release.

THANKS

+5
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,26 @@ Brandon Forehand
1212
Charles Antoine
1313
Francis Christopher Liu
1414
Gabe Benjamin
15+
Garry Helmling
1516
Guo Sijie
1617
Ishan Chhabra
18+
Ivan Zhivkov
1719
James Baldassari
1820
Jason Culverhouse
1921
Jesse Chang
2022
Jonathan Payne
23+
Junegunn Choi
2124
Michael Rose
2225
Michael Stack
26+
Mikhail Antonov
2327
Nicolas Thiébaud
2428
Phil Smith
2529
Philip K. Warren
2630
Rajesh G
2731
Shrijeet Paliwal
2832
Siddartha Guthikonda
2933
Stephane Bagneris
34+
Svyatoslav Markeyev
3035
Viral Bajaria
3136
Xun Liu
3237
Yao Shengzhe

0 commit comments

Comments
 (0)