You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Purshotam Shah (JIRA)" <ji...@apache.org> on 2014/07/10 04:36:04 UTC

[jira] [Updated] (OOZIE-1923) ZKLocksService locks are re-entrant like MemoryLocks

     [ https://issues.apache.org/jira/browse/OOZIE-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Purshotam Shah updated OOZIE-1923:
----------------------------------

    Description: 
This is because we are creating InterProcessReadWriteLock instance for every path. 
We should store InterProcessReadWriteLock and reuse for same path like MemoryLocksService.

> ZKLocksService locks are re-entrant like MemoryLocks
> ----------------------------------------------------
>
>                 Key: OOZIE-1923
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1923
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Purshotam Shah
>
> This is because we are creating InterProcessReadWriteLock instance for every path. 
> We should store InterProcessReadWriteLock and reuse for same path like MemoryLocksService.



--
This message was sent by Atlassian JIRA
(v6.2#6252)