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] [Rest-api] Response timeout #8349

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

[Bug] [Rest-api] Response timeout #8349

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

Comments

@Xuzhengz
Copy link
Contributor

Search before asking

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

What happened

When there are too many tasks, the interface response is slow or times out, which is unfriendly for us to monitor the status through periodic API calls

SeaTunnel Version

2.3.8 and dev

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

can run 30 times job

Error Exception

rest-api response timeout

Zeta or Flink or Spark Version

2.3.8 and dev

Java or Scala Version

1.8

Screenshots

No response

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
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