-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Revisit concurrency detector #8305
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Comments
@ajcvickers We currently do the throwing check in the following:
And we do the async waiting check (interleaving) only in:
Obviously there are many more top-level APIs that we could add the check too. Do we want to do that? |
anpete
added a commit
that referenced
this issue
May 16, 2017
…c_async_query (part of #7160) - Moved query async Semaphore to RelationalConnection so multiple top-level queries can be serialized. - Moved active query buffer management to RelationalConnection so buffering works across multiple top-level queries. - Renamed IValueBufferCursor to IBufferable
anpete
added a commit
that referenced
this issue
May 16, 2017
…c_async_query (part of #7160) - Moved query async Semaphore to RelationalConnection so multiple top-level queries can be serialized. - Moved active query buffer management to RelationalConnection so buffering works across multiple top-level queries. - Renamed IValueBufferCursor to IBufferable
anpete
added a commit
that referenced
this issue
May 16, 2017
…xed_sync_async_query (part of #7160) - Moved query async Semaphore to RelationalConnection so multiple top-level queries can be serialized. - Moved active query buffer management to RelationalConnection so buffering works across multiple top-level queries. - Renamed IValueBufferCursor to IBufferable
ping @ajcvickers |
Design meeting notes:
|
Also the concurrency detector doesn't fire reliably on |
See also #8865 |
ajcvickers
added a commit
that referenced
this issue
Jul 5, 2017
Issue #8305 Also, updated text for recursive call to OnConfiguring since in my investigation this was often the first error seen in invalid multi-threading scenarios.
ajcvickers
added a commit
that referenced
this issue
Jul 5, 2017
Issue #8305 Also, updated text for recursive call to OnConfiguring since in my investigation this was often the first error seen in invalid multi-threading scenarios.
ajcvickers
added a commit
that referenced
this issue
Jul 5, 2017
Issue #8305 Also, updated text for recursive call to OnConfiguring since in my investigation this was often the first error seen in invalid multi-threading scenarios.
ajcvickers
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jul 5, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Need to make sure:
See also #8026
The text was updated successfully, but these errors were encountered: