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

Stop partition recovery flow when a client instance is closed. #41486

Merged
merged 58 commits into from
Aug 22, 2024

Conversation

jeet1995
Copy link
Member

@jeet1995 jeet1995 commented Aug 9, 2024

The PR introduces the following changes:

  • Stops the partition recovery background task specific to per-partition circuit breaker and disposes the scheduler associated with this background task. Without explicitly doing this, the direct buffer memory was getting exhausted. The direct buffer memory is required for channel-specific resources and an exhaustion of this memory materializes as channel acquisition timeouts leading to the overall data plane operation to timing out.
  • Introduces a way to run the multi-master / multi-write test job with circuit breaker turned on and turned off.

@github-actions github-actions bot added the Cosmos label Aug 9, 2024
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@jeet1995
Copy link
Member Author

/azp run java - cosmos - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jeet1995
Copy link
Member Author

/azp run java - cosmos - tests

@Azure Azure deleted a comment from azure-pipelines bot Aug 21, 2024
@Azure Azure deleted a comment from azure-pipelines bot Aug 21, 2024
@Azure Azure deleted a comment from azure-pipelines bot Aug 21, 2024
@Azure Azure deleted a comment from azure-pipelines bot Aug 21, 2024
@jeet1995
Copy link
Member Author

/azp run java - cosmos - tests

Copy link

Azure Pipelines failed to run 1 pipeline(s).

@Azure Azure deleted a comment from azure-pipelines bot Aug 21, 2024
@Azure Azure deleted a comment from azure-pipelines bot Aug 21, 2024
@Azure Azure deleted a comment from azure-pipelines bot Aug 21, 2024
@jeet1995
Copy link
Member Author

/azp run java - cosmos - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jeet1995
Copy link
Member Author

/azp run java - cosmos - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jeet1995
Copy link
Member Author

/azp run java - cosmos - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jeet1995
Copy link
Member Author

/azp run java - cosmos - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jeet1995
Copy link
Member Author

/azp run java - cosmos - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

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 - Thanks!

@jeet1995
Copy link
Member Author

/check-enforcer override

@jeet1995 jeet1995 merged commit a7cb0c5 into Azure:main Aug 22, 2024
58 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants