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 F0748732E for ; Thu, 4 Aug 2011 01:53:51 +0000 (UTC) Received: (qmail 68462 invoked by uid 500); 4 Aug 2011 01:53:51 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 68424 invoked by uid 500); 4 Aug 2011 01:53:51 -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 68416 invoked by uid 99); 4 Aug 2011 01:53:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 01:53:50 +0000 X-ASF-Spam-Status: No, hits=-2000.7 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, 04 Aug 2011 01:53:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2CE0FA791B for ; Thu, 4 Aug 2011 01:53:27 +0000 (UTC) Date: Thu, 4 Aug 2011 01:53:27 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: <238478293.6831.1312422807180.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <857270233.6114.1312407809210.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4160) HBase shell move and online may be unusable if region name or server includes binary-encoded data MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079173#comment-13079173 ] Jonathan Hsieh commented on HBASE-4160: --------------------------------------- Here's how to exercise the problem for 'move' and 'online' For move: in shell: issue {code} move "\x7f\x80","\x79\x80" {code} breakpoint on HMaster.move(...); args are byte arrays [127, -128], [127, -128] I can't figure out how to trigger the 'online' call from the shell. > HBase shell move and online may be unusable if region name or server includes binary-encoded data > ------------------------------------------------------------------------------------------------- > > Key: HBASE-4160 > URL: https://issues.apache.org/jira/browse/HBASE-4160 > Project: HBase > Issue Type: Bug > Reporter: Jonathan Hsieh > Priority: Minor > > Similar to HBASE-4115, this entails a conversion of org.apache.hadoop.hbase.utils.Bytes.toBytes to a to_java_bytes call in the 'move' and 'online' call. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira