We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After submitting 20-30 tasks simultaneously using rest API, the engine crashes and only a few tasks succeed.
2.3.8
{ "env": { "job.mode": "batch" }, "source": [ { "plugin_name": "FakeSource", "plugin_output": "fake", "row.num": 1000000, "schema": { "fields": { "name": "string", "age": "int", "card": "int" } } } ], "transform": [ ], "sink": [ { "plugin_name": "Console", "plugin_input": ["fake"] } ] }
rest-api
please see log screen
1.8
master:
worker:
The text was updated successfully, but these errors were encountered:
please see
Sorry, something went wrong.
Please note that the logs should be viewed from 10:10 am on the 12th to 20th, when 20 tasks are submitted concurrently
seatunnel-engine-master.log seatunnel-engine-worker1.log seatunnel-engine-worker2.log
No branches or pull requests
Search before asking
What happened
After submitting 20-30 tasks simultaneously using rest API, the engine crashes and only a few tasks succeed.
SeaTunnel Version
2.3.8
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
2.3.8
Java or Scala Version
1.8
Screenshots
master:
worker:
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: