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

feat(conn): move time-consuming ops out of ExecuteCommand for context #2611

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

PragmaTwice
Copy link
Member

The scope (position of destruction) is important for Context, so we should move time-consuming ops like FeedMonitorConns out of ExecuteCommand so that the context can be destructed before these ops. (especially after we move key locking into ExecuteCommands)

Copy link

sonarcloud bot commented Oct 19, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Copy link
Member

@git-hulk git-hulk left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@PokIsemaine PokIsemaine left a comment

Choose a reason for hiding this comment

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

LGTM

@PragmaTwice PragmaTwice merged commit 6ee4190 into apache:unstable Oct 19, 2024
31 of 32 checks passed
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