[ 
https://issues.apache.org/jira/browse/OOZIE-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14063042#comment-14063042
 ] 

Rohini Palaniswamy commented on OOZIE-1906:
-------------------------------------------

Few comments:
   - Schedule in SchedulerService.getScheduler() instead of creating a new 
thread pool. SchedulerService will take care of destroying the thread pool as 
well.
   - Can get rid of reaper.threads setting after switching to SchedulerService
  - public ZKUtils getZKUtils() - Do not expose this for testing. ZKUtils is 
kind of a singleton class. Access it that way in the test.

> Service to periodically remove ZK lock
> --------------------------------------
>
>                 Key: OOZIE-1906
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1906
>             Project: Oozie
>          Issue Type: Bug
>          Components: HA
>            Reporter: Purshotam Shah
>            Assignee: Purshotam Shah
>         Attachments: OOZIE-1906-V1.patch
>
>
> We might have a case where lock are held-up and it never released bcz of 
> exception. Service should remove those locks.



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

Reply via email to