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

Task convertion from bool to int was done using uint32 #2621

Merged
merged 1 commit into from
Sep 28, 2018

Conversation

srfrog
Copy link
Contributor

@srfrog srfrog commented Sep 28, 2018

A type conversion check was failing because it expected 8 byte value
to convert to uint64, but the task conversion was returning 4 byte
as uint32. This change fixes that conversion issue.

Also fixed a couple of errors that had value but no format.

Closes #2620


This change is Reviewable

A type conversion check was failing because it expected 8 byte value
to convert to uint64, but the task conversion was returning 4 byte
as uint32. This change fixes that conversion issue.

Closes #2620
@srfrog srfrog requested a review from manishrjain September 28, 2018 17:26
@srfrog srfrog merged commit 8cd1a2a into master Sep 28, 2018
@srfrog srfrog deleted the feature/issue-2620 branch September 28, 2018 23:36
dna2github pushed a commit to dna2fork/dgraph that referenced this pull request Jul 19, 2019
A type conversion check was failing because it expected 8 byte value
to convert to uint64, but the task conversion was returning 4 byte
as uint32. This change fixes that conversion issue.

Closes dgraph-io#2620
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.

Val command crashes server immediately
1 participant