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-1121: Reduced the memory configurations in the overflow tests. #147

Closed
wants to merge 1 commit into from

Conversation

nabarunnag
Copy link
Contributor

  • Reduced the sender's max memory to 1MB.
  • Reduced the amount of puts to 5MB.
  • Introduced a listener to sleep on create event in the receiver to slow down the sender.
  • Modified the addListenerToSleepOnCreate function signature to take region name as a parameter.

* Reduced the sender's max memory to 1MB.
* Reduced the amount of puts to 5MB.
* Introduced a listener to sleep on create event in the receiver to slow down the sender.
* Modified the addListenerToSleepOnCreate function signature to take region name as a parameter.
@nabarunnag nabarunnag force-pushed the feature/GEODE-1121 branch from adc2161 to d44a103 Compare May 24, 2016 20:28
@upthewaterspout
Copy link
Contributor

+1

@asfgit asfgit closed this in b558567 May 24, 2016
robbadler pushed a commit to smgoller/geode that referenced this pull request Jul 12, 2022
PROBLEM

LonerDistributionManager.getEquivalents(InetAddress) was removed by
GEODE-7808 (HostAndPort changes). This introduced a regression in which
the User API DistributedSystem.findDistributedMembers(InetAddress) was
broken when invoked on loner members.

SOLUTION

Restore the removed LonerDistributionManager.getEquivalents() method
exactly as it existed before and create tests to confirm its behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants