From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 13EAA445320 for ; Mon, 13 Jul 2020 11:03:47 +0300 (MSK) Date: Mon, 13 Jul 2020 11:03:38 +0300 From: Sergey Kaplun Message-ID: <20200713080338.GA14773@root> References: <20200712150418.3565-1-skaplun@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200712150418.3565-1-skaplun@tarantool.org> Subject: [Tarantool-patches] Omit this patch. List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Cc: Vladislav Shpilevoy , Alexander Turenko I came up with a workaround - this patch is not neccessary. Fill free to ignore. On 12.07.20, Sergey Kaplun wrote: > Function wait_vclock is unsuitable for waiting vclock, when there are > inserts in local spaces. Function wait_vclock_ignore0 waits for > corresponding vclock ignoring zero component. > ... -- Best regards, Sergey Kaplun