fix task: atomic update/get fields and re-schedule by javeme · Pull Request #1361 · apache/hugegraph
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 584
Conversation
Copy link
Contributor
javeme
commented
Feb 20, 2021
javeme
commented
- atomic update and get task status&result
- call resubmitTask() when re-schedule task
Change-Id: Iae736b875e2796206e29360da1ecb8aa457fbbed
javeme added 2 commits
February 20, 2021 19:36Change-Id: Iae736b875e2796206e29360da1ecb8aa457fbbed
Change-Id: I2efa9fd4979492c6901e1ae11fbaf2be451f0354
Copy link
Codecov Report
Merging #1361 (9d81eda) into master (7f63b57) will decrease coverage by
0.01%.
The diff coverage is20.00%.
@@ Coverage Diff @@ ## master #1361 +/- ## ============================================ - Coverage 62.38% 62.37% -0.02% Complexity 5817 5817 ============================================ Files 385 385 Lines 31922 31928 +6 Branches 4451 4453 +2 ============================================ - Hits 19916 19915 -1 - Misses 9984 9989 +5 - Partials 2022 2024 +2
| Impacted Files | Coverage Δ | Complexity Δ | |
|---|---|---|---|
| ...om/baidu/hugegraph/task/StandardTaskScheduler.java | 76.10% <0.00%> (-1.34%) |
85.00 <0.00> (ø) |
|
| ...in/java/com/baidu/hugegraph/task/TaskCallable.java | 55.88% <0.00%> (ø) |
13.00 <0.00> (ø) |
|
| ...c/main/java/com/baidu/hugegraph/task/HugeTask.java | 69.84% <33.33%> (-0.10%) |
82.00 <0.00> (ø) |
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 7f63b57...9d81eda. Read the comment docs.
javeme
changed the title
Task: atomic update get fields and fix re-schedule
fix task: atomic update/get fields and re-schedule
Linary approved these changes Feb 25, 2021
zhoney approved these changes Mar 1, 2021
Linary
merged commit
3d51cf1
into
master
Linary
deleted the
task-atomic-update-get-fields
branch
javeme added a commit that referenced this pull request
Mar 29, 2021* atomic update and get task status&result * call resubmitTask() when re-schedule task Change-Id: I2efa9fd4979492c6901e1ae11fbaf2be451f0354
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