From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 50733469719 for ; Thu, 15 Oct 2020 11:44:16 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id f29so2322891ljo.3 for ; Thu, 15 Oct 2020 01:44:16 -0700 (PDT) Date: Thu, 15 Oct 2020 11:44:13 +0300 From: Cyrill Gorcunov Message-ID: <20201015084413.GC173841@grain> References: <20201014142617.235813-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201014142617.235813-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/2] raft: a few fixes List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Vladislav Shpilevoy On Wed, Oct 14, 2020 at 05:26:15PM +0300, Cyrill Gorcunov wrote: > Vlad, Sergey, here are a few nitpicks. Feel free to > ignore just came to mind while been reading the code. > > The issue with potential nil dereference for raft worker > should be addressed separately on top of the Vlad fixes. Forgot to mention it is gorcunov/raft-fixes branch