Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-8647: Support multiple instances of DistributedMap #5667

Merged

Conversation

kirklund
Copy link
Contributor

@kirklund kirklund commented Oct 24, 2020

  • Additional improvements for usage of DistributedMap.
  • Improve fluent style API usage of dunit VM.

NOTE: #5664 should be merged before this PR.

Includes additional improvements for usage of DistributedMap.
@kirklund kirklund force-pushed the GEODE-8647-DistributedMap-multiple branch from 0da61e9 to e859149 Compare October 26, 2020 22:13
Copy link
Contributor

@bschuchardt bschuchardt left a comment

Choose a reason for hiding this comment

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

nice change Kirk

Comment on lines +624 to +630
distributedMap1.put("key1", "value1");

map2.set(distributedMap2.map());
distributedMap2.put("key2", "value2");

map3.set(distributedMap3.map());
distributedMap3.put("key3", "value3");
Copy link
Contributor

Choose a reason for hiding this comment

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

Might it be worth extracting the hardcoded string keys/values in this test class to constants?

@kohlmu-pivotal kohlmu-pivotal added this to Awaiting Triage in Quality Review Oct 27, 2020
@kohlmu-pivotal kohlmu-pivotal moved this from Awaiting Triage to Verified - Approved in Quality Review Oct 27, 2020
@kirklund kirklund merged commit aff7a55 into apache:develop Oct 28, 2020
@kirklund kirklund deleted the GEODE-8647-DistributedMap-multiple branch October 28, 2020 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Quality Review
Verified - Approved
4 participants