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 D329C20049C for ; Fri, 11 Aug 2017 17:43:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D15FB16D71F; Fri, 11 Aug 2017 15:43:59 +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 22CD016D71D for ; Fri, 11 Aug 2017 17:43:58 +0200 (CEST) Received: (qmail 18810 invoked by uid 500); 11 Aug 2017 15:43:58 -0000 Mailing-List: contact dev-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 dev@geode.apache.org Received: (qmail 18797 invoked by uid 99); 11 Aug 2017 15:43:57 -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; Fri, 11 Aug 2017 15:43:57 +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 7EFCEC023E; Fri, 11 Aug 2017 15:43:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.201 X-Spam-Level: **** X-Spam-Status: No, score=4.201 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, NML_ADSP_CUSTOM_MED=1.2, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 82HBDnO6EZ1N; Fri, 11 Aug 2017 15:43:56 +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 6A4045F3D0; Fri, 11 Aug 2017 15:43:55 +0000 (UTC) Received: from reviews.apache.org (unknown [10.41.0.12]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C7274E002C; Fri, 11 Aug 2017 15:43:54 +0000 (UTC) Received: from reviews-vm2.apache.org (localhost [IPv6:::1]) by reviews.apache.org (ASF Mail Server at reviews-vm2.apache.org) with ESMTP id 564DFC40303; Fri, 11 Aug 2017 15:43:53 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============2970064299060396948==" MIME-Version: 1.0 Subject: Re: Review Request 61540: GEODE-3403: Modify rolling upgrade test configuration for 1.2.x release From: Udo Kohlmeyer To: Udo Kohlmeyer , Alexander Murmann , Galen O'Sullivan , Brian Rowe Cc: geode , Bruce Schuchardt Date: Fri, 11 Aug 2017 15:43:53 -0000 Message-ID: <20170811154353.12527.63065@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Udo Kohlmeyer X-ReviewGroup: geode X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/61540/ X-Sender: Udo Kohlmeyer References: <20170810190048.18100.90485@reviews-vm2.apache.org> In-Reply-To: <20170810190048.18100.90485@reviews-vm2.apache.org> Reply-To: Udo Kohlmeyer X-ReviewRequest-Repository: geode archived-at: Fri, 11 Aug 2017 15:44:00 -0000 --===============2970064299060396948== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On Aug. 10, 2017, 7 p.m., Udo Kohlmeyer wrote: > > geode-core/src/main/java/org/apache/geode/internal/Version.java > > Line 205 (original), 210 (patched) > > > > > > what is the correlation between this and HIGHED_VERSION? > > Could we automate this? External file? etc.... > > Bruce Schuchardt wrote: > HIGHEST_VERSION is used to initialize the array of Version instances. This must be done before any Version instances are created. I think it would be a different ticket, probably a "chore", to rework this class to remove this variable. I don't intend to do that work as part of this ticket. Sorry... this was not meant as a "we must address before we release"... more of "maybe we can make this easier". - Udo ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61540/#review182619 ----------------------------------------------------------- On Aug. 9, 2017, 8:45 p.m., Bruce Schuchardt wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61540/ > ----------------------------------------------------------- > > (Updated Aug. 9, 2017, 8:45 p.m.) > > > Review request for geode, Alexander Murmann, Galen O'Sullivan, Udo Kohlmeyer, and Brian Rowe. > > > Bugs: GEODE-3403 > https://issues.apache.org/jira/browse/GEODE-3403 > > > Repository: geode > > > Description > ------- > > Nabarun has already added a test120 source set in geode-old-versions. This commit will roll the version on develop to 1.3.0 so that it will have a different version ordinal than test120. > > > Diffs > ----- > > geode-core/src/main/java/org/apache/geode/internal/Version.java 39e3a3f18d90567a1e3564884760014f6daf1f4c > geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CommandInitializer.java 9995e4658e5afcb5eb9823913e73aa04d1cdbdbd > > > Diff: https://reviews.apache.org/r/61540/diff/1/ > > > Testing > ------- > > precheckin > > > Thanks, > > Bruce Schuchardt > > --===============2970064299060396948==--