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

Replacing Jedis With Lettuce in ingestion and serving #485

Merged
merged 10 commits into from
Feb 27, 2020

Conversation

lavkesh
Copy link
Contributor

@lavkesh lavkesh commented Feb 22, 2020

This PR replaces the Jedis library with lettuce.
#247

@feast-ci-bot
Copy link
Collaborator

Hi @lavkesh. Thanks for your PR.

I'm waiting for a gojek member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@woop
Copy link
Member

woop commented Feb 23, 2020

/ok-to-test

@lavkesh lavkesh changed the title Replacing Jedis With Lettuce in ingestion Replacing Jedis With Lettuce in ingestion and serving Feb 23, 2020
@lavkesh
Copy link
Contributor Author

lavkesh commented Feb 23, 2020

replaced jedis with lettuce in Serving too.

@zhilingc
Copy link
Collaborator

@lavkesh
Copy link
Contributor Author

lavkesh commented Feb 23, 2020

@lavkesh lavkesh force-pushed the master branch 5 times, most recently from a577632 to 12410e3 Compare February 23, 2020 13:59
@zhilingc
Copy link
Collaborator

/lgtm

Copy link
Member

@woop woop left a comment

Choose a reason for hiding this comment

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

Added some comments, please have a look. Overall it looks ok!

@woop
Copy link
Member

woop commented Feb 25, 2020

/retest

@woop
Copy link
Member

woop commented Feb 25, 2020

/approve
/lgtm

@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lavkesh, woop

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@woop
Copy link
Member

woop commented Feb 27, 2020

/lgtm

@feast-ci-bot feast-ci-bot merged commit 0b31f27 into feast-dev:master Feb 27, 2020
khorshuheng pushed a commit to khorshuheng/feast that referenced this pull request Mar 16, 2020
* Replacing Jedis With Lettuce in ingestion and serving

* Removing extra lines

* Abstacting redis connection based on store

* Check the connection before connecting as lettuce does the retry automatically

* Running spotless

* Throw Exception if the job store config is null

* Handle No enum constant RuntimeException
khorshuheng pushed a commit that referenced this pull request Mar 16, 2020
* Replacing Jedis With Lettuce in ingestion and serving

* Removing extra lines

* Abstacting redis connection based on store

* Check the connection before connecting as lettuce does the retry automatically

* Running spotless

* Throw Exception if the job store config is null

* Handle No enum constant RuntimeException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants