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

Use automatic memory management in Redis modules. #1797

Merged
merged 1 commit into from
May 22, 2018
Merged

Use automatic memory management in Redis modules. #1797

merged 1 commit into from
May 22, 2018

Conversation

robertnishihara
Copy link
Collaborator

@robertnishihara robertnishihara commented Mar 28, 2018

#1795

This also fixes the memory leak in #2119.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/4534/
Test PASSed.

@concretevitamin
Copy link
Contributor

LGTM. It might be good to keep in mind this could have some performance impact (see the autoMemory*() functions in redis module.c).

@robertnishihara
Copy link
Collaborator Author

robertnishihara commented Apr 4, 2018 via email

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/5550/
Test PASSed.

@pcmoritz pcmoritz merged commit 9b9ff19 into ray-project:master May 22, 2018
@pcmoritz pcmoritz deleted the redisauto branch May 22, 2018 08:05
alok added a commit to alok/ray that referenced this pull request May 24, 2018
* master:
  [DataFrame] Refactor GroupBy Methods and Implement Reindex (ray-project#2101)
  Initial Support for Airspeed Velocity (ray-project#2113)
  Use automatic memory management in Redis modules. (ray-project#1797)
  [DataFrame] Test bugfixes (ray-project#2111)
  [DataFrame] Update initializations of IndexMetadata which use outdated APIs (ray-project#2103)
alok added a commit to alok/ray that referenced this pull request May 25, 2018
* master:
  Prototype named actors. (ray-project#2129)
  Update arrow to latest master (ray-project#2100)
  [DataFrame] Speed up dtypes (ray-project#2118)
  do not fetch from dead Plasma Manager (ray-project#2116)
  [DataFrame] Refactor GroupBy Methods and Implement Reindex (ray-project#2101)
  Initial Support for Airspeed Velocity (ray-project#2113)
  Use automatic memory management in Redis modules. (ray-project#1797)
  [DataFrame] Test bugfixes (ray-project#2111)
  [DataFrame] Update initializations of IndexMetadata which use outdated APIs (ray-project#2103)
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.

4 participants