mirror of https://github.com/apache/lucene.git
SOLR-5996: Add deleteId and not Id for failed delete tracking.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1589127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2234d02205
commit
521361d252
|
@ -94,7 +94,7 @@ public class StopableIndexingThread extends AbstractFullDistribZkTestBase.Stopab
|
|||
System.err.println("ROOT CAUSE for id=" + deleteId);
|
||||
((SolrServerException) e).getRootCause().printStackTrace();
|
||||
}
|
||||
deleteFails.add(id);
|
||||
deleteFails.add(deleteId);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue