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

LostConnectionError during a long-duration make #1195

Open
arturoptophys opened this issue Oct 28, 2024 · 1 comment
Open

LostConnectionError during a long-duration make #1195

arturoptophys opened this issue Oct 28, 2024 · 1 comment
Assignees
Labels

Comments

@arturoptophys
Copy link

Bug Report

Description

I"m running some longer (several hours) calculations (spikesorting) in the make of a table, occasionally I get LostConnectionError: Connection was lost during a transaction, although everything ran correctly. Before I also get [WARNING]: MySQL server has gone away. Reconnecting to the server.

In the make I have only a single insert call. I assume the transaction is started when call to make is made? Solution at the moment is to call populate again and load the processed files instead of generating them.

Reproducibility

Difficult to reliably reproduce as it doesn't always occur and seem to depend on a re connection happening during make call.

Expected Behavior

Make should handle long calculations and potential re connection during this time.

Additional Research and Context

not sure if this is related issue #896

Best,
Artur

@dimitri-yatsenko dimitri-yatsenko self-assigned this Oct 28, 2024
@dimitri-yatsenko
Copy link
Member

This is solved by #1171 @ethho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants