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

feat: add tracker service to track unfinished jobs #1474

Conversation

tobegit3hub
Copy link
Collaborator

@tobegit3hub tobegit3hub added the enhancement New feature or request label Mar 17, 2022
@tobegit3hub tobegit3hub added this to the v0.5 milestone Mar 17, 2022
@tobegit3hub tobegit3hub self-assigned this Mar 17, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Mar 17, 2022

Linux Test Report

       51 files       177 suites   42m 54s ⏱️
  8 123 tests   8 123 ✔️ 0 💤 0
12 039 runs  12 039 ✔️ 0 💤 0

Results for commit a1656c5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

SDK Test Report

  67 files    67 suites   5m 28s ⏱️
147 tests 144 ✔️ 3 💤 0
180 runs  177 ✔️ 3 💤 0

Results for commit a1656c5.

@codecov
Copy link

codecov bot commented Mar 17, 2022

Codecov Report

Merging #1474 (a1656c5) into main (9bf27b0) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##               main    #1474      +/-   ##
============================================
- Coverage     66.07%   66.05%   -0.03%     
  Complexity      277      277              
============================================
  Files           571      573       +2     
  Lines        107802   107844      +42     
  Branches        913      917       +4     
============================================
+ Hits          71231    71232       +1     
- Misses        36379    36420      +41     
  Partials        192      192              
Impacted Files Coverage Δ
...openmldb/taskmanager/config/TaskManagerConfig.java 0.00% <0.00%> (ø)
...m/_4paradigm/openmldb/taskmanager/dao/JobInfo.java 0.00% <0.00%> (ø)
...openmldb/taskmanager/server/TaskManagerServer.java 0.00% <0.00%> (ø)
...enmldb/taskmanager/tracker/JobTrackerService.scala 0.00% <0.00%> (ø)
...ldb/taskmanager/tracker/YarnJobTrackerThread.scala 0.00% <0.00%> (ø)
src/zk/dist_lock.cc 81.81% <0.00%> (-1.52%) ⬇️
src/sdk/db_sdk.cc 64.07% <0.00%> (+0.59%) ⬆️

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 9bf27b0...a1656c5. Read the comment docs.

@tobegit3hub tobegit3hub merged commit 450cd8a into 4paradigm:main Mar 22, 2022
@dl239 dl239 mentioned this pull request Mar 29, 2022
@lumianph lumianph mentioned this pull request May 13, 2022
39 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Track the non-finished jobs after TaskManager restarts
3 participants