busbey 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_r397256694
 
 

 ##########
 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:
   Maybe in RESTServer itself?

----------------------------------------------------------------
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

Reply via email to