Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MOB-21074] Fix threading issues during map updates in updateProposition #87

Merged
merged 7 commits into from
Aug 6, 2024
Prev Previous commit
[MOB-21074] Comments updated
  • Loading branch information
siddique-adobe committed Aug 6, 2024
commit ab0b498c96bae4f60e2eba076e89fb7933172a66
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public boolean doWork(final Event event) {
private final Map<String, List<DecisionScope>> updateRequestEventIdsInProgress =
new ConcurrentHashMap<>();

// a dictionary to accumulate propositions returned in various personalization:decisions events
// for the same Edge personalization request.
// Concurrent Map to accumulate propositions returned in various personalization:decisions
// events
// for the same Edge personalization request.
Expand Down