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 1702A2077A for ; Mon, 10 Dec 2018 07:59:05 -0500 (EST) 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 C3b0LQhxM8Gx for ; Mon, 10 Dec 2018 07:59:05 -0500 (EST) Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 52ADA20698 for ; Mon, 10 Dec 2018 07:59:04 -0500 (EST) Date: Mon, 10 Dec 2018 15:59:01 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] jdbc: add connection timeout configuration and handling Message-ID: <20181210125901.4q265o6dv6a37jn3@tkn_work_nb> References: <1539359249-27397-1-git-send-email-ztarvos@gmail.com> <20181022042130.4qf2lzj3pezfxi63@tkn_work_nb> <20181115172207.GA7831@daedra.localdomain> <20181126150153.zmqltvuxwsqacfq7@tkn_work_nb> <20181205111621.GA11294@daedra.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181205111621.GA11294@daedra.localdomain> 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: Sergei Kalashnikov Cc: tarantool-patches Thank you for all that work! Pushed to connector-1.8.jdbc. WBR, Alexander Turenko. On Wed, Dec 05, 2018 at 02:16:23PM +0300, Sergei Kalashnikov wrote: > Hi Alexander! Thank you for review. > Please find my answers and the patch below.