[
https://issues.apache.org/jira/browse/SOLR-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13944497#comment-13944497
]
ASF subversion and git services commented on SOLR-5874:
-------------------------------------------------------
Commit 1580550 from [[email protected]] in branch 'dev/trunk'
[ https://svn.apache.org/r1580550 ]
SOLR-5874: Unsafe cast in CloudSolrServer's RouteException. Change
RouteException to handle Throwable rather than Exception.
SOLR-5899: CloudSolrServer's RouteResponse and RouteException should be
publicly accessible.
> Unsafe cast in RouteException
> -----------------------------
>
> Key: SOLR-5874
> URL: https://issues.apache.org/jira/browse/SOLR-5874
> Project: Solr
> Issue Type: Bug
> Components: clients - java
> Affects Versions: 4.6.1
> Reporter: David Arthur
> Assignee: Mark Miller
>
> When a non-Exception is thrown somewhere in the CloudSolrServer, I get a "XXX
> cannot be cast to java.lang.Exception"
> {code}
> java.lang.ClassCastException: java.lang.NoClassDefFoundError cannot be cast
> to java.lang.Exception
> at
> org.apache.solr.client.solrj.impl.CloudSolrServer$RouteException.<init>(CloudSolrServer.java:484)
> at
> org.apache.solr.client.solrj.impl.CloudSolrServer.directUpdate(CloudSolrServer.java:351)
> at
> org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:510)
> at
> org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
> {code}
> Should probably cast to Throwable, or do a check and wrap non-Exceptions in
> an Exception first
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]