Skip to content

Heap space issue : net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl  #410

@shobero

Description

@shobero

We are using memcache for session storage but on few nodes which are not restarted for more than a week it has been noticed that net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl class has occupied close to or more than 50% of total heap memory and not getting cleared even after major GC run.

Attaching heap memory snapshot for reference.
Note : Nodes with this issue has writeQ (java.util.concurrent.LinkedBlockingQueue) size more than 400K (looks like cyclic dependency) where as other nodes which are working fine has writeQ size of 0.

Screen Shot 2019-08-29 at 6 10 52 PM

Detailed snapshot of writeQ
Screen Shot 2019-08-29 at 6 10 37 PM

Can someone help me in figuring out what is the cause of this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions