alibaba/Sentinel

客户端使用sentinel-datasource-redis出现连接数不能释放问题

Open

#2075 opened on Mar 9, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (23,109 stars) (8,150 forks)batch import
area/data-sourcegood first issue

Description

Issue Description

Type: bug report or feature request

Describe what happened (or what feature you want)

客户端使用sentinel-datasource-redis包,出现了Redis连接数不能释放问题

Describe what you expected to happen

客户端在使用sentinel-datasource-redis包 能正常释放Redis连接数 或者是使用集成配置有问题。

目前可以通过关闭sentinel端点信息暂时解决此问题。

How to reproduce it (as minimally and precisely as possible)

  1. 问题描述和bug demo: https://github.com/lvjianSingle/alibaba-sentienl-datasource-redis-bug

Tell us your environment

Java1.8、Windows10

Anything else we need to know?

spring-cloud-alibaba版本:2.2.5.RELEASE sentinel-dashboard版本:1.8.0 sentinel-datasource-redis版本:1.8.0

Contributor guide