Daisuke Kobayashi created HBASE-13185:
-----------------------------------------
Summary: Document
hbase.regionserver.thrift.framed.max_frame_size_in_mb more clearly
Key: HBASE-13185
URL: https://issues.apache.org/jira/browse/HBASE-13185
Project: HBase
Issue Type: Improvement
Components: documentation
Reporter: Daisuke Kobayashi
Priority: Trivial
Current document does not make sense how much is it going to allocate for
{{hbase.regionserver.thrift.framed.max_frame_size_in_mb}}:
http://hbase.apache.org/book.html#hbase.regionserver.thrift.framed.max_frame_size_in_mb
It is 2MB by default per the code, so that it would be fine to document this:
https://github.com/apache/hbase/blob/master/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServerRunner.java#L450-L451
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)