You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/07/17 18:07:00 UTC

[jira] [Commented] (GEODE-3152) A client connecting to a server with one version creates an HARegion name different from the one created in another version

    [ https://issues.apache.org/jira/browse/GEODE-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16090191#comment-16090191 ] 

ASF subversion and git services commented on GEODE-3152:
--------------------------------------------------------

Commit 38d49a881b05932700828f7215d119964e7b9b11 in geode's branch refs/heads/master from [~barry.oglesby]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=38d49a8 ]

GEODE-3152: Changed to create a region name appropriate to the client version

(cherry picked from commit 55f7a1c9f1f152a6d2f8643d5e71fe3fa9986a51)


> 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)