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-Task] Run Mode defaults to run, and you cannot select a null value #14267

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

zyfjrx
Copy link
Contributor

@zyfjrx zyfjrx commented Jun 2, 2023

fix #14250

Purpose of the pull request

When Dolphinscheduler creates a seattunnel task, if the Flink startup script is used, the Run Mode defaults to run, and a null value cannot be selected. As a result of this operation, when seatunnel invokes the Flink service to perform tasks, --run-mode run will be spliced by default in the execution command, but the run-mode parameter is not supported in multiple flink versions (tested 1.13 1.14 1.15 1.16 1.17), and finally Task execution failed.

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

If your pull request contain incompatible change, you should also add it to docs/docs/en/guide/upgrede/incompatible.md

@github-actions github-actions bot added backend UI ui and front end related labels Jun 2, 2023
@SbloodyS SbloodyS added the first time contributor First-time contributor label Jun 2, 2023
@SbloodyS SbloodyS added the 3.2.0 for 3.2.0 version label Jun 2, 2023
@SbloodyS SbloodyS added this to the 3.2.0 milestone Jun 2, 2023
@SbloodyS SbloodyS added 3.1.x for 3.1.x version and removed 3.2.0 for 3.2.0 version labels Jun 2, 2023
@SbloodyS SbloodyS modified the milestones: 3.2.0, 3.1.8 Jun 2, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jun 2, 2023

Codecov Report

Merging #14267 (6e40e20) into dev (18d176c) will decrease coverage by 0.04%.
The diff coverage is n/a.

❗ Current head 6e40e20 differs from pull request most recent head d526db7. Consider uploading reports for the commit d526db7 to get more accurate results

@@             Coverage Diff              @@
##                dev   #14267      +/-   ##
============================================
- Coverage     38.45%   38.42%   -0.04%     
+ Complexity     4499     4497       -2     
============================================
  Files          1235     1235              
  Lines         42992    42992              
  Branches       4765     4765              
============================================
- Hits          16534    16521      -13     
- Misses        24631    24644      +13     
  Partials       1827     1827              

see 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Jun 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@zhuangchong zhuangchong added the bug Something isn't working label Jun 6, 2023
@songjianet songjianet merged commit 4111acb into apache:dev Jul 12, 2023
IT-Kwj pushed a commit to IT-Kwj/dolphinscheduler that referenced this pull request Jul 14, 2023
…t a null value (apache#14267)

Co-authored-by: zhang <zhangyfcoder@163.com>
zhongjiajie pushed a commit that referenced this pull request Jul 20, 2023
…t a null value (#14267)

Co-authored-by: zhang <zhangyfcoder@163.com>
(cherry picked from commit 4111acb)
zhuangchong pushed a commit that referenced this pull request Jul 20, 2023
biaoma-ty pushed a commit to Kasma-Inc/dolphinscheduler that referenced this pull request Aug 17, 2023
…t a null value (apache#14267)

Co-authored-by: zhang <zhangyfcoder@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.1.x for 3.1.x version backend bug Something isn't working first time contributor First-time contributor UI ui and front end related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [Seatunnel] Run Mode defaults to run, and you cannot select a null value
5 participants