Re: Solr Cloud error with shard update

2014-03-13 Thread Shawn Heisey
On 3/13/2014 12:54 PM, cpk wrote: We're seeing the same behavior with Solr 4.6.0 and 4.7. DataInputHandler loads documents, but the updates to the replica fail because of the limited support for the BigDecimal type in SolrCloud. We've successfully worked around the issue by setting convertType=

Re: Solr Cloud error with shard update

2014-03-13 Thread cpk
SolrCloud. DIH shouldn't try to submit the BigDecimal type, if its not well supported by Solr. SolrCloud should try to support BigDecimal, but that suggestion has been pending for a while. Hope this helps. Chris -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cl

Re: Solr Cloud error with shard update

2013-12-12 Thread dboychuck
I have created Jira issue here: https://issues.apache.org/jira/browse/SOLR-5551 -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-error-with-shard-update-tp4106260p4106448.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Cloud error with shard update

2013-12-11 Thread Shawn Heisey
On 12/11/2013 5:01 PM, dboychuck wrote: > I am running a data import and it is throwing all kinds of errors. I am > upgrading to 4.6 from 4.5.1 with the exact schema and solrconfig and dih > configs. > > Here is the error I am getting: > > org.apache.solr.common.SolrException: ERROR: [doc=k-690ko

Re: Solr Cloud error with shard update

2013-12-11 Thread dboychuck
7.0_10-b18) Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode) -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-error-with-shard-update-tp4106260p4106271.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Cloud error with shard update

2013-12-11 Thread dboychuck
.java:650) at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:47) at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:118) ... 13 more -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-error-with-shard-update-tp

Re: Solr Cloud error with shard update

2013-12-11 Thread dboychuck
ntUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:240) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) -- Vi

Solr Cloud error with shard update

2013-12-11 Thread dboychuck
ield(DocumentBuilder.java:47) at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:118) ... 12 more It looks like there is a problem with the readJavaFormat() function on a tried field? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-error-wi