You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Konrad Windszus (JIRA)" <ji...@apache.org> on 2015/06/11 13:32:00 UTC

[jira] [Updated] (SLING-4797) Improve handling of Move events

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

Konrad Windszus updated SLING-4797:
-----------------------------------
    Description: 
In case you are moving a node with a lot of subnodes, this leads to a distributed deletion of the node, followed by the distributed addition of the node with all subnodes.

To improve the performance it would be good, if the move operation would really be distributed through a move event, which means that each receiver would try to move the node (instead of first deleting it and then adding it with all its subnodes).

  was:
In case you are moving a node with a lot of subnodes, this leads to a distributed deletion of the node, followed by the distributed addition of the node with all subnodes.

To improve the performance it would be good, if the move operation would really by distributed by a move event, which means that each receiver would try to move the node (instead of first deleting it and then adding it with all its subnodes).


> Improve handling of Move events
> -------------------------------
>
>                 Key: SLING-4797
>                 URL: https://issues.apache.org/jira/browse/SLING-4797
>             Project: Sling
>          Issue Type: Improvement
>          Components: Distribution
>    Affects Versions: Content Distribution Core 0.1.4
>            Reporter: Konrad Windszus
>
> In case you are moving a node with a lot of subnodes, this leads to a distributed deletion of the node, followed by the distributed addition of the node with all subnodes.
> To improve the performance it would be good, if the move operation would really be distributed through a move event, which means that each receiver would try to move the node (instead of first deleting it and then adding it with all its subnodes).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)