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 0721F200CC9 for ; Mon, 17 Jul 2017 20:07:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 058DA164888; Mon, 17 Jul 2017 18:07:09 +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 4CEA9164901 for ; Mon, 17 Jul 2017 20:07:08 +0200 (CEST) Received: (qmail 23735 invoked by uid 500); 17 Jul 2017 18:07:07 -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 23723 invoked by uid 99); 17 Jul 2017 18:07:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2017 18:07:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1AB4E180651 for ; Mon, 17 Jul 2017 18:07:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gRa1Yh4w50C5 for ; Mon, 17 Jul 2017 18:07:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 0306B5F613 for ; Mon, 17 Jul 2017 18:07:06 +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 EE56DE0652 for ; Mon, 17 Jul 2017 18:07:04 +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 9BDFC24776 for ; Mon, 17 Jul 2017 18:07:01 +0000 (UTC) Date: Mon, 17 Jul 2017 18:07:01 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-3153) Client receives duplicate events during rolling upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 17 Jul 2017 18:07:09 -0000 [ https://issues.apache.org/jira/browse/GEODE-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16090198#comment-16090198 ] ASF subversion and git services commented on GEODE-3153: -------------------------------------------------------- Commit 2974dab327c5d21e55a21c17fe657597a20c6612 in geode's branch refs/heads/master from [~hitesh.khamesra] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=2974dab ] GEODE-3153 applied spotless > Client receives duplicate events during rolling upgrade > ------------------------------------------------------- > > Key: GEODE-3153 > URL: https://issues.apache.org/jira/browse/GEODE-3153 > Project: Geode > Issue Type: Bug > Components: client queues > Reporter: Dan Smith > Fix For: 1.2.0 > > > During a rolling upgrade from 1.1 to 1.2, we see 1.1 client receive duplicate events. > This is the scenario > 1) 1.1 peer is doing puts > 2) 1.1 client has registered interest, and is connected to a 1.1 server > 3) 1.1 server is upgraded to a 1.2 server > 4) The client may receive some of the events that are being put twice. > Looking further, it appears that when a put goes through a 1.1 server to a 1.1 client, the member id includes a 17 byte unique id as the last part of the serialized data. When the put goes through a 1.2 server, those 17 bytes become zeros. -- This message was sent by Atlassian JIRA (v6.4.14#64029)