magibney commented on pull request #2: URL: https://github.com/apache/solr/pull/2#issuecomment-801119305
Made cachedOrdIdxMap `volatile` in 8007e5c. Another option would be to make it `final` and eagerly compute it in the constructor (trading `volatile` overhead for some unnecessary work on transient DocSets that are never asked to supply an iterator). ---------------------------------------------------------------- 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: [email protected]
