dneuman64 closed pull request #1848: TC-197 work around for Filer descriptor
leak Issue #916
URL: https://github.com/apache/incubator-trafficcontrol/pull/1848
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/traffic_router/core/src/main/opt/tomcat/conf/server.xml
b/traffic_router/core/src/main/opt/tomcat/conf/server.xml
index e43a3955eb..23f9c58f40 100644
--- a/traffic_router/core/src/main/opt/tomcat/conf/server.xml
+++ b/traffic_router/core/src/main/opt/tomcat/conf/server.xml
@@ -32,11 +32,11 @@
at /docs/config/service.html -->
<Service name="traffic_router_core">
- <Connector port="80"
protocol="com.comcast.cdn.traffic_control.traffic_router.protocol.LanguidNioProtocol"
maxThreads="10000"
+ <Connector port="80"
protocol="com.comcast.cdn.traffic_control.traffic_router.protocol.LanguidProtocol"
maxThreads="10000"
connectionTimeout="20000"
mbeanPath="traffic-router:name=languidState" readyAttribute="Ready"
portAttribute="Port"/>
- <Connector port="3333"
protocol="com.comcast.cdn.traffic_control.traffic_router.protocol.LanguidNioProtocol"
maxThreads="10000"
+ <Connector port="3333"
protocol="com.comcast.cdn.traffic_control.traffic_router.protocol.LanguidProtocol"
maxThreads="10000"
connectionTimeout="20000"
mbeanPath="traffic-router:name=languidState" readyAttribute="Ready"
portAttribute="ApiPort"/>
- <Connector port="443"
protocol="com.comcast.cdn.traffic_control.traffic_router.protocol.LanguidNioProtocol"
maxThreads="10000"
+ <Connector port="443"
protocol="com.comcast.cdn.traffic_control.traffic_router.protocol.LanguidProtocol"
maxThreads="10000"
scheme="https" secure="true"
SSLEnabled="true"
clientAuth="false" sslProtocol="TLS"
connectionTimeout="20000"
mbeanPath="traffic-router:name=languidState" readyAttribute="Ready"
portAttribute="SecurePort"/>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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