As raised by @Berdir in 2853480:

Another problem we noticed is that the query that loads a batch of messages to serialize/encode does not explicitly sort on the ID. especially on databases other than MySQL, the order is completely undefined if you do not set it explicitly, so it will return any ids, and then you would skip some. Easy to fix with an orderBy('id', 'ASC').

CommentFileSizeAuthor
#2 set_an_explicit_sort-2854084-2.patch635 bytesscott_euser
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

scott_euser created an issue. See original summary.

scott_euser’s picture

  • scott_euser committed 75d6524 on 8.x-1.x
    Issue #2854084 by scott_euser, Berdir: Set an explicit sort order
    
scott_euser’s picture

Status: Active » Fixed
scott_euser’s picture

Issue tags: +DrupalCampLDN

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.