Description
In the /segments portion of the admin site, the segments are displayed as a bar graph with the size of each bar proportional to the logarithm of the segment size.
Within each bar the number of deleted documents is shown as a dark-gray portion at the end.
Before the angular version, the size of this part was directly proportional to the number of deleted documents with respect to the total number of documents in the segment
In the angular version, the dark-gray portion is way too large.
In the previous version, the result was odd as well since it displayed a proportional percentage within in a logarithmic graph.
I'll add a PR shortly that changes the calculation so the dark-gray part looks approximately proportional to the size the segment would shrink if optimized.
Attachments
Issue Links
- Is contained by
-
LUCENE-7976 Make TieredMergePolicy respect maxSegmentSizeMB and allow singleton merges of very large segments
- Closed
- relates to
-
SOLR-7666 Umbrella ticket for Angular JS post-5.2.1 issues
- Closed
- links to