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 2016/03/21 17:23:25 UTC

[jira] [Commented] (GEODE-956) Product use log shows duplicate entries

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

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

Commit 68dab4af591ba631234d156a84b5306ea39fe22f in incubator-geode's branch refs/heads/develop from [~bschuchardt]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=68dab4a ]

GEODE-956 Product use log shows duplicate entries

The product use logger was adding up the load of all of the servers and
displaying it, but each load is a float between zero and 1.0 so the total
was always zero.  I've modified it to figure out the correct connection
count for each CacheServer and also log the subscription queue count.

The list of servers now has duplicate entries removed by putting all of
the servers into a Set.


> Product use log shows duplicate entries
> ---------------------------------------
>
>                 Key: GEODE-956
>                 URL: https://issues.apache.org/jira/browse/GEODE-956
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>            Reporter: Bruce Schuchardt
>
> This system has 2 servers (1 and 2) and 1 locator but the product use log says it has "4 cache servers" and shows one of the servers twice.
> Also, it seems that the number of clients connected is not being accurately recorded.
> ==> locator1/locator10334views.log <==
> [info 2016/02/11 21:50:58.511 PST <Pooled High Priority Message Processor 1> tid=0x53] server summary: 3 cache servers with 0 client connections/current cache servers : anakin(server1:99410)<ec><v3>:1025 anakin(server1:99410)<ec><v3>:1025 anakin(server2:99433)<ec><v4>:1026
> [info 2016/02/11 21:50:58.766 PST <Pooled High Priority Message Processor 1> tid=0x53] server summary: 4 cache servers with 0 client connections/current cache servers : anakin(server1:99410)<ec><v3>:1025 anakin(server1:99410)<ec><v3>:1025 anakin(server2:99433)<ec><v4>:1026 anakin(server2:99433)<ec><v4>:1026



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