Skip to content

Delete duplicate command filter registration#447

Merged
tezc merged 1 commit intoRedisLabs:masterfrom
tezc:fix-dup-commandfilter
Jul 11, 2022
Merged

Delete duplicate command filter registration#447
tezc merged 1 commit intoRedisLabs:masterfrom
tezc:fix-dup-commandfilter

Conversation

@tezc
Copy link
Collaborator

@tezc tezc commented Jul 10, 2022

Introduced by #360, the command filter will be registered twice as part of a rebase mistake. It is harmless but unnecessary. Also, as we are not using the command filter object itself, we don't need to keep a reference to it.

@tezc tezc requested review from fadidahanna and sjpotter July 10, 2022 21:49
@codecov-commenter
Copy link

Codecov Report

Merging #447 (27b45bf) into master (847610b) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #447      +/-   ##
==========================================
- Coverage   54.99%   54.96%   -0.03%     
==========================================
  Files          37       37              
  Lines       13324    13323       -1     
  Branches     1537     1537              
==========================================
- Hits         7327     7323       -4     
- Misses       5997     6000       +3     
Impacted Files Coverage Δ
src/redisraft.h 100.00% <ø> (ø)
src/redisraft.c 74.01% <100.00%> (-0.14%) ⬇️
src/connection.c 74.39% <0.00%> (-1.04%) ⬇️
deps/raft/src/raft_server.c 80.12% <0.00%> (+0.08%) ⬆️

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 847610b...27b45bf. Read the comment docs.

@tezc tezc merged commit 60e1367 into RedisLabs:master Jul 11, 2022
@tezc tezc deleted the fix-dup-commandfilter branch July 11, 2022 11:09
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.

3 participants