21819 Addendum include new resolved issues

This commit is contained in:
zhangduo 2019-02-05 20:22:58 +08:00
parent d58630aa4a
commit 6a974fe826
2 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,7 @@
| JIRA | Summary | Priority | Component | | 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 | | [HBASE-21684](https://issues.apache.org/jira/browse/HBASE-21684) | Throw DNRIOE when connection or rpc client is closed | Major | asyncclient, Client |

View File

@ -20,6 +20,13 @@
These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. 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** * [HBASE-21764](https://issues.apache.org/jira/browse/HBASE-21764) | *Major* | **Size of in-memory compaction thread pool should be configurable**