Description
Need to support new value and remove old ones:
In TcpDiscoverySpi:
remove maxMissedHeartbeats
remove maxMissedClientHeartbeats
remove heartbeatFrequency
rename hbFreq to metricsUpdateFrequency
In IgniteConfiguration:
add clientFailureDetectionTimeout (long with bounds from metricsUpdateFrequency to Integer.MAX_VALUE)
Attachments
Issue Links
- is related to
-
IGNITE-4799 Remove TcpDiscoverySpi.heartbeatsFrequency parameter
- Resolved