From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 6192E226FD for ; Tue, 22 May 2018 07:26:40 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HtxPpG0LMcI9 for ; Tue, 22 May 2018 07:26:40 -0400 (EDT) Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 1EDD4225AF for ; Tue, 22 May 2018 07:26:39 -0400 (EDT) Received: from [185.6.245.156] (port=57624 helo=tarantool.org) by smtp36.i.mail.ru with esmtpa (envelope-from ) id 1fL5R8-0001PA-66 for tarantool-patches@freelists.org; Tue, 22 May 2018 14:26:38 +0300 Date: Tue, 22 May 2018 14:24:33 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 2/2] replication: display downstream status at upstream Message-ID: <20180522112433.ipboflykito2nnjv@tarantool.org> References: <20180522070716.fnrhrzkmnmedaspe@tarantool.org> <1526985846.442620261@f468.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1526985846.442620261@f468.i.mail.ru> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org On 22 мая 13:44, Konstantin Belyavskiy wrote: > Kirill, > thank you for mention that. In earlier version relay could be a NULL pointer but now > it could be deleted only with replica. > So it's outdated code. > > + assert(replica->relay); Would you mind submitting an updated patch? -- Regards, Kirill Yukhin