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 2015/07/29 23:47:04 UTC

[jira] [Commented] (GEODE-137) Spark Connector: should connect to local GemFire server if possible

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

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

Commit 6f6075f2742d815c8cf6ab4971497995091fa6c9 in incubator-geode's branch refs/heads/feature/GEODE-137 from [~qihong]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=6f6075f ]

GEODE-137: use local GemFire server to initialize LocalCache whenever possible.


> Spark Connector: should connect to local GemFire server if possible
> -------------------------------------------------------------------
>
>                 Key: GEODE-137
>                 URL: https://issues.apache.org/jira/browse/GEODE-137
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Qihong Chen
>            Assignee: Qihong Chen
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> DefaultGemFireConnection uses ClientCacheFactory with locator info to create ClientCache instance. In this case, the ClientCache doesn't connect to the GemFire/Geode server on the same host if there's one. This cause more network traffic and less efficient.
> ClientCacheFactory can create ClientCache based on GemFire server(s) info as well. Therefore, we can force the ClientCache connects to local GemFire server if possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)