Forum Discussion
gravelkm
8 years agoNew Contributor
I have not received any responses, sorry. The issue still persists as well.
akidave
8 years agoEmployee
Disabling HTTP keepalive will help when the Groundplex to control plane connection is not reliable. Add this setting in global.properties and restart JCC process
jcc.jvm_options = -Dhttp.keepAlive=False -Dcom.ning.http.client.AsyncHttpClientConfig.allowPoolingConnection=false -Dcom.ning.http.client.AsyncHttpClientConfig.allowSslConnectionPool=false
If using the slpropz configuration file, add the above setting in Snaplex Global properties section in the Manager, that will initiate a rolling restart of the JCC nodes with the configuration update.