This is an automated email from the ASF dual-hosted git repository.

dmagda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 37e2e45  Variant 2. (#8452)
37e2e45 is described below

commit 37e2e450afbe94fe04fc2e6c520d1b79f2d14e5e
Author: Vladsz83 <vlads...@gmail.com>
AuthorDate: Fri Nov 13 22:14:38 2020 +0300

    Variant 2. (#8452)
---
 docs/_docs/clustering/network-configuration.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_docs/clustering/network-configuration.adoc 
b/docs/_docs/clustering/network-configuration.adoc
index 9d9c904..c2c462e 100644
--- a/docs/_docs/clustering/network-configuration.adoc
+++ b/docs/_docs/clustering/network-configuration.adoc
@@ -56,7 +56,7 @@ You can find the complete list of properties in the 
javadoc:org.apache.ignite.sp
 | `localPort`  | The port that the node binds to. If set to a non-default 
value, other cluster nodes must know this port to be able to discover the node. 
| `47500`
 | `localPortRange`| If the `localPort` is busy, the node attempts to bind to 
the next port (incremented by 1) and continues this process until it finds a 
free port. The `localPortRange` property defines the number of ports the node 
will try (starting from `localPort`).
    | `100`
-| `soLinger`| Setting linger-on-close can help with socket deadlocks of SSL 
issues like JDK-8219658. But costs longer detection of node failure. | `0`
+| `soLinger`| Specifies a linger-on-close timeout. This option levers awaiting 
on close() of a TCP Socket. Set positive value to avoid potential 
link:https://bugs.openjdk.java.net/browse/JDK-8219658[deadlocks with SSL 
connections]. Alternatively, update your JRE version to the latest one. 
Enabling this option can prolong detection of node failure. | `0`
 | `reconnectCount` | The number of times the node tries to (re)establish 
connection to another node. |`10`
 | `networkTimeout` |  The maximum network timeout in milliseconds for network 
operations. |`5000`
 | `socketTimeout` |  The socket operations timeout. This timeout is used to 
limit connection time and write-to-socket time. |`5000`

Reply via email to