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 E61C825831 for ; Thu, 7 Jun 2018 09:16:42 -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 dv5-Gqr5Wd04 for ; Thu, 7 Jun 2018 09:16:42 -0400 (EDT) Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 A270A25822 for ; Thu, 7 Jun 2018 09:16:42 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 0/3][vshard] Add error messages References: <8847c034-49fa-ff23-4ca6-dab1bda9b96f@tarantool.org> From: Alex Khatskevich Message-ID: <5183211b-de2b-f0b8-1b00-6975c2299ac2@tarantool.org> Date: Thu, 7 Jun 2018 16:16:40 +0300 MIME-Version: 1.0 In-Reply-To: <8847c034-49fa-ff23-4ca6-dab1bda9b96f@tarantool.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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: Vladislav Shpilevoy , tarantool-patches@freelists.org > Why do I see this placeholder here? You should write here a short > description of the patchset. Please, answer on this email with the > description. The aim of this patchset is to make error messages more readable for a user. It consists of three commits: 1. Fix test on bucket_transferring error 2. Refactor error reporting system 3. Add error messages