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

Linkis concurrency engine has serial execution bug #938

Closed
peacewong opened this issue Aug 3, 2021 · 0 comments
Closed

Linkis concurrency engine has serial execution bug #938

peacewong opened this issue Aug 3, 2021 · 0 comments
Labels
bug Something isn't working component=Computation Governance/EngineConn EngineConn
Projects

Comments

@peacewong
Copy link
Contributor

Describe the bug
The Linkis concurrency engine has a serial execution bug. After the task is received by engineConn, it will be executed sequentially instead of concurrently..

To Reproduce
Steps to reproduce the behavior:

  1. Submit multiple JDBC tasks at the same time
  2. View execution status

Expected behavior
Expect parallel execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component=Computation Governance/EngineConn EngineConn
Projects
No open projects
Linkis1.0.2
  
Awaiting triage
Development

No branches or pull requests

1 participant