Hi, We discovered a bad bug in 7x that affects indices created in 6x with Lucene54DocValues format. The SortedNumericDocValues created with this format have a bug when advanceExact is used, the values retrieved for the docs when advanceExact returns true are invalid (the pointer to the values is not updated): https://issues.apache.org/jira/browse/LUCENE-8117 This affects all indices created in 6x with sorted numeric doc values so I wanted to ask if anyone objects to a bugfix release for 7.2 (7.2.1). I also volunteer to be the release manager for this one if it is accepted.
Jim