Fix incorrect parent updating lock logic

This commit is contained in:
James Seibel
2024-03-12 21:05:45 -05:00
parent e83f7bd62e
commit 968bc9addc
@@ -209,7 +209,7 @@ public class NewFullDataFileHandler
{
// stop if there are already a bunch of updates queued
if (this.parentUpdatingPosSet.size() > MAX_UPDATE_TASK_COUNT
&& this.parentUpdatingPosSet.add(parentUpdatePos))
|| !this.parentUpdatingPosSet.add(parentUpdatePos))
{
break;
}