File tree 4 files changed +28
-2
lines changed
4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ StumbleUpon, Inc.
18
18
Andrey Stepachev
19
19
Benoit Sigoure
20
20
Brandon Forehand
21
+ Chris Larsen
21
22
Viral Bajaria
22
23
23
24
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.
2
2
# This file is part of Async HBase.
3
3
#
4
4
# Redistribution and use in source and binary forms, with or without
@@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
39
39
spec_title := Asynchronous HBase Client
40
40
spec_vendor := The Async HBase Authors
41
41
# Semantic Versioning (see http://semver.org/).
42
- spec_version := 1.7.2-SNAPSHOT
42
+ spec_version := 1.7.2
43
43
jar := $(top_builddir ) /asynchbase-$(spec_version ) .jar
44
44
45
45
asynchbase_PROTOS := \
Original file line number Diff line number Diff line change 1
1
AsyncHBase - User visible and noteworthy changes.
2
2
This project uses Semantic Versioning (see http://semver.org/).
3
3
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
+
4
24
* Version 1.7.1 (2016-02-10)
5
25
6
26
This is a bug fix release.
Original file line number Diff line number Diff line change @@ -12,21 +12,26 @@ Brandon Forehand
12
12
Charles Antoine
13
13
Francis Christopher Liu
14
14
Gabe Benjamin
15
+ Garry Helmling
15
16
Guo Sijie
16
17
Ishan Chhabra
18
+ Ivan Zhivkov
17
19
James Baldassari
18
20
Jason Culverhouse
19
21
Jesse Chang
20
22
Jonathan Payne
23
+ Junegunn Choi
21
24
Michael Rose
22
25
Michael Stack
26
+ Mikhail Antonov
23
27
Nicolas Thiébaud
24
28
Phil Smith
25
29
Philip K. Warren
26
30
Rajesh G
27
31
Shrijeet Paliwal
28
32
Siddartha Guthikonda
29
33
Stephane Bagneris
34
+ Svyatoslav Markeyev
30
35
Viral Bajaria
31
36
Xun Liu
32
37
Yao Shengzhe
You can’t perform that action at this time.
0 commit comments