David Arthur created SOLR-5874:
----------------------------------
Summary: 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
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]