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

Error conversion: int to int64 in the consumer.PullConsumer #688

Closed
Frodez opened this issue Jun 27, 2021 · 0 comments · Fixed by #697
Closed

Error conversion: int to int64 in the consumer.PullConsumer #688

Frodez opened this issue Jun 27, 2021 · 0 comments · Fixed by #697
Labels
bug Something isn't working

Comments

@Frodez
Copy link

Frodez commented Jun 27, 2021

At the line pull_consumer.go#L147, there is a variable of int stored into the queueCounterTable. However, the var index which should load from the queueCounterTable requires a type of int64. It will cause a panic.

@wenfengwang wenfengwang added the bug Something isn't working label Jul 1, 2021
@wenfengwang wenfengwang linked a pull request Jul 5, 2021 that will close this issue
wenfengwang pushed a commit that referenced this issue Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants