Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ed48019

Browse files
committed
raise FATAL in receiver on hertbeat timeout
1 parent c5accda commit ed48019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dmq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ dmq_receiver_loop(PG_FUNCTION_ARGS)
11391139

11401140
if (dmq_now() - last_message_at > recv_timeout)
11411141
{
1142-
mtm_log(ERROR, "[DMQ] exit receiver due to heatbeat timeout");
1142+
mtm_log(FATAL, "[DMQ] exit receiver due to heatbeat timeout");
11431143
}
11441144

11451145
}

0 commit comments

Comments
 (0)