[Tarantool-patches] [RFC] gc/xlog: delay xlog cleanup until relays are subscribed

Cyrill Gorcunov gorcunov at gmail.com
Wed Mar 17 21:59:39 MSK 2021


On Wed, Mar 17, 2021 at 09:57:43PM +0300, Cyrill Gorcunov wrote:
> @@ -771,9 +791,6 @@ relay_subscribe_f(va_list ap)
>  		cpipe_push(&relay->tx_pipe, &relay->status_msg.msg);
>  	}
>  
> -	if (!relay->replica->anon)
> -		relay_send_is_raft_enabled(relay, &raft_enabler, false);
> -

Ignore this hunk, sneaked in occasionally :-)


More information about the Tarantool-patches mailing list