You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Michael Martell (Jira)" <ji...@apache.org> on 2021/11/29 22:47:00 UTC

[jira] [Comment Edited] (GEODE-9848) Duplicate and Unnecessary REGISTER_INTEREST Message Sent to Server

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

Michael Martell edited comment on GEODE-9848 at 11/29/21, 10:46 PM:
--------------------------------------------------------------------

With the fix, registerAllKeys(false, true) is twice as fast as shown below. These are the results of running the RegisterInterestBM, registerInterestAllKeysInitialValues) benchmark with .5 million and 1 million keys.

Elapsed Time (seconds)
Number of Keys    With Fix   Without Fix
==========     =====   ========
500000                    11.7             22.8
1000000                  23.2             44.8


was (Author: mmartell):
With the fix, registerAllKeys(false, true) is twice as fast as shown below. These are the results of running the RegisterInterestBM, registerInterestAllKeysInitialValues) benchmark with .5 million and 1 million keys.

                                    Elapsed Time (seconds)
Number of Keys          With Fix      Without Fix
==========           =====      ========
500000                          11.7               22.8
1000000                        23.2               44.8


> Duplicate and Unnecessary REGISTER_INTEREST Message Sent to Server
> ------------------------------------------------------------------
>
>                 Key: GEODE-9848
>                 URL: https://issues.apache.org/jira/browse/GEODE-9848
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Michael Martell
>            Priority: Major
>
> In the course of debugging a RegisterAllKeys bug (GEMNC-508), it was discovered that a second REGISTER_INTEREST message is being sent to the same server.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)