-
Notifications
You must be signed in to change notification settings - Fork 141
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
QueryContext raises panic: send on closed channel
#199
Comments
@Shamus03 thanks for reporting the problem. You can always go to previous version, like
I can even add git tags with version numbers, if it helps you any. I don't have time to debug your reported panic. But I will accept fixes from anyone including @popeliv . Alex |
Thanks. We have already reverted to a previous version for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After the recent commit to add support for QueryContext:
1293aff#diff-4f427d2b022907c552328e63f137561f6de92396d7a6e8f6c2ea1bcf0db52654R153
We are getting the following error:
It is inside this goroutine:
1293aff#diff-4f427d2b022907c552328e63f137561f6de92396d7a6e8f6c2ea1bcf0db52654R104
And it seems to kill the connection or permanently damage/deadlock it.
For context: we are using unixodbc to connect to an IBM DB2 database running on an AS400. Hopefully that is helpful.
Working on steps to reproduce, but I haven't been able to nail it yet. We have about 20-30 service instances using this version of the package, and they die with this error slowly over time.
The text was updated successfully, but these errors were encountered: