[
https://issues.apache.org/jira/browse/SYNCOPE-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16713010#comment-16713010
]
ASF subversion and git services commented on SYNCOPE-1409:
----------------------------------------------------------
Commit fb7dc553223ee0d483001a94a4cbeb070f4cf879 in syncope's branch
refs/heads/master from [~ilgrosso]
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=fb7dc55 ]
[SYNCOPE-1409] Avoid double read either before and afterwards
> Avoid double round-trip to External Resource during Push
> --------------------------------------------------------
>
> Key: SYNCOPE-1409
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1409
> Project: Syncope
> Issue Type: Improvement
> Components: core
> Reporter: Francesco Chicchiriccò
> Assignee: Francesco Chicchiriccò
> Priority: Major
> Fix For: 2.0.12, 2.1.3, 3.0.0
>
>
> During execution of Push Task, the following operation sequence is found:
> # read on External Resource to assess whether MATCHING or UNMATCHING rule is
> to apply
> # create and execute a Propagation Task - which will
> ## read on External Resource to decide for actual create or update
> ## read on External Resource afterwards, to check for the result
> # read on External Resource afterwards, for Audit / Reporting
> It seems far from efficiency, round-trip should be reduced to 1 read before /
> 1 read afterwards.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)