Current updateSpillingStats() function is called exactly after we spill, because NearStage spills explicitly.
In an older iteration, NearStage relied on the spillable structures to spill automatically on reaching the limit, so it had to update spilling stats explicitly when in getStats().
Looks like when we changed the spilling algorithm, we forgot to remove this call.