-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-22598 Deprecated the hbase.ipc.server.reservoir.initial.buffer.… #318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
public static final String BUFFER_SIZE_KEY = "hbase.server.allocator.buffer.size"; | ||
|
||
@Deprecated | ||
static final String DEPRECATED_MAX_BUFFER_COUNT_KEY = "hbase.ipc.server.reservoir.initial.max"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These old configs are there in code already right? Some other place. Also referring there? Or you removed all those? Sorry I did not review that jira then. Do we by chance referring these configs in config.xml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We removed all of them in https://issues.apache.org/jira/browse/HBASE-21916 before. Did a finding search about the hbase.ipc.server.reservoir.initial.max & hbase.ipc.server.reservoir.initial.buffer.size, no other places are refering the deprecated configs now except the document.
So here it should be OK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hbase-common/src/main/java/org/apache/hadoop/hbase/io/ByteBuffAllocator.java
Show resolved
Hide resolved
hbase-common/src/main/java/org/apache/hadoop/hbase/io/ByteBuffAllocator.java
Show resolved
Hide resolved
hbase-common/src/main/java/org/apache/hadoop/hbase/io/ByteBuffAllocator.java
Show resolved
Hide resolved
💔 -1 overall
This message was automatically generated. |
…size & hbase.ipc.server.reservoir.initial.max for HBase2.x compatibility
Updated the patch to address the checkstyle issues. |
+1, after QA warning addressed. |
🎊 +1 overall
This message was automatically generated. |
…size & hbase.ipc.server.reservoir.initial.max for HBase2.x compatibility (#318)
…size & hbase.ipc.server.reservoir.initial.max for HBase2.x compatibility (#318)
…size & hbase.ipc.server.reservoir.initial.max for HBase2.x compatibility (apache#318)
…size & hbase.ipc.server.reservoir.initial.max for HBase2.x compatibility (apache#318)
…size & hbase.ipc.server.reservoir.initial.max for HBase2.x compatibility