You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/03/24 17:12:40 UTC

[GitHub] [hbase] esteban commented on a change in pull request #1339: HBASE-24041 [regression] Increase RESTServer buffer size back to 64k

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:
users@infra.apache.org


With regards,
Apache Git Services