-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.7 (Kay SR7)
-
Fix Version/s: 2.0.8 (Kay SR8), 2.1 RC1 (Lovelace)
-
Component/s: Lettuce Driver
-
Labels:None
-
Environment:lettuce-5.0.4
-
Pull Request URL:
-
Sprint:Lovelace M2 / M3, Lovelace RC1
o.s.d.r.c.l.LettucePoolingConnectionProvider WARN LettucePoolingConnectionProvider contains unreleased connections i.l.c.RedisChannelHandler WARN Connection is already closed
It seems LettuceSubscription close connection
protected void doClose() { if (!getChannels().isEmpty()) { pubsub.sync().unsubscribe(new byte[0]); } if (!getPatterns().isEmpty()) { pubsub.sync().punsubscribe(new byte[0]); } pubsub.removeListener(this.listener); pubsub.close(); }
and didn't remove it from LettucePoolingConnectionProvider.poolRef