Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E0D0DF41 for ; Sat, 15 Sep 2012 17:49:10 +0000 (UTC) Received: (qmail 80879 invoked by uid 500); 15 Sep 2012 17:49:08 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 80807 invoked by uid 500); 15 Sep 2012 17:49:08 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 80509 invoked by uid 99); 15 Sep 2012 17:49:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Sep 2012 17:49:07 +0000 Date: Sun, 16 Sep 2012 04:49:07 +1100 (NCT) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Message-ID: <859837336.84509.1347731347784.JavaMail.jiratomcat@arcas> In-Reply-To: <2100322026.71743.1347485828713.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (SOLR-3831) atomic updates do not distribute correctly to other nodes 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/SOLR-3831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-3831. ------------------------------- Resolution: Fixed Fix committed - thanks Jim! > atomic updates do not distribute correctly to other nodes > --------------------------------------------------------- > > Key: SOLR-3831 > URL: https://issues.apache.org/jira/browse/SOLR-3831 > Project: Solr > Issue Type: Bug > Components: SolrCloud > Affects Versions: 4.0-BETA > Environment: linux > Reporter: Jim Musil > Assignee: Mark Miller > Priority: Blocker > Fix For: 4.0, 5.0 > > Attachments: SOLR-3831.patch > > > After setting up two independent solr nodes using the SolrCloud tutorial, atomic updates to a field of type "payloads" gives an error when updating the destination node. > The error is: > SEVERE: java.lang.NumberFormatException: For input string: "100}" > The input sent to the first node is in the expected default format for a payload field (eg "foo|100") and that update succeeds. I've found that the update always works for the first node, but never the second. > I've tested each server running independently and found that this update works as expected. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org