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

[Bug] [seatunnel-engine] Concurrent task execution #8348

Open
3 tasks done
Xuzhengz opened this issue Dec 20, 2024 · 3 comments
Open
3 tasks done

[Bug] [seatunnel-engine] Concurrent task execution #8348

Xuzhengz opened this issue Dec 20, 2024 · 3 comments
Labels

Comments

@Xuzhengz
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

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

{
    "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"]
        }
    ]
}

Running Command

rest-api

Error Exception

please see log screen

Zeta or Flink or Spark Version

2.3.8

Java or Scala Version

1.8

Screenshots

master:
image
image

worker:
image
image
c6a9619aa4c3a04f8a1bc3de4bd6438

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Xuzhengz Xuzhengz added the bug label Dec 20, 2024
@Xuzhengz
Copy link
Contributor Author

please see

@Xuzhengz
Copy link
Contributor Author

Please note that the logs should be viewed from 10:10 am on the 12th to 20th, when 20 tasks are submitted concurrently

@Xuzhengz
Copy link
Contributor Author

seatunnel-engine-master.log
seatunnel-engine-worker1.log
seatunnel-engine-worker2.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant