NullPointerException in LogUpdateProcessorFactory.java when deleting by query *only* ------------------------------------------------------------------------------------
Key: SOLR-1529 URL: https://issues.apache.org/jira/browse/SOLR-1529 Project: Solr Issue Type: Bug Affects Versions: 1.4 Reporter: Asmodean The problem occurs when a RequestUpdate has deletions that are all *byQuery (as opposed to *byId). The variable 'deletes' is in this case never initialized and will cause a NullPointerException in some cases (where the number of deletions are high enough). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.