[
https://issues.apache.org/jira/browse/GEODE-9848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450731#comment-17450731
]
Michael Martell commented on GEODE-9848:
----------------------------------------
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)