You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barry Oglesby (JIRA)" <ji...@apache.org> on 2017/06/29 18:23:00 UTC

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

Barry Oglesby created GEODE-3152:
------------------------------------

             Summary: 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


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)