]
Steven Hawkins resolved TEIID-5824.
-----------------------------------
Resolution: Done
Added a link to that post in the section that talks about load balancers.
Document socket keep-alive options
----------------------------------
Key: TEIID-5824
URL:
https://issues.jboss.org/browse/TEIID-5824
Project: Teiid
Issue Type: Quality Risk
Components: Documentation, JDBC Driver
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 13.0
With the explicit client ping removed (or disabled in older versions), there may be very
little traffic on a given connection which may cause load balancers to timeout a
connection in the middle of a long-running query. We should add docs to workaround this
by setting the os level socket idle time:
http://coryklein.com/tcp/2015/11/25/custom-configuration-of-tcp-socket-ke...
With java 11 there are also java level socket configuration for setting that on a per
socket basis that we can consider exposing.