Browse Source
If there are multiple consumers having allocations to the same resource provider, with different classes, it will attempt multiple INSERTs with the same consumer_id which is not allowed because of the database constraints. This patch adds a simple GROUP BY in order to ensure that the database server only provides us with unique values to avoid trying to INSERT duplicate values. Change-Id: I1acba5e65cd562472f29e354c6077f82844fa87d Closes-Bug: #1798163changes/15/611115/4
3 changed files with 14 additions and 13 deletions
Loading…
Reference in new issue