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: args count of ACTION_CLEARED error #1941

Merged
merged 1 commit into from
Aug 21, 2022

Conversation

simon824
Copy link
Member

fix #1939

@codecov
Copy link

codecov bot commented Aug 11, 2022

Codecov Report

Merging #1941 (3f05a72) into master (7274a5f) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #1941      +/-   ##
============================================
+ Coverage     70.47%   70.49%   +0.02%     
- Complexity      724      976     +252     
============================================
  Files           452      452              
  Lines         38984    38990       +6     
  Branches       5554     5554              
============================================
+ Hits          27473    27486      +13     
+ Misses         8814     8808       -6     
+ Partials       2697     2696       -1     
Impacted Files Coverage Δ
...ugegraph/backend/cache/CachedGraphTransaction.java 85.71% <100.00%> (+0.23%) ⬆️
...gegraph/backend/cache/CachedSchemaTransaction.java 90.65% <100.00%> (+0.13%) ⬆️
...va/com/baidu/hugegraph/util/collection/IntMap.java 72.40% <0.00%> (-1.60%) ⬇️
...va/com/baidu/hugegraph/backend/cache/RamCache.java 72.22% <0.00%> (-0.56%) ⬇️
...hugegraph/backend/serializer/BinarySerializer.java 85.56% <0.00%> (ø)
...hugegraph/backend/store/raft/rpc/RaftRequests.java 20.12% <0.00%> (+0.22%) ⬆️
.../java/com/baidu/hugegraph/task/HugeServerInfo.java 74.63% <0.00%> (+0.72%) ⬆️
...ugegraph/backend/store/raft/StoreStateMachine.java 65.76% <0.00%> (+0.90%) ⬆️
...va/com/baidu/hugegraph/task/ServerInfoManager.java 74.41% <0.00%> (+1.16%) ⬆️
...hugegraph/backend/store/raft/rpc/RpcForwarder.java 71.18% <0.00%> (+1.69%) ⬆️
... and 1 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@javeme javeme left a comment

Choose a reason for hiding this comment

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

LGTM

@imbajin imbajin merged commit 5172f77 into apache:master Aug 21, 2022
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.

[Question] Failed to handle cache event
3 participants