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 2018/02/12 19:45:03 UTC

[jira] [Commented] (GEODE-4511) Avoid creation of unnecessary default pool

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

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

Commit 81c5777c116d2e220e2ee550b3fc89bac4cbba72 in geode's branch refs/heads/develop from [~PivotalSarge]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=81c5777 ]

GEODE-4511: Switch to lazy initialization of the default pool. (#1420)

* GEODE-4511: Switch to lazy initialization of the default pool.

* GEODE-4511: Address review comments.

* GEODE-4511: Fix JUnit test that inexplicably passed locally.


> Avoid creation of unnecessary default pool
> ------------------------------------------
>
>                 Key: GEODE-4511
>                 URL: https://issues.apache.org/jira/browse/GEODE-4511
>             Project: Geode
>          Issue Type: Improvement
>          Components: client/server
>            Reporter: Michael Dodge
>            Assignee: Michael Dodge
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> The Java API for creating a client cache automatically creates a default pool although this default pool is not used for almost all real use cases. Moreover, this pool periodically tries to connect to the server. This is basically harmless but it wastes resources a little bit.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)