Package org.jgroups.protocols
Class FD
- java.lang.Object
-
- org.jgroups.stack.Protocol
-
- org.jgroups.protocols.FD
-
@Deprecated(forRemoval=true) public class FD extends Protocol
Deprecated, for removal: This API element is subject to removal in a future version.Failure detection based on simple heartbeat protocol. Regularly polls members for liveness. Multicasts SUSPECT messages when a member is not reachable. The simple algorithms works as follows: the membership is known and ordered. Each HB protocol periodically sends an 'are-you-alive' message to its *neighbor*. A neighbor is the next in rank in the membership list, which is recomputed upon a view change. When a response hasn't been received for n milliseconds and m tries, the corresponding member is suspected (and eventually excluded if faulty).FD starts when it detects (in a view change notification) that there are at least 2 members in the group. It stops running when the membership drops below 2.
When a message is received from the monitored neighbor member, it causes the pinger thread to 'skip' sending the next are-you-alive message. Thus, traffic is reduced.
- Author:
- Bela Ban
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classFD.BroadcasterDeprecated, for removal: This API element is subject to removal in a future version.Task that periodically broadcasts a list of suspected members to the group.protected classFD.BroadcastTaskDeprecated, for removal: This API element is subject to removal in a future version.static classFD.FdHeaderDeprecated, for removal: This API element is subject to removal in a future version.protected classFD.MonitorDeprecated, for removal: This API element is subject to removal in a future version.Task which periodically checks of the last_ack from ping_dest exceeded timeout and - if yes - broadcasts a SUSPECT message
-
Field Summary
Fields Modifier and Type Field Description protected FD.Broadcasterbcast_taskDeprecated, for removal: This API element is subject to removal in a future version.Transmits SUSPECT message until view change or UNSUSPECT is receivedprotected longlast_ackDeprecated, for removal: This API element is subject to removal in a future version.protected Addresslocal_addrDeprecated, for removal: This API element is subject to removal in a future version.protected java.util.concurrent.locks.LocklockDeprecated, for removal: This API element is subject to removal in a future version.protected intmax_triesDeprecated, for removal: This API element is subject to removal in a future version.protected java.util.List<Address>membersDeprecated, for removal: This API element is subject to removal in a future version.protected java.util.concurrent.Future<?>monitor_futureDeprecated, for removal: This API element is subject to removal in a future version.protected intnum_heartbeatsDeprecated, for removal: This API element is subject to removal in a future version.protected intnum_suspect_eventsDeprecated, for removal: This API element is subject to removal in a future version.protected java.util.concurrent.atomic.AtomicIntegernum_triesDeprecated, for removal: This API element is subject to removal in a future version.protected Addressping_destDeprecated, for removal: This API element is subject to removal in a future version.protected java.util.List<Address>pingable_mbrsDeprecated, for removal: This API element is subject to removal in a future version.Members from which we select ping_dest.protected BoundedList<java.lang.String>suspect_historyDeprecated, for removal: This API element is subject to removal in a future version.protected longtimeoutDeprecated, for removal: This API element is subject to removal in a future version.protected TimeSchedulertimerDeprecated, for removal: This API element is subject to removal in a future version.-
Fields inherited from class org.jgroups.stack.Protocol
after_creation_hook, down_prot, ergonomics, id, log, stack, stats, up_prot
-
-
Constructor Summary
Constructors Constructor Description FD()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidcomputePingDest(Address remove)Deprecated, for removal: This API element is subject to removal in a future version.Computes pingable_mbrs (based on the current membership and the suspected members) and ping_destjava.lang.Objectdown(Event evt)Deprecated, for removal: This API element is subject to removal in a future version.An event is to be sent down the stack.intgetCurrentNumTries()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetLocalAddress()Deprecated, for removal: This API element is subject to removal in a future version.intgetMaxTries()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetMembers()Deprecated, for removal: This API element is subject to removal in a future version.intgetNumberOfHeartbeatsSent()Deprecated, for removal: This API element is subject to removal in a future version.intgetNumSuspectEventsGenerated()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetPingableMembers()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetPingDest()Deprecated, for removal: This API element is subject to removal in a future version.protected AddressgetPingDest(java.util.List<Address> mbrs)Deprecated, for removal: This API element is subject to removal in a future version.longgetTimeout()Deprecated, for removal: This API element is subject to removal in a future version.booleanisMonitorRunning()Deprecated, for removal: This API element is subject to removal in a future version.booleanmsgCountsAsHeartbeat()Deprecated, for removal: This API element is subject to removal in a future version.FDmsgCountsAsHeartbeat(boolean m)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringprintSuspectHistory()Deprecated, for removal: This API element is subject to removal in a future version.voidresetStats()Deprecated, for removal: This API element is subject to removal in a future version.protected voidsendHeartbeatResponse(Address dest)Deprecated, for removal: This API element is subject to removal in a future version.FDsetMaxTries(int max_tries)Deprecated, for removal: This API element is subject to removal in a future version.FDsetTimeout(long timeout)Deprecated, for removal: This API element is subject to removal in a future version.voidstart()Deprecated, for removal: This API element is subject to removal in a future version.This method is called on aJChannel.connect(String).voidstartFailureDetection()Deprecated, for removal: This API element is subject to removal in a future version.protected voidstartMonitor()Deprecated, for removal: This API element is subject to removal in a future version.Requires lock to held by callervoidstop()Deprecated, for removal: This API element is subject to removal in a future version.This method is called on aJChannel.disconnect().voidstopFailureDetection()Deprecated, for removal: This API element is subject to removal in a future version.protected voidstopMonitor()Deprecated, for removal: This API element is subject to removal in a future version.Requires lock to be held by callerprotected voidunsuspect(Address mbr)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.Objectup(Message msg)Deprecated, for removal: This API element is subject to removal in a future version.A single message was received.voidup(MessageBatch batch)Deprecated, for removal: This API element is subject to removal in a future version.Sends up a multiple messages in aMessageBatch.protected voidupdateTimestamp(Address sender)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class org.jgroups.stack.Protocol
accept, afterCreationHook, destroy, down, enableStats, getConfigurableObjects, getDownProtocol, getDownServices, getId, getIdsAbove, getLevel, getLog, getName, getProtocolStack, getSocketFactory, getThreadFactory, getTransport, getUpProtocol, getUpServices, getValue, init, isErgonomics, level, parse, providedDownServices, providedUpServices, requiredDownServices, requiredUpServices, resetStatistics, setDownProtocol, setErgonomics, setId, setLevel, setProtocolStack, setSocketFactory, setUpProtocol, setValue, statsEnabled, up
-
-
-
-
Field Detail
-
timeout
protected long timeout
Deprecated, for removal: This API element is subject to removal in a future version.
-
max_tries
protected int max_tries
Deprecated, for removal: This API element is subject to removal in a future version.
-
num_heartbeats
protected int num_heartbeats
Deprecated, for removal: This API element is subject to removal in a future version.
-
num_suspect_events
protected int num_suspect_events
Deprecated, for removal: This API element is subject to removal in a future version.
-
suspect_history
protected final BoundedList<java.lang.String> suspect_history
Deprecated, for removal: This API element is subject to removal in a future version.
-
local_addr
protected Address local_addr
Deprecated, for removal: This API element is subject to removal in a future version.
-
last_ack
protected volatile long last_ack
Deprecated, for removal: This API element is subject to removal in a future version.
-
num_tries
protected final java.util.concurrent.atomic.AtomicInteger num_tries
Deprecated, for removal: This API element is subject to removal in a future version.
-
lock
protected final java.util.concurrent.locks.Lock lock
Deprecated, for removal: This API element is subject to removal in a future version.
-
ping_dest
protected volatile Address ping_dest
Deprecated, for removal: This API element is subject to removal in a future version.
-
members
protected final java.util.List<Address> members
Deprecated, for removal: This API element is subject to removal in a future version.
-
pingable_mbrs
protected final java.util.List<Address> pingable_mbrs
Deprecated, for removal: This API element is subject to removal in a future version.Members from which we select ping_dest. Copy ofmembersminus the suspected members
-
timer
protected TimeScheduler timer
Deprecated, for removal: This API element is subject to removal in a future version.
-
monitor_future
protected java.util.concurrent.Future<?> monitor_future
Deprecated, for removal: This API element is subject to removal in a future version.
-
bcast_task
protected final FD.Broadcaster bcast_task
Deprecated, for removal: This API element is subject to removal in a future version.Transmits SUSPECT message until view change or UNSUSPECT is received
-
-
Method Detail
-
getLocalAddress
public java.lang.String getLocalAddress()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getMembers
public java.lang.String getMembers()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPingableMembers
public java.lang.String getPingableMembers()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPingDest
public java.lang.String getPingDest()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNumberOfHeartbeatsSent
public int getNumberOfHeartbeatsSent()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNumSuspectEventsGenerated
public int getNumSuspectEventsGenerated()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTimeout
public long getTimeout()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTimeout
public FD setTimeout(long timeout)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getMaxTries
public int getMaxTries()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setMaxTries
public FD setMaxTries(int max_tries)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCurrentNumTries
public int getCurrentNumTries()
Deprecated, for removal: This API element is subject to removal in a future version.
-
msgCountsAsHeartbeat
public boolean msgCountsAsHeartbeat()
Deprecated, for removal: This API element is subject to removal in a future version.
-
msgCountsAsHeartbeat
public FD msgCountsAsHeartbeat(boolean m)
Deprecated, for removal: This API element is subject to removal in a future version.
-
printSuspectHistory
public java.lang.String printSuspectHistory()
Deprecated, for removal: This API element is subject to removal in a future version.
-
resetStats
public void resetStats()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
resetStatsin classProtocol
-
start
public void start() throws java.lang.ExceptionDeprecated, for removal: This API element is subject to removal in a future version.Description copied from class:ProtocolThis method is called on aJChannel.connect(String). Starts work. Protocols are connected and queues are ready to receive events. Will be called from bottom to top. This call will replace the START and START_OK events.- Overrides:
startin classProtocol- Throws:
java.lang.Exception- Thrown if protocol cannot be started successfully. This will cause the ProtocolStack to fail, soJChannel.connect(String)will throw an exception
-
stop
public void stop()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:ProtocolThis method is called on aJChannel.disconnect(). Stops work (e.g. by closing multicast socket). Will be called from top to bottom. This means that at the time of the method invocation the neighbor protocol below is still working. This method will replace the STOP, STOP_OK, CLEANUP and CLEANUP_OK events. The ProtocolStack guarantees that when this method is called all messages in the down queue will have been flushed
-
getPingDest
protected Address getPingDest(java.util.List<Address> mbrs)
Deprecated, for removal: This API element is subject to removal in a future version.
-
stopFailureDetection
public void stopFailureDetection()
Deprecated, for removal: This API element is subject to removal in a future version.
-
startFailureDetection
public void startFailureDetection()
Deprecated, for removal: This API element is subject to removal in a future version.
-
startMonitor
protected void startMonitor()
Deprecated, for removal: This API element is subject to removal in a future version.Requires lock to held by caller
-
stopMonitor
protected void stopMonitor()
Deprecated, for removal: This API element is subject to removal in a future version.Requires lock to be held by caller
-
isMonitorRunning
public boolean isMonitorRunning()
Deprecated, for removal: This API element is subject to removal in a future version.
-
up
public java.lang.Object up(Message msg)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:ProtocolA single message was received. Protocols may examine the message and do something (e.g. add a header) with it before passing it up.
-
up
public void up(MessageBatch batch)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:ProtocolSends up a multiple messages in aMessageBatch. The sender of the batch is always the same, and so is the destination (null == multicast messages). Messages in a batch can be OOB messages, regular messages, or mixed messages, although the transport itself will create initial MessageBatches that contain only either OOB or regular messages. The default processing below sends messages up the stack individually, based on a matching criteria (callingProtocol.accept(Message)), and - if true - callsProtocol.up(org.jgroups.Event)for that message and removes the message. If the batch is not empty, it is passed up, or else it is dropped. Subclasses should check if there are any messages destined for them (e.g. usingMessageBatch.getMatchingMessages(short,boolean)), then possibly remove and process them and finally pass the batch up to the next protocol. Protocols can also modify messages in place, e.g. ENCRYPT could decrypt all encrypted messages in the batch, not remove them, and pass the batch up when done.
-
down
public java.lang.Object down(Event evt)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:ProtocolAn event is to be sent down the stack. A protocol may want to examine its type and perform some action on it, depending on the event's type. If the event is a message MSG, then the protocol may need to add a header to it (or do nothing at all) before sending it down the stack usingdown_prot.down().
-
sendHeartbeatResponse
protected void sendHeartbeatResponse(Address dest)
Deprecated, for removal: This API element is subject to removal in a future version.
-
unsuspect
protected void unsuspect(Address mbr)
Deprecated, for removal: This API element is subject to removal in a future version.
-
updateTimestamp
protected void updateTimestamp(Address sender)
Deprecated, for removal: This API element is subject to removal in a future version.
-
computePingDest
protected void computePingDest(Address remove)
Deprecated, for removal: This API element is subject to removal in a future version.Computes pingable_mbrs (based on the current membership and the suspected members) and ping_dest- Parameters:
remove- The member to be removed from pingable_mbrs
-
-