wchevreuil commented on code in PR #5457:
URL: https://github.com/apache/hbase/pull/5457#discussion_r1352800389
##########
hbase-http/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java:
##########
@@ -115,6 +115,11 @@ public class HttpServer implements FilterContainer {
// limitation otherwise the UTs will fail
private static final int DEFAULT_MAX_HEADER_SIZE = Character.MAX_VALUE - 1;
+ //Add configuration for jetty idle timeout
+ private static final String HTTP_JETTY_IDLE_TIMEOUT =
"hbase.master.ui.connection.idleTimeout";
Review Comment:
nit: this property actually affects all processes that run an http server,
not only the master UI. So we should name it accordingly.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]