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

[Fix-10576] Fix standalone start error using ./bin/dolphinscheduler-daemon.sh start standalone-server #10577

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

SbloodyS
Copy link
Member

Purpose of the pull request

close #10576

@SbloodyS SbloodyS added bug Something isn't working backend labels Jun 23, 2022
@SbloodyS SbloodyS added this to the 3.0.0-beta-3 milestone Jun 23, 2022
@SbloodyS SbloodyS requested a review from kezhenxu94 June 23, 2022 07:53
@SbloodyS SbloodyS self-assigned this Jun 23, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #10577 (03c3b01) into dev (b2879c0) will decrease coverage by 0.08%.
The diff coverage is 9.11%.

❗ Current head 03c3b01 differs from pull request most recent head bc4739b. Consider uploading reports for the commit bc4739b to get more accurate results

@@             Coverage Diff              @@
##                dev   #10577      +/-   ##
============================================
- Coverage     41.01%   40.92%   -0.09%     
+ Complexity     4874     4873       -1     
============================================
  Files           893      895       +2     
  Lines         36120    36201      +81     
  Branches       3992     3986       -6     
============================================
+ Hits          14813    14815       +2     
- Misses        19843    19924      +81     
+ Partials       1464     1462       -2     
Impacted Files Coverage Δ
...apache/dolphinscheduler/common/thread/Stopper.java 0.00% <0.00%> (ø)
...he/dolphinscheduler/common/thread/ThreadUtils.java 0.00% <0.00%> (ø)
...che/dolphinscheduler/common/utils/LoggerUtils.java 0.00% <0.00%> (ø)
...e/dolphinscheduler/server/master/MasterServer.java 0.00% <0.00%> (ø)
...r/server/master/processor/StateEventProcessor.java 0.00% <0.00%> (ø)
...er/server/master/processor/TaskEventProcessor.java 0.00% <0.00%> (ø)
...master/processor/TaskExecuteResponseProcessor.java 0.00% <0.00%> (ø)
...r/server/master/processor/TaskRecallProcessor.java 0.00% <0.00%> (ø)
...ter/processor/queue/StateEventResponseService.java 0.00% <0.00%> (ø)
...er/master/processor/queue/TaskExecuteRunnable.java 0.00% <0.00%> (ø)
... and 35 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2879c0...bc4739b. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Jun 23, 2022

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

No Coverage information No Coverage information
No Duplication information No Duplication information

@SbloodyS SbloodyS merged commit 7a292cf into apache:dev Jun 23, 2022
@SbloodyS SbloodyS deleted the fix_10576 branch June 23, 2022 08:35
@zhongjiajie
Copy link
Member

it should be released in 300b2, otherwise, users can not use standalone with H2

@zhongjiajie
Copy link
Member

cc @devosend I had test locally and it work, we should cherry pick this commit to branch 300b2 too

devosend pushed a commit that referenced this pull request Jun 28, 2022
(cherry picked from commit 7a292cf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [Standalone] start standalone error using ./bin/dolphinscheduler-daemon.sh start standalone-server
4 participants