Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D67A1846F for ; Wed, 24 Feb 2016 21:27:22 +0000 (UTC) Received: (qmail 44088 invoked by uid 500); 24 Feb 2016 21:27:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 44019 invoked by uid 500); 24 Feb 2016 21:27:18 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 43615 invoked by uid 99); 24 Feb 2016 21:27:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 21:27:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7579C2C1F6E for ; Wed, 24 Feb 2016 21:27:18 +0000 (UTC) Date: Wed, 24 Feb 2016 21:27:18 +0000 (UTC) From: "Mikhail Antonov (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15306) Make RPC call queue length dynamically configurable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163836#comment-15163836 ] Mikhail Antonov commented on HBASE-15306: ----------------------------------------- Hmm.. Let me run tests again on jdk 1.7. Thanks [~tedyu@apache.org] > Make RPC call queue length dynamically configurable > --------------------------------------------------- > > Key: HBASE-15306 > URL: https://issues.apache.org/jira/browse/HBASE-15306 > Project: HBase > Issue Type: Improvement > Components: IPC/RPC > Affects Versions: 1.2.0 > Reporter: Mikhail Antonov > Assignee: Mikhail Antonov > Fix For: 2.0.0, 1.3.0 > > Attachments: HBASE-15306-v1.patch, HBASE-15306-v2.patch, HBASE-15306-v3.patch > > > Sometimes it's useful to be able to modify call queue size on prod cluster without having to do a rolling restart. > Here setting fixed hard limit on call queue size and soft limit which is dynamically-updatable. > https://reviews.facebook.net/D54579 for review, will test more. -- This message was sent by Atlassian JIRA (v6.3.4#6332)