[
https://issues.apache.org/jira/browse/GEODE-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker closed GEODE-3152.
--------------------------------
> A client connecting to a server with one version creates an HARegion name
> different from the one created in another version
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-3152
> URL: https://issues.apache.org/jira/browse/GEODE-3152
> Project: Geode
> Issue Type: Bug
> Components: client queues
> Reporter: Barry Oglesby
> Assignee: Barry Oglesby
> Fix For: 1.2.0
>
>
> What is happening is:
> 904 client -> 91 server results in an HARegion name containing the version
> like:
> {noformat}
> Initializing region
> _gfe_non_durable_client_with_id_192.168.2.4(client:98892:loner):57839:927197eb:client(version:GFE
> 9.0)_2_queue
> {noformat}
> 904 client -> 904 server or 91 client -> 91 server results in an HARegion
> name without the version like:
> {noformat}
> Initializing region
> _gfe_non_durable_client_with_id_192.168.2.4(client:98892:loner):57839:927197eb:client_2_queue
> {noformat}
> This causes secondary queue removal and GII to fail.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)