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

Connectivity: Fixes ConnectionBroken and adds support for Burst Capacity #3787

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

ealsur
Copy link
Member

@ealsur ealsur commented Mar 30, 2023

When enabling Burst Capacity on an account, a client running on Direct mode can encounter:

Microsoft.Azure.Documents.TransportException: A client transport error occurred: The connection failed. (Time: 2023-03-28T05:20:21.3266713Z, activity ID: 814c6f9a-6413-4152-bbbe-29cdd33ef362, error code: ConnectionBroken [0x0012], base error: HRESULT 0x80131508, URI: rntbd://10.0.2.32:14300/apps/f9e22fdc-bc10-4c67-a092-e0e3791b7ab3/services/df313d2f-cdf3-4ebf-a5ff-e58ff1e6596c/partitions/f4ef0a42-650c-4ef2-9aff-081c993080cd/replicas/133045491009455711p, connection: 10.0.1.5:59554 -> 10.0.2.32:14300, payload sent: True) --->
System.IndexOutOfRangeException: Index was outside the bounds of the array.

   at Microsoft.Azure.Documents.RntbdTokenStream`1.ParseFrom(BytesDeserializer& reader)
   at Microsoft.Azure.Documents.Rntbd.Dispatcher.<ReceiveLoopAsync>d__41.MoveNext()

Copy link
Member

@kundadebdatta kundadebdatta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

Copy link
Member

@FabianMeiswinkel FabianMeiswinkel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Thx

@ealsur ealsur merged commit b40e368 into releases/3.32.3 Mar 30, 2023
@ealsur ealsur deleted the users/ealsur/direct33020 branch March 30, 2023 18:19
ealsur added a commit that referenced this pull request Mar 30, 2023
* Release: Adds SDK version and changelog for 3.32.3 (#3788)

* Adding contract and version bump

* Adding changelog

* Connectivity: Fixes ConnectionBroken and adds support for Burst Capacity (#3787)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants