Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
In https://github.com/apache/hbase/pull/301/files, we have a doc says:
In HBase3.x, the configure hbase.ipc.server.reservoir.initial.buffer.size and hbase.ipc.server.reservoir.initial.max are deprecated now, instead please
use the hbase.server.allocator.buffer.size and hbase.server.allocator.max.buffer.count.
While in the current branch HBASE-21879, the two config hbase.ipc.server.reservoir.initial.buffer.size and hbase.ipc.server.reservoir.initial.max won't have any effect now, should make those two deprecated instead of removing for better HBase2.x compatibility.
Attachments
Issue Links
- is related to
-
HBASE-22790 Add deprecation version for hbase.ipc.server.reservoir.initial.buffer.size & hbase.ipc.server.reservoir.initial.max
- Resolved
- links to