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] close pending status job failed #8564

Open
3 tasks done
Xuzhengz opened this issue Jan 21, 2025 · 0 comments
Open
3 tasks done

[Bug] [seatunnel-engine] close pending status job failed #8564

Xuzhengz opened this issue Jan 21, 2025 · 0 comments
Labels

Comments

@Xuzhengz
Copy link
Contributor

Search before asking

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

What happened

close pending status job failed

SeaTunnel Version

2.3.9 and dev

SeaTunnel Config

{
    "env": {
        "job.mode": "batch"
        "parallelism" : 50   // 大于slot数量

    },
    "source": [
        {
            "plugin_name": "FakeSource",
            "plugin_output": "fake",
            "row.num": 100,
            "schema": {
                "fields": {
                    "name": "string",
                    "age": "int",
                    "card": "int"
                }
            }
        }
    ],
    "transform": [
    ],
    "sink": [
        {
            "plugin_name": "Console",
            "plugin_input": ["fake"]
        }
    ]
}

Running Command

bin/seatunnel.sh -c demo.json

Error Exception

pending,but close job failed

Zeta or Flink or Spark Version

2.3.9 and dev

Java or Scala Version

1.8

Screenshots

Image

![Image](https://github.com/user-attachments/assets/a0f76830-4a59-4809-ab

Image

69-de57f8d738c1)

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Xuzhengz Xuzhengz added the bug label Jan 21, 2025
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