You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "Serge Huber (Jira)" <ji...@apache.org> on 2021/01/25 10:06:00 UTC

[jira] [Assigned] (UNOMI-417) Profile isn't updated when several events are received at the same time

     [ https://issues.apache.org/jira/browse/UNOMI-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Serge Huber reassigned UNOMI-417:
---------------------------------

    Assignee: Kevan Jahanshahi

> 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
>
>
> 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)