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-web] Incorrect Task Instance Filter Options Displayed #8561

Open
2 of 3 tasks
arshadmohammad opened this issue Jan 20, 2025 · 1 comment
Open
2 of 3 tasks

Comments

@arshadmohammad
Copy link
Collaborator

Search before asking

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

What happened

The current task instance filter options are as follows:
| 'SUBMITTED_SUCCESS'
| 'RUNNING_EXECUTION'
| 'READY_PAUSE'
| 'PAUSE'
| 'READY_STOP'
| 'STOP'
| 'FAILURE'
| 'SUCCESS'
| 'NEED_FAULT_TOLERANCE'
| 'KILL'
| 'WAITING_THREAD'
| 'WAITING_DEPEND'
| 'DELAY_EXECUTION'
| 'FORCED_SUCCESS'
| 'SERIAL_WAIT'
| 'DISPATCH'
| 'PAUSE_BY_ISOLATION'
| 'KILL_BY_ISOLATION'
| 'PAUSE_BY_CORONATION'
| 'FORBIDDEN_BY_CORONATION'

The updated job statuses are:
| 'INITIALIZING'
| 'CREATED'
| 'SCHEDULED'
| 'RUNNING'
| 'FAILING'
| 'FAILED'
| 'DOING_SAVEPOINT'
| 'SAVEPOINT_DONE'
| 'CANCELING'
| 'CANCELED'
| 'FINISHED'
| 'UNKNOWABLE'

Please update the job instance filter options to reflect the new job statuses.

SeaTunnel Version

seatunnel-web version 1.0.2

SeaTunnel Config

NA

Running Command

NA

Error Exception

No exception, only filter by state is not working

Zeta or Flink or Spark Version

No response

Java or Scala Version

No response

Screenshots

Image

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@arshadmohammad
Copy link
Collaborator Author

If anyone is interested in working on this issue, please feel free to assign it to yourself.

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

No branches or pull requests

2 participants