virajjasani commented on a change in pull request #754: HBASE-22978 : Online
slow response log
URL: https://github.com/apache/hbase/pull/754#discussion_r358658512
##########
File path: hbase-common/src/main/resources/hbase-default.xml
##########
@@ -1930,4 +1930,15 @@ possible configurations would overwhelm and obscure the
important.
this feature.
</description>
</property>
+ <property>
+ <name>hbase.regionserver.slowlog.ringbuffer.size</name>
+ <value>256</value>
Review comment:
Rough estimation could be 400-800 KB (UTF-32) in total including all 256
entries, ideally we can increase the ringbuffer size right? May be keep it to
1024 should be good?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services