Skip to content

the parent node never delete cause thousands of parent node  #307

@wenchaomartin

Description

@wenchaomartin

hello
zookeeper version :3.4.13
curator:4.2.0
our project the such similar code

 lock = new InterProcessMutex(client, LOCK_PATH_PREFIX + userid);
                acquire(lock);
try{
}catch(){}finally{
lock.release()
}

but we found the parent node LOCK_PATH_PREFIX + userid never delete

i read the the answer of stackoverflow
but not details ,can u offer detail answer in zookeeper version 3.4.13

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions