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 D9C0FC793 for ; Sat, 2 Jun 2012 00:50:24 +0000 (UTC) Received: (qmail 66104 invoked by uid 500); 2 Jun 2012 00:50:24 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66021 invoked by uid 500); 2 Jun 2012 00:50:23 -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 65855 invoked by uid 99); 2 Jun 2012 00:50:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2012 00:50:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 9C2701402B8 for ; Sat, 2 Jun 2012 00:50:23 +0000 (UTC) Date: Sat, 2 Jun 2012 00:50:23 +0000 (UTC) From: "Zhihong Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <518781977.29147.1338598223641.JavaMail.jiratomcat@issues-vm> In-Reply-To: <2001443743.24791.1336091330275.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5936) Add Column-level PB-based calls to HMasterInterface 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-5936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287813#comment-13287813 ] Zhihong Yu commented on HBASE-5936: ----------------------------------- I can easily reproduce one of the test failures seen on Jenkins (https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2972/testReport/org.apache.hadoop.hbase.master/TestHMasterRPCException/testRPCException/): {code} Failed tests: testRPCException(org.apache.hadoop.hbase.master.TestHMasterRPCException): Unexpected throwable: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet {code} > Add Column-level PB-based calls to HMasterInterface > --------------------------------------------------- > > Key: HBASE-5936 > URL: https://issues.apache.org/jira/browse/HBASE-5936 > Project: HBase > Issue Type: Task > Components: ipc, master, migration > Reporter: Gregory Chanan > Assignee: Gregory Chanan > Fix For: 0.96.0 > > Attachments: HBASE-5936-v3.patch, HBASE-5936-v4.patch, HBASE-5936-v4.patch, HBASE-5936-v5.patch, HBASE-5936-v6.patch, HBASE-5936.patch > > > This should be a subtask of HBASE-5445, but since that is a subtask, I can't also make this a subtask (apparently). > This is for converting the column-level calls, i.e.: > addColumn > deleteColumn > modifyColumn -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira