You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2019/07/03 00:11:00 UTC

[GitHub] [lucenenet] sthmathew opened a new pull request #226: Support.IO.FileSupport::fileCanonPathCache needs to be threadsafe

sthmathew opened a new pull request #226: Support.IO.FileSupport::fileCanonPathCache needs to be threadsafe
URL: https://github.com/apache/lucenenet/pull/226
 
 
   Lucene.Net.Support.IO.FileSupport is a static class with a private static readonly dictionary used as a cache. If accessed by multiple threads, when the dictionary is resized requests will start to fail.
   
   Reported [here](https://issues.apache.org/jira/browse/LUCENENET-609)

----------------------------------------------------------------
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


With regards,
Apache Git Services