-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] Sporadic timeouts in SqlServerChangeTrackingSource #117
Labels
code/bug
Something isn't working
Comments
4 tasks
4 tasks
s-vitaliy
added a commit
that referenced
this issue
Oct 14, 2024
4 tasks
4 tasks
s-vitaliy
added a commit
that referenced
this issue
Oct 17, 2024
Call `Dispose()` method on SQL command to avoid resouce leaks. Try approach from the following comment: dotnet/SqlClient#647 (comment) Part of #117
4 tasks
|
s-vitaliy
added a commit
that referenced
this issue
Oct 17, 2024
Call `Dispose()` method on SQL command to avoid resouce leaks. Try approach from the following comment: dotnet/SqlClient#647 (comment) Part of #117
4 tasks
s-vitaliy
added a commit
to SneaksAndData/arcane-stream-sqlserver-change-tracking
that referenced
this issue
Oct 17, 2024
4 tasks
s-vitaliy
added a commit
to SneaksAndData/arcane-stream-sqlserver-change-tracking
that referenced
this issue
Oct 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Sometimes SqlServerChangeTrackingSource fails with timeout on transaction commit when data extracted from SQL server and emited.
See stack trace below:
Steps to reproduce the issue
Describe the results you expected
Stable SQL Server streams.
System information
all versions of Arcane.Framework
The text was updated successfully, but these errors were encountered: