You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/07/22 11:49:56 UTC

[GitHub] [incubator-linkis] peacewong opened a new pull request, #2508: [1.2.0] Feature optimization that supports high concurrency

peacewong opened a new pull request, #2508:
URL: https://github.com/apache/incubator-linkis/pull/2508

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] Alexkun merged pull request #2508: [1.2.0] Feature optimization that supports high concurrency

Posted by GitBox <gi...@apache.org>.
Alexkun merged PR #2508:
URL: https://github.com/apache/incubator-linkis/pull/2508


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] codecov[bot] commented on pull request #2508: [1.2.0] Feature optimization that supports high concurrency

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #2508:
URL: https://github.com/apache/incubator-linkis/pull/2508#issuecomment-1192513032

   # [Codecov](https://codecov.io/gh/apache/incubator-linkis/pull/2508?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#2508](https://codecov.io/gh/apache/incubator-linkis/pull/2508?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (b4d41c3) into [dev-1.2.0](https://codecov.io/gh/apache/incubator-linkis/commit/cc1d569241d8c010f009562f45d5125e7a9eac1d?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (cc1d569) will **decrease** coverage by `0.01%`.
   > The diff coverage is `12.72%`.
   
   ```diff
   @@               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](https://codecov.io/gh/apache/incubator-linkis/pull/2508?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...linkis/jobhistory/restful/api/QueryRestfulApi.java](https://codecov.io/gh/apache/incubator-linkis/pull/2508/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLXB1YmxpYy1lbmhhbmNlbWVudHMvbGlua2lzLXB1YmxpY3NlcnZpY2UvbGlua2lzLWpvYmhpc3Rvcnkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2xpbmtpcy9qb2JoaXN0b3J5L3Jlc3RmdWwvYXBpL1F1ZXJ5UmVzdGZ1bEFwaS5qYXZh) | `35.11% <0.00%> (-6.33%)` | :arrow_down: |
   | [...tory/service/impl/JobHistoryQueryServiceImpl.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2508/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLXB1YmxpYy1lbmhhbmNlbWVudHMvbGlua2lzLXB1YmxpY3NlcnZpY2UvbGlua2lzLWpvYmhpc3Rvcnkvc3JjL21haW4vc2NhbGEvb3JnL2FwYWNoZS9saW5raXMvam9iaGlzdG9yeS9zZXJ2aWNlL2ltcGwvSm9iSGlzdG9yeVF1ZXJ5U2VydmljZUltcGwuc2NhbGE=) | `3.59% <17.64%> (+3.59%)` | :arrow_up: |
   | [.../apache/linkis/common/variable/DateTypeUtils.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2508/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLWNvbW1vbi9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9jb21tb24vdmFyaWFibGUvRGF0ZVR5cGVVdGlscy5zY2FsYQ==) | `74.78% <100.00%> (ø)` | |
   
   Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org