Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B30C1200C1B for ; Tue, 14 Feb 2017 10:23:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B1B92160B6D; Tue, 14 Feb 2017 09:23:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0AB6F160B5F for ; Tue, 14 Feb 2017 10:23:45 +0100 (CET) Received: (qmail 44436 invoked by uid 500); 14 Feb 2017 09:23:45 -0000 Mailing-List: contact dev-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list dev@sling.apache.org Received: (qmail 44424 invoked by uid 99); 14 Feb 2017 09:23:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2017 09:23:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B77F9C047D for ; Tue, 14 Feb 2017 09:23:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id WBNeddlLSHcF for ; Tue, 14 Feb 2017 09:23:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E63F45FAFB for ; Tue, 14 Feb 2017 09:23:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8832BE0798 for ; Tue, 14 Feb 2017 09:23:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 091E624132 for ; Tue, 14 Feb 2017 09:23:42 +0000 (UTC) Date: Tue, 14 Feb 2017 09:23:42 +0000 (UTC) From: "Timothee Maret (JIRA)" To: dev@sling.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SLING-4797) Improve handling of Move events MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 14 Feb 2017 09:23:46 -0000 [ https://issues.apache.org/jira/browse/SLING-4797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothee Maret updated SLING-4797: ---------------------------------- Fix Version/s: (was: Content Distribution Core 0.2.0) Content Distribution Core 0.2.2 > Improve handling of Move events > ------------------------------- > > Key: SLING-4797 > URL: https://issues.apache.org/jira/browse/SLING-4797 > Project: Sling > Issue Type: Improvement > Components: Content Distribution > Affects Versions: Content Distribution Core 0.1.4 > Reporter: Konrad Windszus > Fix For: Content Distribution Core 0.2.2 > > > 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.15#6346)