Giter Club home page Giter Club logo

Comments (12)

mp911de avatar mp911de commented on May 27, 2024

I pushed 37c9423 to branch issue-26-memory-leak-fix. Can you give it a try? Deallocation happens using netty the same way resources are allocated.

from lettuce.

mp911de avatar mp911de commented on May 27, 2024

You can set the log level to DEBUG for the logger com.lambdaworks.redis.protocol (or even com.lambdaworks) to inspect the raw data. ASCII 111 is o which looks like some data was either in the buffer or the reply was not expected from redis. Guess, this will need further investigation.

from lettuce.

kichik avatar kichik commented on May 27, 2024

I will give it a shot. Sadly I don't have a good way to reproduce yet.
The fix looks good and makes sense. The allocation/release is now symmetrical.
Other invalid bytes I had were 'l', 'o', 'u', 'C'.
This might be related to the way we wrap the connection in SSL.

from lettuce.

mp911de avatar mp911de commented on May 27, 2024

hm. Looks like a feature request :)

from lettuce.

kichik avatar kichik commented on May 27, 2024

SSL wrapping? That might have actually helped avoid all of these issues. Lettuce would have known the connection is not really up and it's only the SSL tunnel that's up.

from lettuce.

mp911de avatar mp911de commented on May 27, 2024

Yep. Created issue #28

from lettuce.

kichik avatar kichik commented on May 27, 2024

Another thing that could have helped avoid this is a more thorough handshake that verified Lettuce is talking to Redis on the other side before beginning to dispatch commands. Maybe a ping/pong sequence first.

from lettuce.

kichik avatar kichik commented on May 27, 2024

No luck reproducing yet.

from lettuce.

kichik avatar kichik commented on May 27, 2024

Still not able to reproduce the exact issue, but I was able to confirm this fix is good. Instead of bad bytes, I got plain old connection reset by peer. When Redis goes down and Lettuce reconnects close() is never called. I've also added assert buffer == null at the top of of channelRegistered() and without this fix it fires multiple times on reconnection.

from lettuce.

mp911de avatar mp911de commented on May 27, 2024

Setting this one to resolved. The SSL issue is addressed with issue #28

from lettuce.

mp911de avatar mp911de commented on May 27, 2024

3.0.3.Final released

from lettuce.

kichik avatar kichik commented on May 27, 2024

Thanks! :)

from lettuce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.