Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Time related configuration parameters using long data type (and expect value in ms), but standard java.net.Socket class expect integer for soDelay and usually long timeouts from configuration cast to ineter with simple (int) method with overflow if configuration timeout > Integer.MAX_VALUE.
Need to add configuration check for:
- IgniteConfiguration.failureDetectionTimeout
- IgniteConfiguration.clientFailureDetectionTimeout
- TcpDiscoverySpi.ackTimeout
- TcpDiscoverySpi.netTimeout
Attachments
Attachments
Issue Links
- is related to
-
IGNITE-4799 Remove TcpDiscoverySpi.heartbeatsFrequency parameter
- Resolved