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

PHOENIX-4903 Use same hash cache RPC message across all calls #350

Closed

Conversation

ortutay
Copy link
Contributor

@ortutay ortutay commented Sep 16, 2018

See ticket https://issues.apache.org/jira/browse/PHOENIX-4903 , this change makes it so a single RPC message is used to distribute the hash cache across region servers. The previous code would have O(N) memory usage. This has O(1) memory usage.

@joshelser
Copy link
Member

+1 let me check the tests and merge it. Super straightforward. Thanks Marcell!

@joshelser
Copy link
Member

Sorry, I forgot to include the text to automatically close this in the commit message. Can you click the "close pull request" button please, @ortutay?

@ortutay ortutay closed this Sep 18, 2018
@ortutay
Copy link
Contributor Author

ortutay commented Sep 18, 2018

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants