Comment 1 for bug 541637

Revision history for this message
Martin Pool (mbp) wrote : Re: searchTasks doesn't return all matching tasks?!

I guess the actual requests are batched, and the batching is not stable.

However it does seem very poor that by reading all the batches one after the other, you miss out on a lot of data. Perhaps missing a few that are eg inserted during iteration would be ok, but missing a lot that existed the whole time seems just wrong. Perhaps it would have done better if I'd specified a sort order?