esteban commented on a change in pull request #1339: HBASE-24041 [regression]
Increase RESTServer buffer size back to 64k
URL: https://github.com/apache/hbase/pull/1339#discussion_r397323328
##########
File path: hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/Constants.java
##########
@@ -27,6 +27,8 @@
public interface Constants {
// All constants in a public interface are 'public static final'
+ int DEFAULT_HTTP_MAX_HEADER_SIZE = 64 * 1024; // 64k
Review comment:
We can do that, I was being consistent with DEFAULT_HTTP_MAX_HEADER_SIZE
from org.apache.hadoop.hbase.thrift.Constants but if we are refactoring this
later I think is fine.
----------------------------------------------------------------
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