You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master:
Move default location of dependencies report (#31228)
Remove dependencies report task dependencies (#31227)
Add recognition of MPL 2.0 (#31226)
Fix unknown licenses (#31223)
Remove version from license file name for GCS SDK (#31221)
Fully encapsulate LocalCheckpointTracker inside of the engine (#31213)
[DOCS] Added 'fail_on_unsupported_field' param to MLT. Closes#28008 (#31160)
Add licenses for transport-nio (#31218)
Remove DocumentFieldMappers#simpleMatchToFullName. (#31041)
Allow to trim all ops above a certain seq# with a term lower than X, post backport fix (#31211)
Compliant SAML Response destination check (#31175)
Remove DocumentFieldMappers#smartNameFieldMapper, as it is no longer needed. (#31018)
Remove extraneous references to 'tokenized' in the mapper code. (#31010)
Allow to trim all ops above a certain seq# with a term lower than X (#30176)
SQL: Make a single JDBC driver jar (#31012)
Enhance license detection for various licenses (#31198)
[DOCS] Add note about long-lived idle connections (#30990)
Move number of language analyzers to analysis-common module (#31143)
Default max concurrent search req. numNodes * 5 (#31171)
flush job to ensure all results have been written (#31187)
Copy file name to clipboardExpand all lines: docs/reference/modules/transport.asciidoc
+20-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,12 @@ time setting format). Defaults to `30s`.
44
44
|`transport.tcp.compress` |Set to `true` to enable compression (`DEFLATE`)
45
45
between all nodes. Defaults to `false`.
46
46
47
-
|`transport.ping_schedule` | Schedule a regular ping message to ensure that connections are kept alive. Defaults to `5s` in the transport client and `-1` (disabled) elsewhere.
47
+
|`transport.ping_schedule` | Schedule a regular application-level ping message
48
+
to ensure that transport connections between nodes are kept alive. Defaults to
49
+
`5s` in the transport client and `-1` (disabled) elsewhere. It is preferable to
50
+
correctly configure TCP keep-alives instead of using this feature, because TCP
51
+
keep-alives apply to all kinds of long-lived connection and not just to
0 commit comments