akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
950 stars 513 forks source link

PIM-11342: Fix infinite loop in Re-compute DQI products scores #20383

Closed LaurentPetard closed 5 months ago

LaurentPetard commented 5 months ago

There were a infinite loop in the job that re-compute the score of all the products. In the SQL query, the condition on the UUID was comparing an UUID as string with an UUID as binary.

The script is not tested, and it would need too much effort for a SLA. Especially as this job is only executed manually, and should be fully reworked.