Page MenuHomePhabricator

Fix loop in QueryIterator when row count is an exact multiple of page size
ClosedPublic

Authored by epriestley on Jun 7 2018, 7:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 4:12 AM
Unknown Object (File)
Mon, Apr 29, 4:28 PM
Unknown Object (File)
Thu, Apr 25, 12:07 AM
Unknown Object (File)
Thu, Apr 11, 8:24 AM
Unknown Object (File)
Mar 31 2024, 11:44 PM
Unknown Object (File)
Feb 10 2024, 10:47 PM
Unknown Object (File)
Feb 9 2024, 9:15 AM
Unknown Object (File)
Jan 6 2024, 6:48 AM
Subscribers
None

Details

Summary

Ref T13152. The pager does a bit of magic here and doesn't populate nextPageID when it knows it got an exact final page. The logic misfired in this case and sent us back to the start.

Test Plan
  • Set page size to 1 to guarantee rows were an exact multiple of page size.
  • Ran rebuild-identities (I no-op'd the actual logic to make it faster).
  • Before: looped forever.
  • After: clean exit after processing everything.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable