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 05D53186F0 for ; Sat, 5 Sep 2015 02:11:46 +0000 (UTC) Received: (qmail 62091 invoked by uid 500); 5 Sep 2015 02:11:45 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 62034 invoked by uid 500); 5 Sep 2015 02:11:45 -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 62018 invoked by uid 99); 5 Sep 2015 02:11:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2015 02:11:45 +0000 Date: Sat, 5 Sep 2015 02:11:45 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14364) hlog_roll and compact_rs broken in shell 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-14364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14731716#comment-14731716 ] Hudson commented on HBASE-14364: -------------------------------- FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #1064 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1064/]) HBASE-14364 hlog_roll and compact_rs broken in shell (Lars Hofhansl) (apurtell: rev af789a57e279822ab261145a7d69e1848eff63c7) * hbase-shell/src/main/ruby/hbase/admin.rb > hlog_roll and compact_rs broken in shell > ---------------------------------------- > > Key: HBASE-14364 > URL: https://issues.apache.org/jira/browse/HBASE-14364 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.14 > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Fix For: 0.98.15 > > Attachments: 14364-0.98.txt > > > Just noticed that both hlog_roll and compact_rs are broken in shell (at least in 0.98). > The hlog_roll broken 3 times: (1) calls admin.rollWALWriter, which no longer exists, and (2) tries to pass a ServerName, but method takes a string, and (3) uses unqualified ServerName to get a server name, which leads to an uninitialized constant error. > compact_rs only has the latter problem. > Patch upcoming. -- This message was sent by Atlassian JIRA (v6.3.4#6332)