-
Notifications
You must be signed in to change notification settings - Fork 525
[Preview] Query: Refactors EnableOptimisticDirectExecution to true by default in Preview mode #3909
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
Changes from all commits
64ff614
c08d553
18de68b
7be39e9
1c85dad
7b21f37
11c130d
d1560bb
5d51bcb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -341,10 +341,10 @@ | |
| "RetryAfterInMs": "9000", | ||
| "BELatencyInMs": "4.2", | ||
| "ReplicaHealthStatuses": [ | ||
| "http://storephysicaladdress-1p.com:Connected", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why are JSON serializer setting very sensitive? /cc: @elasur
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not sure, not much context on the tooling that generates this file but certainly something to investigate |
||
| "http://storephysicaladdress-2s.com:Unknown", | ||
| "http://storephysicaladdress-3s.com:Unhealthy", | ||
| "http://storephysicaladdress-4s.com:Unknown" | ||
| "http://storephysicaladdress-1p.com:Connected", | ||
akotalwar marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "http://storephysicaladdress-2s.com:Unknown", | ||
| "http://storephysicaladdress-3s.com:Unhealthy", | ||
| "http://storephysicaladdress-4s.com:Unknown" | ||
| ], | ||
| "transportRequestTimeline": { | ||
| "requestTimeline": [ | ||
|
|
@@ -535,7 +535,7 @@ | |
| "RequestCharge": 0, | ||
| "RetryAfterInMs": null, | ||
| "BELatencyInMs": null, | ||
| "ReplicaHealthStatuses":[], | ||
| "ReplicaHealthStatuses": [], | ||
| "transportRequestTimeline": null, | ||
| "TransportException": null | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.