[
https://issues.apache.org/jira/browse/UNOMI-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Serge Huber resolved UNOMI-417.
-------------------------------
Resolution: Fixed
> Profile isn't updated when several events are received at the same time
> -----------------------------------------------------------------------
>
> Key: UNOMI-417
> URL: https://issues.apache.org/jira/browse/UNOMI-417
> Project: Apache Unomi
> Issue Type: Bug
> Components: core
> Affects Versions: 1.5.4
> Reporter: romain.gauthier
> Assignee: Kevan Jahanshahi
> Priority: Major
> Fix For: 2.0.0, 1.5.5
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> If you send 2 events to unomi in the same request, with:
> * the first one, updating the profile
> * the second one, not updating the profile
>
> The code in
> [https://github.com/apache/unomi/blob/master/wab/src/main/java/org/apache/unomi/web/ServletCommon.java]
>
> will return a NO_CHANGE
>
> because of
>
> {code:java}
> changes = eventService.send(eventToSend);
> {code}
>
> The changes should take into account the changes made by the other events.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)