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

[jira] [Assigned] (UNOMI-502) Do not validate segment that are disabled

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

Kevan Jahanshahi reassigned UNOMI-502:
--------------------------------------

    Assignee: Kevan Jahanshahi

> Do not validate segment that are disabled
> -----------------------------------------
>
>                 Key: UNOMI-502
>                 URL: https://issues.apache.org/jira/browse/UNOMI-502
>             Project: Apache Unomi
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.0.0, 1.6.0
>            Reporter: Kevan Jahanshahi
>            Assignee: Kevan Jahanshahi
>            Priority: Major
>             Fix For: 2.0.0, 1.6.0
>
>
> Currently we have an issue with dependant segments due to the validation recently implemented for: https://issues.apache.org/jira/browse/UNOMI-419
> When a segment A is depending on a segment B.
> and you want to delete segment B.
> There is an internal logic that trigger the automatic update of the segment A, to remove the references of the deleted segment B.
> But in case segment A doesnt have any condition anymore at the end, due to segment B removed.
> Then the segment A become invalid and cannot be saved again, even if this one have been disabled.
> So I propose this PR: link
> to not validate Segments that are disabled.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)