This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 5c62092 SWEEP: Reviewed catch clauses and made improvements to
preserve stack details
new b69b025 Lucene.Net.Facet.Taxonomy.CachedOrdinalsReader: Fixed
synchronization issues with adding new items to the cache and reading
RamBytesUsed() method (see #417)
new c5c1dc0 Lucene.Net.Spatial.Util.ShapeFieldCacheProvider: Fixed
atomicity issue with loading the cache by using Lazy<T>. Fixes #319. Also see
#417.
new e50e181 Lucene.Net.Util.VirtualMethod: Removed unnecessary call to
Convert.ToInt32()
new 0a3c227 Lucene.Net.Util.AttributeSource: Restored comment from Lucene
indicating it doesn't matter if multiple threads compete to populate the
ConditionalWeakTable. See #417.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Taxonomy/CachedOrdinalsReader.cs | 56 +++++++---------------
.../Util/ShapeFieldCacheProvider.cs | 16 ++++---
src/Lucene.Net/Util/AttributeSource.cs | 1 +
src/Lucene.Net/Util/VirtualMethod.cs | 2 +-
4 files changed, 28 insertions(+), 47 deletions(-)