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

[1.2.0] Feature optimization that supports high concurrency #2508

Merged
merged 6 commits into from
Jul 22, 2022

Conversation

peacewong
Copy link
Contributor

What is the purpose of the change

close #2503 #2504 #2505

Brief change log

  • Distributed lock sql optimization
  • undonetask interface performance optimization
  • Modify the locker to judge the executor status
  • Optimized EngineConn startup to support more Retry scenarios

@codecov
Copy link

codecov bot commented Jul 22, 2022

Codecov Report

Merging #2508 (b4d41c3) into dev-1.2.0 (cc1d569) will decrease coverage by 0.01%.
The diff coverage is 12.72%.

@@               Coverage Diff               @@
##             dev-1.2.0    #2508      +/-   ##
===============================================
- Coverage        16.64%   16.62%   -0.02%     
  Complexity        1105     1105              
===============================================
  Files              636      636              
  Lines            19531    19582      +51     
  Branches          2770     2781      +11     
===============================================
+ Hits              3250     3256       +6     
- Misses           15844    15889      +45     
  Partials           437      437              
Impacted Files Coverage Δ
...linkis/jobhistory/restful/api/QueryRestfulApi.java 35.11% <0.00%> (-6.33%) ⬇️
...tory/service/impl/JobHistoryQueryServiceImpl.scala 3.59% <17.64%> (+3.59%) ⬆️
.../apache/linkis/common/variable/DateTypeUtils.scala 74.78% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

Copy link
Contributor

@Alexkun Alexkun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Alexkun Alexkun merged commit f35b758 into apache:dev-1.2.0 Jul 22, 2022
@peacewong peacewong deleted the dev-1.2.0-bug-fix branch July 25, 2022 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants