mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #27152
[Bug 1457710] A change has been merged
Reviewed: https://reviews.mahara.org/4809
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/e475f524106371b351351fdc6eb6ac0cb76161ab
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit e475f524106371b351351fdc6eb6ac0cb76161ab
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date: Thu May 28 18:28:48 2015 +1200
Correct the order of arguments in a call to get_records_array()
Bug 1457710
Change-Id: I0ae1e2264e6f88af215d6bb769cdbfe8bd489584
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1457710
Title:
Elasticsearch plugin is not reading the queue in order
Status in Mahara ePortfolio:
Fix Committed
Bug description:
There's a minor syntax error in the elasticsearch code that pulls out
data from the queue for sending to the server.
The 3rd and 4th arguments to get_records_array() are switched, which
means that it pulls records in arbitrary database order, instead of
specifically ordered by ID.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1457710/+subscriptions
References