Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 32378 invoked from network); 26 May 2010 20:09:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 May 2010 20:09:50 -0000 Received: (qmail 47481 invoked by uid 500); 26 May 2010 20:09:50 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 47450 invoked by uid 500); 26 May 2010 20:09:50 -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 47442 invoked by uid 500); 26 May 2010 20:09:50 -0000 Delivered-To: apmail-hadoop-hbase-issues@hadoop.apache.org Received: (qmail 47439 invoked by uid 99); 26 May 2010 20:09:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 20:09:50 +0000 X-ASF-Spam-Status: No, hits=-1468.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 20:09:50 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4QK9Tu4014697 for ; Wed, 26 May 2010 20:09:29 GMT Message-ID: <21289028.6961274904569810.JavaMail.jira@thor> Date: Wed, 26 May 2010 16:09:29 -0400 (EDT) From: "HBase Review Board (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2613) Remove the code around MSG_CALL_SERVER_STARTUP 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-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871920#action_12871920 ] HBase Review Board commented on HBASE-2613: ------------------------------------------- Message from: "Todd Lipcon" ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/89/#review78 ----------------------------------------------------------- unit test? - Todd > Remove the code around MSG_CALL_SERVER_STARTUP > ---------------------------------------------- > > Key: HBASE-2613 > URL: https://issues.apache.org/jira/browse/HBASE-2613 > Project: HBase > Issue Type: Improvement > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.21.0 > > > Currently we have a weird piece of code in the master that handles region servers that report but that we don't know about. People likely see: > {code} > LOG.warn("Received report from unknown server -- telling it " + > "to " + HMsg.CALL_SERVER_STARTUP + ": " + info.getServerName()); > {code} > But I never saw that working.correctly, usually the region server will restar-ish and we will likely end up with double assignment. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.