You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/02/04 02:45:38 UTC

[GitHub] [lucene-solr] msokolov opened a new pull request #2299: LUCENE-9731: restore consistent random seed to HnswGraphBuilder

msokolov opened a new pull request #2299:
URL: https://github.com/apache/lucene-solr/pull/2299


   A recent change replaced a static constant random seed initialized to `System.currentTimeMillis()` with a call to `System.currentTimeMillis()`, invalidating tests that relied on the consistent random behavior for reproducibility. This just undoes that change, restoring the use of `HnswGraphBuilder.randSeed`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-solr] msokolov merged pull request #2299: LUCENE-9731: restore consistent random seed to HnswGraphBuilder

Posted by GitBox <gi...@apache.org>.
msokolov merged pull request #2299:
URL: https://github.com/apache/lucene-solr/pull/2299


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org