[Fix-#3956][Master] When running a task, the resource file is lost#3957
Merged
CalvinKirs merged 54 commits intoapache:devfrom Oct 24, 2020
BoYiZhang:pr_3956
Merged
[Fix-#3956][Master] When running a task, the resource file is lost#3957CalvinKirs merged 54 commits intoapache:devfrom BoYiZhang:pr_3956
CalvinKirs merged 54 commits intoapache:devfrom
BoYiZhang:pr_3956
Conversation
update code
dag add close buttion
update code
modify submit workflow button
modify CLICK_ADD_BUTTON
delete print
in addition update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
This reverts commit 3a2cba7
upadtecode
in addition update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
update code
update code from apache
update code from apache
update code from apache
update data code
update code from ds
update from code
update code
update code from apache
update code from apa
update from apache
update code from apache
Codecov Report
@@ Coverage Diff @@
## dev #3957 +/- ##
============================================
+ Coverage 39.83% 39.94% +0.10%
- Complexity 2921 2931 +10
============================================
Files 460 459 -1
Lines 21826 21793 -33
Branches 2653 2647 -6
============================================
+ Hits 8695 8705 +10
+ Misses 12308 12271 -37
+ Partials 823 817 -6
Continue to review full report at Codecov.
|
|
Kudos, SonarCloud Quality Gate passed!
|
hermeshephaestus
approved these changes
Oct 24, 2020
CalvinKirs
requested changes
Oct 24, 2020
...hinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/VarPoolUtils.java
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When running a shell task, the resource file is lost, which results in an error
this close #3956
TaskParams
Taskparams does not have a resourcelist. When converting, the content of resourcelist will be lost
Not only shell tasks, param parameters in other task types may be overridden
The code is as follows:
VarPoolUtils#setTaskNodeLocalParams