Markus Jelsma created SOLR-5078:
-----------------------------------
Summary: SolrJ NPE in delete()
Key: SOLR-5078
URL: https://issues.apache.org/jira/browse/SOLR-5078
Project: Solr
Issue Type: Bug
Components: clients - java
Affects Versions: 5.0
Reporter: Markus Jelsma
Priority: Minor
Fix For: 5.0, 4.5
Some servers were restarted while our Hadoop job was trying to delete some
records. We're also testing SOLR-4816.
{code}
java.lang.NullPointerException
at
org.apache.solr.common.cloud.ZkCoreNodeProps.getBaseUrl(ZkCoreNodeProps.java:40)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.directUpdate(CloudSolrServer.java:262)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:483)
at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
at
org.apache.solr.client.solrj.SolrServer.deleteById(SolrServer.java:262)
at
org.apache.solr.client.solrj.SolrServer.deleteById(SolrServer.java:248)
{code}
--
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: [email protected]
For additional commands, e-mail: [email protected]