Pavel Tupitsyn created IGNITE-22498:
---------------------------------------
Summary: Remove tcpNoDelay and soLinger from configuration
Key: IGNITE-22498
URL: https://issues.apache.org/jira/browse/IGNITE-22498
Project: Ignite
Issue Type: Improvement
Components: configuration
Affects Versions: 3.0.0-beta1
Reporter: Pavel Tupitsyn
Fix For: 3.0.0-beta2
Remove *tcpNoDelay* and *soLinger* from configuration roots (see
*InboundConfigurationSchema*, *OutboundConfigurationSchema*, etc).
* *tcpNoDelay* should never be disabled, it will perform very badly in our
scenarios
* *soLinger* does not make any difference in Java:
https://stackoverflow.com/questions/9658455/what-is-the-difference-between-calling-setsolinger-with-a-0-value-and-not-enabli
--
This message was sent by Atlassian Jira
(v8.20.10#820010)