Description
TcpDiscoverySpi.heartbeatsFrequency is no longer used to adjust the heartbeats frequence. It affects the frequency of metrics messages sent over the cluster ring.
The following has to be done as a part of 2.0 release:
- Remove TcpDiscoverySpi.heartbeatsFrequency parameter.
- Use IgniteConfiguraion.getMetricsUpdateFrequency to adjust the rate of metrics messages.
- Make sure IgniteConfiguraion.getMetricsUpdateFrequency and metrics messages are not participated in the failure detection process. We have to clean up legacy code in ServerImpl.
Refer to this discussion for more details:
http://apache-ignite-developers.2346864.n4.nabble.com/Renaming-TcpDiscoverySpi-heartbeatsFrequency-to-TcpDiscoverySpi-metricsUpdateFrequency-td14941.html
Attachments
Issue Links
- Blocked
-
IGNITE-5015 In TcpCommunicationSpi use IgniteConfiguration.clientFailureDetectionTimeout
- Open
- relates to
-
IGNITE-5062 .NET: Support new communication parameters in configuration
- Resolved
-
IGNITE-5060 Check configuration parameters on the Integer overflowing
- Open
-
IGNITE-5042 Add internal ring wide msg for status check
- Open