Advanced Replication Guide : Synchronization events : Parameters of synchronization-related events
  
Parameters of synchronization-related events
The table below shows the parameters associated with each synchronization-related event.
EVENT NAME
Purpose
PARAMETERS
SYNC_MASTER_MESSAGE_DELETED
This event is posted on the master when the master has deleted a message.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR
SYNC_MASTER_MESSAGE_ERROR_OCCURRED
This event is posted on the master when an error occurred while processing the message.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR, error_code INTEGER, error_message WVARCHAR
SYNC_MASTER_MESSAGE_GETREPLY_REQUEST
This event is posted on the master when the master receives a reply request from a replica.
The parameter request_timeout holds the requested reply timeout in seconds.
The parameter iftimedout holds one of the following values:
0 - if request has not timed out in the master
1 - if request timed out in the master
The master may not start processing the reply request immediately. Timeout is set to 1 if the master is unable to start processing the reply within the timeout period requested by the replica.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR, request_timeout INTEGER, iftimedout INTEGER
SYNC_MASTER_MESSAGE_RECEIVE_BEGIN
This event is posted on the master when the master begins to receive a new message from a replica.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR
SYNC_MASTER_MESSAGE_RECEIVE_END
This event is posted on the master when it finishes receiving a new message from a replica.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR
SYNC_MASTER_MESSAGE_REPLY_BEGIN
This event is posted on the master when it starts creating a reply message to a replica.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR
SYNC_MASTER_MESSAGE_REPLY_END
This event is posted on the master when it finishes creating a reply message to a replica.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR
SYNC_MASTER_MESSAGE_SENDREPLY_BEGIN
This event is posted on the master when it starts sending a reply message to a replica.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR
SYNC_MASTER_MESSAGE_SENDREPLY_END
This event is posted on the master when master has finished sending a reply message to a replica.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR
SYNC_MASTER_REGISTER_REPLICA
This event is posted on the master when a new replica is registered to the master.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR
SYNC_MASTER_UNREGISTER_REPLICA
This event is posted on the master when a replica is unregistered from the master.
master_name WVARCHAR, replica_name WVARCHAR, message_name WVARCHAR
SYNC_REPLICA_MESSAGE_ASSEMBLED
This event is posted by the replica when it creates a new message.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR
SYNC_REPLICA_MESSAGE_DELETED
The replica posts this event when it deletes a message.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR
SYNC_REPLICA_MESSAGE_ERROR_OCCURRED
This event is posted on the replica when an error occurred while processing the message.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR, error_code INTEGER, error_message WVARCHAR
SYNC_REPLICA_MESSAGE_FORWARD_BEGIN
This event is posted by a replica when it starts forwarding a message.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR
SYNC_REPLICA_MESSAGE_FORWARD_END
This event is posted by a replica when it finishes forwarding a message.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR
SYNC_REPLICA_MESSAGE_GETREPLY
A replica posts this event when it requests a reply message.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR
SYNC_REPLICA_MESSAGE_GETREPLY_TIMEDOUT
A replica posts this event when the replica's "get reply" has timed out.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR
SYNC_REPLICA_MESSAGE_PROCESS_BEGIN
The replica posts this event when it starts processing a reply message.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR
SYNC_REPLICA_MESSAGE_PROCESS_END
The replica posts this event when it finishes processing a reply message.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR
SYNC_REPLICA_MESSAGE_REPLY_BEGIN
The replica posts this event when it starts receiving a reply message.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR
SYNC_REPLICA_MESSAGE_REPLY_END
The replica posts this event when it finished receiving a reply message.
replica_name WVARCHAR, master_name WVARCHAR, message_name WVARCHAR
See also
Synchronization events