Skip to content

Pipe: fix drop pipe stuck #15340

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DanielWang2035
Copy link
Collaborator

No description provided.

@SteveYurongSu SteveYurongSu self-assigned this Apr 15, 2025
Comment on lines +49 to +50
protected final Object deregisterLock = new Object();
protected boolean isDeregistering = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @DanielWang2035
I think this method cannot fundamentally solve the problem of slow Drop Pipe. It is necessary to fundamentally optimize the lock structure of AsyncDataRegionConnector.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think the problem is subtask-level: https://timechor.feishu.cn/docx/KvE2dbKSZoGn0Gxl60bcsQT2nXg

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