[ https://issues.apache.org/jira/browse/GEODE-8886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295660#comment-17295660 ]
ASF GitHub Bot commented on GEODE-8886: --------------------------------------- mhansonp commented on a change in pull request #6091: URL: https://github.com/apache/geode/pull/6091#discussion_r587935362 ########## File path: geode-wan/src/upgradeTest/java/org/apache/geode/cache/wan/WANRollingUpgradeVerifyGatewaySenderProfile.java ########## @@ -23,23 +23,25 @@ import org.apache.geode.distributed.internal.InternalLocator; import org.apache.geode.internal.cache.wan.parallel.ParallelGatewaySenderQueue; import org.apache.geode.test.dunit.DistributedTestUtils; +import org.apache.geode.test.dunit.Host; import org.apache.geode.test.dunit.IgnoredException; +import org.apache.geode.test.dunit.NetworkUtils; import org.apache.geode.test.dunit.VM; import org.apache.geode.test.version.VersionManager; public class WANRollingUpgradeVerifyGatewaySenderProfile extends WANRollingUpgradeDUnitTest { @Test - - // This test verifies that a GatewaySenderProfile serializes properly between versions. + // Thigit s test verifies that a GatewaySenderProfile serializes properly between versions. Review comment: Hopefully that is ok. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > When performing a rolling upgrade to 1.14 from an older version some messages > are not delivered > ----------------------------------------------------------------------------------------------- > > Key: GEODE-8886 > URL: https://issues.apache.org/jira/browse/GEODE-8886 > Project: Geode > Issue Type: Bug > Components: core > Affects Versions: 1.14.0 > Reporter: Mark Hanson > Assignee: Mark Hanson > Priority: Major > Labels: pull-request-available > > We are running a test where we are performing a rolling upgrade from an older > version to 1.14.0 and we are finding that for whatever reason in this test > that not all "updates" are being passed to all servers and clients while > using gateway senders. It is not clear that gateway senders are the cause, > but at this point, it is just an interesting point. -- This message was sent by Atlassian Jira (v8.3.4#803005)