From 6a974fe826a31888b0d00cf30f7f38983485740f Mon Sep 17 00:00:00 2001 From: zhangduo Date: Tue, 5 Feb 2019 20:22:58 +0800 Subject: [PATCH] 21819 Addendum include new resolved issues --- CHANGES.md | 1 + RELEASENOTES.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5fcdcc9d493..37d26ab7301 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,7 @@ | JIRA | Summary | Priority | Component | |:---- |:---- | :--- |:---- | +| [HBASE-21727](https://issues.apache.org/jira/browse/HBASE-21727) | Simplify documentation around client timeout | Minor | . | | [HBASE-21684](https://issues.apache.org/jira/browse/HBASE-21684) | Throw DNRIOE when connection or rpc client is closed | Major | asyncclient, Client | diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9ca08b51bdf..c59d372e535 100755 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,13 @@ These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. +--- + +* [HBASE-21727](https://issues.apache.org/jira/browse/HBASE-21727) | *Minor* | **Simplify documentation around client timeout** + +Deprecated HBaseConfiguration#getInt(Configuration, String, String, int) method and removed it from 3.0.0 version. + + --- * [HBASE-21764](https://issues.apache.org/jira/browse/HBASE-21764) | *Major* | **Size of in-memory compaction thread pool should be configurable**