Actions
Architecture #7403
closedArchitecture #7320: Add a helper method for parallel sequence traversal in commons
Paralell sequence may have a not correct result (missing elements)
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Fix check:
Regression:
Description
Test fails sometimes leading to the following result
size of base list is: 9
Size of result list is: 8
This is because the buffer is not synchronized :(
Updated by Vincent MEMBRÉ about 9 years ago
- Subject changed from Test may fail on some case on parallel sequences to Paralell sequence may have a not correct result (missing elements)
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder-commons/pull/19
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-commons|3fbd7154ffad9514a3f34f08bbe8b9c0192bce91.
Updated by François ARMAND about 9 years ago
Applied in changeset rudder-commons|3d3d674b81399e4100e25d04a7296a1f5dac4e01.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.2.0~beta1 which was released today.
Updated by François ARMAND over 8 years ago
- Related to Bug #8427: Parallel traversal of new promises directories causes some nodes promises to not be updated added
Actions