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

Replace FarmHash with AESHash for Oracle conflicts #952

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

ashish-goswami
Copy link
Contributor

@ashish-goswami ashish-goswami commented Jul 30, 2019

Currently we are using FarmHash to resolve conflicts in
Oracle. This commit replaces FarmHash with AESHash. AESHash
has been implemented in runtime package. It performs better
than FarmHash.


This change is Reviewable

Currently we are using FarmHash to resolve conflicts in
Oracle. This commit replaces FarmHash with AESHash. AESHash
has been implemented in runtime package. It performs better
than FarmHash.
@ashish-goswami ashish-goswami requested a review from a team as a code owner July 30, 2019 21:49
Copy link
Contributor

@manishrjain manishrjain left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @jarifibrahim and @Sch00lb0y)

@ashish-goswami ashish-goswami merged commit 7372ede into master Aug 1, 2019
@ashish-goswami ashish-goswami deleted the ashish/oracle-aeshash branch August 1, 2019 23:15
jarifibrahim pushed a commit that referenced this pull request Aug 9, 2019
Currently we are using FarmHash to resolve conflicts in
Oracle. This commit replaces FarmHash with AESHash. AESHash
has been implemented in runtime package. It performs better
than FarmHash.
jarifibrahim pushed a commit that referenced this pull request Mar 12, 2020
Currently we are using FarmHash to resolve conflicts in
Oracle. This commit replaces FarmHash with AESHash. AESHash
has been implemented in runtime package. It performs better
than FarmHash.

(cherry picked from commit 7372ede)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants