You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2013/07/26 09:31:49 UTC

[jira] [Created] (SOLR-5078) SolrJ NPE in delete()

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org