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 8CFD17B21 for ; Thu, 25 Aug 2011 21:40:56 +0000 (UTC) Received: (qmail 91715 invoked by uid 500); 25 Aug 2011 21:40:56 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 91406 invoked by uid 500); 25 Aug 2011 21:40:55 -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 91094 invoked by uid 99); 25 Aug 2011 21:40:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 21:40:55 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 21:40:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 53933CF690 for ; Thu, 25 Aug 2011 21:40:33 +0000 (UTC) Date: Thu, 25 Aug 2011 21:40:33 +0000 (UTC) From: "Prakash Khemani (JIRA)" To: issues@hbase.apache.org Message-ID: <1657088981.15201.1314308433338.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1752839882.18668.1308451007558.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4007) distributed log splitting can get indefinitely stuck 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-4007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091345#comment-13091345 ] Prakash Khemani commented on HBASE-4007: ---------------------------------------- (I had tried using reviewboard yesterday but it was fataling on me - Internal Server Error 500. Thanks for reviewing the patch the hard way) == For deadWorkers - one of the goals was to not block handleDeadWorkers() and worry about deadlocks etc. I could have used ConcurrentSet but I was not sure of the semantics - how an iterator behaves when another item is added. I will change this to use ConcurrentSet ... please let me know. == I will change registerHeartbeat() to hearbeat(). > distributed log splitting can get indefinitely stuck > ---------------------------------------------------- > > Key: HBASE-4007 > URL: https://issues.apache.org/jira/browse/HBASE-4007 > Project: HBase > Issue Type: Bug > Reporter: Prakash Khemani > Assignee: Prakash Khemani > Priority: Critical > Attachments: 0001-HBASE-4007-distributed-log-splitting-can-get-indefin.patch > > > After the configured number of retries SplitLogManager is not going to resubmit log-split tasks. In this situation even if the splitLogWorker that owns the task dies the task will not get resubmitted. > When a regionserver goes away then all the split-log tasks that it owned should be resubmitted by the SplitLogMaster. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira