Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9790218093 for ; Thu, 6 Aug 2015 13:46:05 +0000 (UTC) Received: (qmail 18742 invoked by uid 500); 6 Aug 2015 13:46:05 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 18669 invoked by uid 500); 6 Aug 2015 13:46:05 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 18588 invoked by uid 99); 6 Aug 2015 13:46:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2015 13:46:05 +0000 Date: Thu, 6 Aug 2015 13:46:05 +0000 (UTC) From: "Todd Baldwin (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AVRO-1712) NettyAvroRpcClient.configure() prevents timeouts less than one second MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Todd Baldwin created AVRO-1712: ---------------------------------- Summary: NettyAvroRpcClient.configure() prevents timeouts less than one second Key: AVRO-1712 URL: https://issues.apache.org/jira/browse/AVRO-1712 Project: Avro Issue Type: Improvement Components: java Affects Versions: 1.7.7 Reporter: Todd Baldwin Priority: Minor The NettyAvroRpcClient prevents connection or request timeouts less than one second. I would like to remove this restriction. I'm hoping to specify values down to around the tens-of-millisecond ranges. My actual use case is log4j/Flume with Load-Balancing Log4jAppender using Avro. I have 50 clients hosts sending to 70 Flume collectors. Under high load, log4j/Flume can spend a long time in timeouts to multiple destinations with the 1 second request/connect timeouts. I would like to bring the NettyAvroRpcClient timeouts down into the 50 millisecond-or-so range to help avoid buffer overflows when one or more destinations are down. -- This message was sent by Atlassian JIRA (v6.3.4#6332)