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

[GraphBuilder] OutputCollector can not collect record to downstream #67

Open
ashione opened this issue Apr 13, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@ashione
Copy link
Member

ashione commented Apr 13, 2024

Version
Describe the version you used.
After 2022-10-3

Describe the bug
A clear and concise description of what the bug is.

Build the following graph :

  • Python Source(1)
  • Java Map (2)
  • Java Filter (3)
  • Python Sink (4)

Jobgraph build a full graph like
1->2->3->4, but generated a new graph by optimization in chained operation, finally like
1->2(3 Chained)->4. Actually current version passing a wrong edge<2,4> to the second operator actor, so the last actor would not get the final output record.

To Reproduce
Steps to reproduce the behavior:
1.
2.
3.
4.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@ashione ashione self-assigned this Apr 13, 2024
@ashione ashione added the bug Something isn't working label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant