lucene-solr icon indicating copy to clipboard operation
lucene-solr copied to clipboard

SOLR-14381: Integer overflow in total count in grouping results

Open chatman opened this issue 5 years ago • 0 comments

Integer overflow in total count in grouping results. Please note that this is a PR on branch_8x, since it is more complex than the master change. 8x needs backward and forward compatability, and hence Utils.intIfNotOverflown(long) is used here. In the master variant of this patch, that method wouldn't be there and long would be expected everywhere (including tests).

chatman avatar Apr 06 '20 17:04 chatman