You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at one point the method [GetAndAdd] didn't exist, we should do a sweep to ensure that all calls to GetAndAdd(), AddAndGet(), IncrementAndGet(), GetAndIncrement(), DecrementAndGet(), and GetAndDecrement() match Lucene (for both AtomicInt32 and AtomicInt64). We may not have caught this everywhere it matters.
The text was updated successfully, but these errors were encountered:
* SWEEP: Reviewed all applications of .AddAndGet() methods from atomic numeric classes
* SWEEP: Reviewed all applications of .GetAndAdd() methods from atomic numeric classes
* SWEEP: Reviewed all applications of .IncrementAndGet(), .GetAndIncrement(), .DecrementAndGet(), and .GetAndDecrement() from atomic numeric classes. Closes#917.
Is there an existing issue for this?
Task description
Context: #914 (comment)
From @NightOwl888:
The text was updated successfully, but these errors were encountered: