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

convert some pipelines to run locally, as they will cause hung due to receiver lost. #19467

Merged
merged 7 commits into from
Oct 19, 2024

Conversation

m-schen
Copy link
Contributor

@m-schen m-schen commented Oct 19, 2024

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue #17540

What this PR does / why we need it:

由于某些pipeline需要往其他pipeline发送数据(例如insert到唯一约束的列,需要发送一份数据到去重pipeline),无法发送到远程单独执行,这会导致找不到dispatch算子的数据接收者而卡死的问题。

对于这些pipeline在记录info级别的log后转换为本地执行。

@m-schen m-schen changed the title convert some pipelines to run locally, as they can cause hung. convert some pipelines to run locally, as they will cause hung due to receiver lost. Oct 19, 2024
@mergify mergify bot merged commit e1ce288 into matrixorigin:main Oct 19, 2024
18 checks passed
@m-schen m-schen deleted the fix-remote-run branch October 21, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working size/M Denotes a PR that changes [100,499] lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants