-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert changes on pipeline connection initialization (#154)
* Revert "Instantiate Jedis client lazily and only once per JVM process (#152)" This reverts commit 58ebe0f. Signed-off-by: khorshuheng <[email protected]> * Revert "Retry connection failure while instantiating connection provider (#144)" This reverts commit fcb80a0. Signed-off-by: khorshuheng <[email protected]> Co-authored-by: khorshuheng <[email protected]>
- Loading branch information
1 parent
66ace80
commit 929a7d1
Showing
4 changed files
with
8 additions
and
126 deletions.
There are no files selected for viewing
37 changes: 0 additions & 37 deletions
37
spark/ingestion/src/main/scala/feast/ingestion/errorhanders/RetryStrategy.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 0 additions & 68 deletions
68
spark/ingestion/src/test/scala/feast/ingestion/errorhandlers/RetryStrategySpec.scala
This file was deleted.
Oops, something went wrong.