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 38ECDE24D for ; Tue, 19 Feb 2013 06:41:14 +0000 (UTC) Received: (qmail 5144 invoked by uid 500); 19 Feb 2013 06:41:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 4982 invoked by uid 500); 19 Feb 2013 06:41:13 -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 4946 invoked by uid 99); 19 Feb 2013 06:41:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2013 06:41:13 +0000 Date: Tue, 19 Feb 2013 06:41:12 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7874) Allow RegionServer to abort "Put" if it detects that the HBase Client got SocketTimeoutException and disconnected. 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-7874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13581053#comment-13581053 ] Hadoop QA commented on HBASE-7874: ---------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12569893/HBASE-7874-0.94.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/4461//console This message is automatically generated. > Allow RegionServer to abort "Put" if it detects that the HBase Client got SocketTimeoutException and disconnected. > ------------------------------------------------------------------------------------------------------------------ > > Key: HBASE-7874 > URL: https://issues.apache.org/jira/browse/HBASE-7874 > Project: HBase > Issue Type: Improvement > Components: regionserver > Affects Versions: 0.94.5 > Reporter: Maryann Xue > Assignee: Maryann Xue > Priority: Minor > Attachments: HBASE-7874-0.94.patch > > > Usually, when regionserver cannot catch up with the put load given by the client, what happens is region server starts to block update requests from the client until required resource has been reclaimed (i.e. memstore has been flushed). > But in more severe situations, the blocking time gets so long that the client begins to have SocketTimeoutException and then decides to retry, while in fact the updates are written into memstore later after they are unblocked. Even though the client has something like a binary rollback for retry intervals, this can still lead to a vicious circle, leaving the client to have very low throughput. > Think we can enable an option to allow regionserver to check if the client has disconnected (just like what we do in scan) after coming back from "blocking", so that the regionserver has the same view as the client on whether updates are successfully committed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira