repmgrd: add log line to indicate node recovery detected

This commit is contained in:
Ian Barwick
2017-07-31 09:58:13 +09:00
parent 3582a80e48
commit 8d7d83347a

View File

@@ -514,6 +514,9 @@ do_bdr_recovery(NodeInfoList *nodes, t_node_info *monitored_node)
get_bdr_other_node_name(local_conn, local_node_info.node_id, node_name);
log_info(_("detected recovery on node %s (ID: %i), checking status"),
monitored_node->node_name,
monitored_node->node_id);
for (i = 0; i < config_file_options.bdr_recovery_timeout; i++)
{