-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 8.5
-
Fix Version/s: master (9.0), 8.6
-
Component/s: None
-
Labels:
-
Lucene Fields:New, Patch Available
As mentioned in this
https://github.com/apache/lucene-solr/pull/513#discussion_r399131681
the method clearDeletedDocIds in BufferedUpdates.java has a bug, it can't reset bytesUsed correctly
void clearDeletedDocIds() { deleteDocIDs.clear(); bytesUsed.addAndGet(-deleteDocIDs.size() * BufferedUpdates.BYTES_PER_DEL_DOCID); }
- links to