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

Checkpoint Set Error Causes Scan to Exit #93

Open
jasonpepper opened this issue Jun 12, 2019 · 1 comment
Open

Checkpoint Set Error Causes Scan to Exit #93

jasonpepper opened this issue Jun 12, 2019 · 1 comment
Assignees
Labels

Comments

@jasonpepper
Copy link
Contributor

While using the redis checkpoint module, I received the following error: shard shardId-000000000000 error: EOF. I believe this error message came from the redis checkpoint Set() method. This caused the Scan function to exit. I think it would be better if it retried the checkpoint Set() method a few times. You might also consider updating the redis library being used.

@harlow
Copy link
Owner

harlow commented Jun 13, 2019

thanks for the note, I'll take a look at this over the weekend 👍

harlow added a commit that referenced this issue Jul 29, 2019
The Redis library was pinned to an older vesion using gopkg.in.
This updates to latest version and pins w/ go mod.

#93
@harlow harlow self-assigned this Jul 29, 2019
@harlow harlow added the bug label Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants