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

Cleanup broken connection from ClusterPipeline #3143

Merged
merged 3 commits into from
Sep 20, 2022

Conversation

sazzad16
Copy link
Collaborator

Cleanup connection from MultiNodePipelineBase when there is a connection exception

Cleanup connection from MultiNodePipelineBase when there is a connection exception
@sazzad16 sazzad16 added this to the 4.3.0 milestone Sep 19, 2022
@sazzad16 sazzad16 linked an issue Sep 19, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2022

Codecov Report

Merging #3143 (7f5f220) into master (a692b47) will decrease coverage by 0.01%.
The diff coverage is 73.68%.

@@             Coverage Diff              @@
##             master    #3143      +/-   ##
============================================
- Coverage     66.55%   66.54%   -0.02%     
  Complexity     4386     4386              
============================================
  Files           243      243              
  Lines         14225    14236      +11     
  Branches        851      851              
============================================
+ Hits           9468     9473       +5     
- Misses         4387     4393       +6     
  Partials        370      370              
Impacted Files Coverage Δ
...ava/redis/clients/jedis/MultiNodePipelineBase.java 21.95% <73.68%> (+0.42%) ⬆️
src/main/java/redis/clients/jedis/Jedis.java 84.95% <0.00%> (-0.05%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sazzad16 sazzad16 merged commit badfe98 into redis:master Sep 20, 2022
@sazzad16 sazzad16 deleted the pipe-close-bug branch September 20, 2022 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClusterPipeline will not return connection when exception happened
2 participants