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 682D310FE3 for ; Mon, 5 Aug 2013 19:51:03 +0000 (UTC) Received: (qmail 37433 invoked by uid 500); 5 Aug 2013 19:51:00 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 36390 invoked by uid 500); 5 Aug 2013 19:50:53 -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 36242 invoked by uid 99); 5 Aug 2013 19:50:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Aug 2013 19:50:50 +0000 Date: Mon, 5 Aug 2013 19:50:50 +0000 (UTC) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-5101) Invalid UTF-8 character 0xfffe during shard update 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-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729871#comment-13729871 ] Yonik Seeley commented on SOLR-5101: ------------------------------------ Hmmm, this looks like the stack trace from the client side (the solr node forwarding the update to another node). Could you get the stack trace from the receiving node that hopefully shows exactly where the exception is thrown from? > Invalid UTF-8 character 0xfffe during shard update > -------------------------------------------------- > > Key: SOLR-5101 > URL: https://issues.apache.org/jira/browse/SOLR-5101 > Project: Solr > Issue Type: Bug > Components: clients - java > Affects Versions: 4.3 > Environment: Ubuntu 12.04.2 > java version "1.6.0_27" > OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1) > OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) > Reporter: Federico Chiacchiaretta > > On data import from a PostgreSQL db, I get the following error in solr.log: > ERROR - 2013-08-01 09:51:00.217; org.apache.solr.common.SolrException; shard update error RetryNode: http://172.16.201.173:8983/solr/archive/:org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Invalid UTF-8 character 0xfffe at char #416, byte #127) > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:402) > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180) > at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332) > at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:679) > This prevents the document from being successfully added to the index, and a few documents targeting the same shard are also missing. > This happens silently, because data import completes successfully, and the whole number of documents reported as Added includes those who failed (and are actually lost). > Is there a known workaround for this issue? > Regards, > Federico Chiacchiaretta -- 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