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

fix(controller): add lock for listsegment func #418

Closed
wants to merge 1 commit into from
Closed

Conversation

hwjiangkai
Copy link
Contributor

Signed-off-by: jyjiangkai [email protected]

What problem does this PR solve?

Issue Number: close #417

Problem Summary

What is changed and how does it work?

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

@codecov
Copy link

codecov bot commented Feb 8, 2023

Codecov Report

Merging #418 (a7c2e7b) into main (09f3748) will decrease coverage by 3.17%.
The diff coverage is 50.11%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #418      +/-   ##
==========================================
- Coverage   62.72%   59.56%   -3.17%     
==========================================
  Files         133      175      +42     
  Lines       12128    14377    +2249     
==========================================
+ Hits         7607     8563     +956     
- Misses       3977     5200    +1223     
- Partials      544      614      +70     
Impacted Files Coverage Δ
internal/controller/eventbus/server/instance.go 72.04% <ø> (ø)
internal/controller/trigger/storage/secret.go 48.48% <ø> (ø)
...nternal/controller/trigger/storage/subscription.go 54.71% <ø> (ø)
...ernal/controller/trigger/storage/trigger_worker.go 63.41% <ø> (ø)
...rnal/primitive/interceptor/errinterceptor/error.go 0.00% <0.00%> (ø)
.../primitive/interceptor/memberinterceptor/member.go 0.00% <0.00%> (ø)
internal/primitive/vanus/id.go 19.68% <0.00%> (-0.65%) ⬇️
internal/raft/log/recovery.go 52.27% <ø> (ø)
internal/raft/log/wal.go 100.00% <ø> (ø)
internal/store/block/entry.go 70.96% <ø> (ø)
... and 156 more

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 1b4e82a...a7c2e7b. Read the comment docs.

@hwjiangkai hwjiangkai closed this Feb 8, 2023
@hwjiangkai hwjiangkai deleted the fixbug branch February 13, 2023 10:34
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.

subscription consumes eventlogs are blocked
1 participant