-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0-alpha-1, 2.3.0
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
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.
- 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