You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Esteban Gutierrez (Jira)" <ji...@apache.org> on 2020/03/24 14:42:00 UTC

[jira] [Created] (HBASE-24041) [regression] Increase RESTServer buffer size back to 64k

Esteban Gutierrez created HBASE-24041:
-----------------------------------------

             Summary: [regression]  Increase RESTServer buffer size back to 64k
                 Key: HBASE-24041
                 URL: https://issues.apache.org/jira/browse/HBASE-24041
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.2.0, 3.0.0, 2.3.0, 2.4.0
            Reporter: Esteban Gutierrez


HBASE-14492 is not longer present in our current releases after HBASE-12894. Unfortunately our RESTServer is not extending HttpServer which means that {{DEFAULT_MAX_HEADER_SIZE}} is not being set and HTTP requests with a very large header can still cause connection issues for clients. A quick fix is just to add the settings to the {{HttpConfiguration}} configuration object. A long term solution should be to re-factor services that create an HTTP server and normalize all configuration settings across all of them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)