Closed NightOwl888 closed 3 years ago
See https://github.com/apache/lucenenet/issues/417 for a more complete description.
This issue also applies to the GetOrCreate() method of SoftCache, which should be reviewed.
GetOrCreate()
SoftCache
It is suspected that this may be the source of concurrency issues with ThaiTokenizer and ICUTokenizer tests of Lucene.NET, which are known to fail without extra locking that was not part of the original design.
ThaiTokenizer
ICUTokenizer
See https://github.com/apache/lucenenet/issues/417 for a more complete description.
This issue also applies to the
GetOrCreate()
method ofSoftCache
, which should be reviewed.It is suspected that this may be the source of concurrency issues with
ThaiTokenizer
andICUTokenizer
tests of Lucene.NET, which are known to fail without extra locking that was not part of the original design.