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

Distribute DMN decision to other partitions #8567

Closed
Tracked by #8083
saig0 opened this issue Jan 11, 2022 · 0 comments · Fixed by #8655
Closed
Tracked by #8083

Distribute DMN decision to other partitions #8567

saig0 opened this issue Jan 11, 2022 · 0 comments · Fixed by #8655
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior scope/broker Marks an issue or PR to appear in the broker section of the changelog

Comments

@saig0
Copy link
Member

saig0 commented Jan 11, 2022

Description

The deployed DMN decisions are part of the deployment event. The deployment event is distributed from the deployment-partition (i.e. partition 1) to all other partitions. On the other partitions, we should put the DMN decisions in the state to evaluate DMN decisions on all partitions.

  • extend the event applier for the deployment DISTRIBUTED event
    • insert the decisions and DRGs in the DMN decision state

blocked by #8069
blocked by #8072

@saig0 saig0 added kind/feature Categorizes an issue or PR as a feature, i.e. new behavior scope/broker Marks an issue or PR to appear in the broker section of the changelog labels Jan 11, 2022
@saig0 saig0 added this to the Evaluate DMN decisions milestone Jan 11, 2022
@saig0 saig0 added this to Planned in Zeebe Jan 11, 2022
ghost pushed a commit that referenced this issue Jan 28, 2022
8655: Distribute DMN decision to other partitions r=saig0 a=saig0

## Description

* put DMN resources of distributed deployment event in the state
* verify the distribution by checking the presents of the `distributed` and `fully distributed` deployment events
  * unfortunately, the tests don't check that the DMNs are really put in the state
  * I would postpone the full test until we can evaluate decisions with business rule tasks   

## Related issues

closes #8567



Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
@ghost ghost closed this as completed in 7bee6c2 Jan 28, 2022
Zeebe automation moved this from Planned to Done Jan 28, 2022
@KerstinHebel KerstinHebel removed this from Done in Zeebe Mar 23, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior scope/broker Marks an issue or PR to appear in the broker section of the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants