Skip to content

Conversation

@dschneider-pivotal
Copy link
Contributor

  • getRegionMembers now uses the advisor to compute
    the set of members hosting the redis region.
  • PubSubImpl now has a PublishFunction in place of the old
    anonymous inner class.
  • PubSubDUnitTest had a timing issue after killing a server.
    The next test would fail due to the state left around by
    the test that did the kill. Now this test gives each test
    method a new clean slate and is passing consistently.

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typically develop)?

  • Is your initial contribution a single, squashed commit?

  • Does gradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

the set of members hosting the redis region.
PubSubImpl now has a PublishFunction in place of the old
anonymous inner class.
PubSubDUnitTest had a timing issue after killing a server.
The next test would fail due to the state left around by
the test that did the kill. Now this test gives each test
method a new clean slate and is passing consistently.
@dschneider-pivotal dschneider-pivotal added the redis Issues related to the geode-for-redis module label Sep 15, 2021
Copy link
Contributor

@jdeppe-pivotal jdeppe-pivotal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left one comment, but not a big deal if you want to leave it as is.

Doing it as a function has an extra context switch so doing
it inline will be a bit faster.
@dschneider-pivotal dschneider-pivotal merged commit ec5c7be into apache:develop Sep 16, 2021
@dschneider-pivotal dschneider-pivotal deleted the GEODE-9575 branch September 16, 2021 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

redis Issues related to the geode-for-redis module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants