Defect #1818
closedDuplicate values in controlled values for Merge strategy
100%
Description
Version: 9.7.4
We have workflow syncRoleLdap that resaves transformation scripts for an attribute with Merge strategy.
Every save causes AttributeControlledValuesRecalculationTaskExecutor.
The result is that some controlled values for the Merge strategy are duplicate.
The provisioning and merge strategy works fine AFAIK, but it doesn't look well.
Files
Related issues
Updated by Vít Švanda over 5 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
I spend two hours with trying simulate this problem locally, but without success. I created system with 1000 roles with unique merge value. I run resave all this role attributes, but none duplicated values were created.
Generally this problem is caused by processing more recalculations of controlled values in same time. So the solution made in #1819 (recalculations are not execute on every save of role attribute) should solve this too.
Updated by Vít Švanda over 5 years ago
- Related to Defect #1819: Failed provisioning during attribute recalculation added
Updated by Radek Tomiška over 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 100
I did test and review, it works, thx!