Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FD55100F2 for ; Fri, 20 Dec 2013 04:08:17 +0000 (UTC) Received: (qmail 84584 invoked by uid 500); 20 Dec 2013 04:08:14 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 84511 invoked by uid 500); 20 Dec 2013 04:08:10 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 84479 invoked by uid 99); 20 Dec 2013 04:08:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 04:08:09 +0000 Date: Fri, 20 Dec 2013 04:08:09 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1593) Looking up instanceName in ZK doesn't use consistent encoding 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/ACCUMULO-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853649#comment-13853649 ] ASF subversion and git services commented on ACCUMULO-1593: ----------------------------------------------------------- Commit 041b482f672bf6a147ac8c9d1646c5aee705d270 in branch refs/heads/1.5.1-SNAPSHOT from [~elserj] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=041b482 ] ACCUMULO-1593 Applying Ted's patch to ensure UTF-8 String encoding applied to instance id pulled from ZK. > Looking up instanceName in ZK doesn't use consistent encoding > ------------------------------------------------------------- > > Key: ACCUMULO-1593 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1593 > Project: Accumulo > Issue Type: Bug > Reporter: Christopher Tubbs > Assignee: Ted Yu > Labels: newbie > Fix For: 1.6.0 > > Attachments: accumulo-1593-v1.txt, accumulo-1593-v2.txt > > > We need to be more careful about encoding and decoding instance names and IDs in zookeeper. They should use UTF-8 explicitly, right now, they use the JVM default, which can differ between JVM runs (even between Initialize and start-all). -- This message was sent by Atlassian JIRA (v6.1.4#6159)