zeroshade commented on issue #3730: URL: https://github.com/apache/arrow-adbc/issues/3730#issuecomment-3719723756
@Niivii a couple other questions: * Are you keeping the connection open the whole time in between the queries every 5 minutes? * You said you run this in a container, is the container using a script that wakes up every 5 minutes to call the python? or is the loop inside of the python? I'm trying to replicate the setup as well as I can given the information I have in order to try to reproduce this on my end in a way that I can then debug or track down. The stack trace you provided is likely just the timeout crashing the script triggering the error that happens if you close the connection without closing the cursor rather than anything actually useful. I'll keep trying to replicate the failure on my end in the meantime. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
