Remove RaftReplicator and move hearbeat logic to the leader
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / internal / messages / SendHeartBeat.java
index 0d73a11f2613789cfcc5497bf9dbcd394195d2c2..5048cbb0b98185e74e2c2aa0263a9587e1115992 100644 (file)
@@ -12,8 +12,7 @@ package org.opendaylight.controller.cluster.raft.internal.messages;
  * This messages is sent to the Leader to prompt it to send a heartbeat
  * to it's followers.
  *
  * This messages is sent to the Leader to prompt it to send a heartbeat
  * to it's followers.
  *
- * Typically the RaftReplicator for a specific follower sends this message
- * to the Leader
+ * Typically the Leader to itself on a schedule
  */
 public class SendHeartBeat {
 }
  */
 public class SendHeartBeat {
 }