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 59BC5469719 for ; Thu, 29 Oct 2020 12:37:55 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id k25so2337990lji.9 for ; Thu, 29 Oct 2020 02:37:55 -0700 (PDT) Date: Thu, 29 Oct 2020 12:37:52 +0300 From: Cyrill Gorcunov Message-ID: <20201029093752.GB198833@grain> References: <20201029083707.309206-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201029083707.309206-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH v2 0/2] raft: a few fixes for raft state symbolics List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Vladislav Shpilevoy On Thu, Oct 29, 2020 at 11:37:05AM +0300, Cyrill Gorcunov wrote: > Just to make raft state symbolic representation being safe for > arbitrary data since we use it for debug purposes as well. > Forgot to pin the branch, gorcunov/raft-fixes-2