fix(pd):PartitionCache lockGraph Logic error by haohao0103 · Pull Request #2640 · apache/hugegraph

@haohao0103

@haohao0103

@dosubot dosubot bot added size:XS

This PR changes 0-9 lines, ignoring generated files.

pd

PD module

labels

Aug 14, 2024

@codecov

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 35.05%. Comparing base (a038d23) to head (6148c6f).
Report is 233 commits behind head on master.

Files with missing lines Patch % Lines
...org/apache/hugegraph/pd/common/PartitionCache.java 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (a038d23) and HEAD (6148c6f). Click for more details.

HEAD has 4 uploads less than BASE
Flag BASE (a038d23) HEAD (6148c6f)
5 1
Additional details and impacted files
@@              Coverage Diff              @@
##             master    #2640       +/-   ##
=============================================
- Coverage     45.17%   35.05%   -10.13%     
+ Complexity      583      382      -201     
=============================================
  Files           718      719        +1     
  Lines         58434    58465       +31     
  Branches       7491     7495        +4     
=============================================
- Hits          26396    20492     -5904     
- Misses        29318    35754     +6436     
+ Partials       2720     2219      -501     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

VGalaxies

Choose a reason for hiding this comment

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

nice catch~

@dosubot dosubot bot added the lgtm

This PR has been approved by a maintainer

label

Aug 17, 2024

@github-actions

Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label

@imbajin

imbajin