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 A77DC200D5C for ; Thu, 30 Nov 2017 17:57:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A61B4160BF6; Thu, 30 Nov 2017 16:57:06 +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 032C2160C04 for ; Thu, 30 Nov 2017 17:57:05 +0100 (CET) Received: (qmail 9978 invoked by uid 500); 30 Nov 2017 16:57:05 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 9821 invoked by uid 99); 30 Nov 2017 16:57:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2017 16:57:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8E025C6461 for ; Thu, 30 Nov 2017 16:57:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.011 X-Spam-Level: X-Spam-Status: No, score=-99.011 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KB_WAM_FROM_NAME_SINGLEWORD=0.2, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Sq4luruixAqB for ; Thu, 30 Nov 2017 16:57:02 +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 14E865F6D2 for ; Thu, 30 Nov 2017 16:57:02 +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 53446E0161 for ; Thu, 30 Nov 2017 16:57:01 +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 B8C7521068 for ; Thu, 30 Nov 2017 16:57:00 +0000 (UTC) Date: Thu, 30 Nov 2017 16:57:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-4029) Deployed jars may not be correct when multiple locators are in use MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 30 Nov 2017 16:57:06 -0000 [ https://issues.apache.org/jira/browse/GEODE-4029?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1627= 2937#comment-16272937 ]=20 ASF GitHub Bot commented on GEODE-4029: --------------------------------------- jinmeiliao commented on a change in pull request #1103: GEODE-4029: Deploye= d jars may not be correct when multiple locators a=E2=80=A6 URL: https://github.com/apache/geode/pull/1103#discussion_r153929260 =20 =20 ########## File path: geode-core/src/main/java/org/apache/geode/distributed/internal/= ClusterConfigurationService.java ########## @@ -352,6 +358,20 @@ public boolean removeJars(final String[] jarNames, St= ring[] groups) { if (configuration =3D=3D null) { break; } + + for (String jarRemoved : jarNames) { =20 Review comment: we don't need to do this if we remove the isOriginRemote() check in the = listener. Essentially we want all the updates to touch just the region entr= y, while letting the listener deal with the file system update. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. =20 For queries about this service, please contact Infrastructure at: users@infra.apache.org > Deployed jars may not be correct when multiple locators are in use > ------------------------------------------------------------------ > > Key: GEODE-4029 > URL: https://issues.apache.org/jira/browse/GEODE-4029 > Project: Geode > Issue Type: Bug > Components: gfsh > Reporter: Jens Deppe > Assignee: Jens Deppe > > When we have more than one locator, if a jar is re-deployed it will not b= e propagated correctly to the 'remote' locators. i.e. the locators which ar= e not directly executing the 'deploy' command. -- This message was sent by Atlassian JIRA (v6.4.14#64029)