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 67A8817FE2 for ; Tue, 21 Apr 2015 19:56:00 +0000 (UTC) Received: (qmail 42561 invoked by uid 500); 21 Apr 2015 19:56:00 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 42526 invoked by uid 500); 21 Apr 2015 19:56:00 -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 42451 invoked by uid 99); 21 Apr 2015 19:56:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2015 19:56:00 +0000 Date: Tue, 21 Apr 2015 19:56:00 +0000 (UTC) From: "Billie Rinaldi (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-3742) Multiple-valued client properties don't work 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-3742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Billie Rinaldi updated ACCUMULO-3742: ------------------------------------- Attachment: ACCUMULO-3742.2.patch Found a few more things to fix as I worked through the branches; master patch looks more like the attached. > Multiple-valued client properties don't work > -------------------------------------------- > > Key: ACCUMULO-3742 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3742 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.6.2 > Reporter: Billie Rinaldi > Assignee: Billie Rinaldi > Priority: Blocker > Fix For: 1.7.0, 1.6.3 > > Attachments: ACCUMULO-3742.1.patch, ACCUMULO-3742.2.patch > > Time Spent: 0.5h > Remaining Estimate: 0h > > When we use the pattern new ClientConfiguration(new PropertiesConfiguration), the PropertiesConfiguration has already interpreted any multi-valued properties as lists, so when we read those properties as strings we only get the first value in the list. This affects instance.zookeeper.host and trace.span.receivers. -- This message was sent by Atlassian JIRA (v6.3.4#6332)