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

fix detection of redis loading the dataset #171

Merged
merged 1 commit into from
Dec 30, 2021

Conversation

bp-FLN
Copy link
Contributor

@bp-FLN bp-FLN commented Jul 30, 2020

we just discovered that the reconnect implemented in #149 does not work properly: the exception message has a \r\n at the end. so calling equals always returns false and hence the workers will terminate.
the fix is to call startsWith instead.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 70.823% when pulling 8fe0606 on uberall:fix-loading-dataset-message into b55a7c8 on gresrun:master.

@gresrun gresrun merged commit 7bf5435 into gresrun:master Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants