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

support force delete task #56

Merged
merged 1 commit into from
Nov 2, 2021
Merged

Conversation

zhoney
Copy link

@zhoney zhoney commented Nov 2, 2021

Change-Id: Ic533079dfc9be3e12a8f93fe719354501c159ada

Change-Id: Ic533079dfc9be3e12a8f93fe719354501c159ada
@codecov
Copy link

codecov bot commented Nov 2, 2021

Codecov Report

Merging #56 (c045f41) into gh-pre-release (5b86958) will decrease coverage by 0.08%.
The diff coverage is 88.88%.

Impacted file tree graph

@@                 Coverage Diff                  @@
##             gh-pre-release      #56      +/-   ##
====================================================
- Coverage             57.93%   57.85%   -0.09%     
- Complexity             6478     6483       +5     
====================================================
  Files                   429      430       +1     
  Lines                 35526    35595      +69     
  Branches               4911     4928      +17     
====================================================
+ Hits                  20581    20592      +11     
- Misses                12822    12877      +55     
- Partials               2123     2126       +3     
Impacted Files Coverage Δ
...om/baidu/hugegraph/task/StandardTaskScheduler.java 76.45% <83.33%> (-0.13%) ⬇️
...main/java/com/baidu/hugegraph/api/job/TaskAPI.java 51.02% <100.00%> (ø)
...a/com/baidu/hugegraph/auth/HugeGraphAuthProxy.java 58.20% <100.00%> (ø)
...n/java/com/baidu/hugegraph/task/TaskScheduler.java 100.00% <100.00%> (ø)
...in/java/com/baidu/hugegraph/core/GraphManager.java 32.33% <0.00%> (-3.47%) ⬇️
...c/main/java/com/baidu/hugegraph/task/HugeTask.java 71.69% <0.00%> (-0.31%) ⬇️
...du/hugegraph/backend/tx/GraphIndexTransaction.java 84.18% <0.00%> (-0.22%) ⬇️
...ava/com/baidu/hugegraph/api/profile/GraphsAPI.java 2.73% <0.00%> (-0.21%) ⬇️
...java/com/baidu/hugegraph/config/ServerOptions.java 100.00% <0.00%> (ø)
...a/com/baidu/hugegraph/backend/query/Condition.java 79.56% <0.00%> (+0.36%) ⬆️

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 5b86958...c045f41. Read the comment docs.

@zhoney zhoney merged commit f3d5a00 into gh-pre-release Nov 2, 2021
@zhoney zhoney deleted the add-force-delete-task branch November 2, 2021 09:32
guoygang added a commit that referenced this pull request Nov 5, 2021
* disable etcd for auth server (#42)

* refine MetricsAPI test for prometheus exporter (#43)

* upgrade hugegraph config and white api list (#44)

* fix rest-server.properties config item k8s.hugegraph_url (#46)

* fix rocksdb not close after close graph (#47)

* support none auth mode for k8s api (#50)

* feat(api): Support adamic-adar & resource-allocation algorithms (#10) (#51)

* support graph reload and ingore single graph error when start server (#55)

* support force delete task (#56)

* update reload api (#57)

* fix: check neighbors count & null label (#54)

* fixed prometheus metrics bugs


Co-authored-by: zhoney <zhangyi89817@126.com>
Co-authored-by: sunwei31 <sunwei31@baidu.com>
Co-authored-by: imbajin <imbajin@users.noreply.github.com>
Co-authored-by: guoyonggang <guoyonggang@baidu.com>
zhoney added a commit that referenced this pull request Dec 6, 2021
* disable etcd for auth server (#42)

* refine MetricsAPI test for prometheus exporter (#43)

* upgrade hugegraph config and white api list (#44)

* fix rest-server.properties config item k8s.hugegraph_url (#46)

* fix rocksdb not close after close graph (#47)

* support none auth mode for k8s api (#50)

* feat(api): Support adamic-adar & resource-allocation algorithms (#10) (#51)

* support graph reload and ingore single graph error when start server (#55)

* support force delete task (#56)

* update reload api (#57)

* fix: check neighbors count & null label (#54)

* fixed prometheus metrics bugs


Co-authored-by: zhoney <zhangyi89817@126.com>
Co-authored-by: sunwei31 <sunwei31@baidu.com>
Co-authored-by: imbajin <imbajin@users.noreply.github.com>
Co-authored-by: guoyonggang <guoyonggang@baidu.com>
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