Re: adding ACL enforcement based on ACLProvider, for consistency

2016-04-22 Thread Corey Nolet
Appears some projects are still being hit as of 11:45am. On Fri, Apr 22, 2016 at 11:53 AM, Jordan Zimmerman < jor...@jordanzimmerman.com> wrote: > I just saw this on the Apache Jira: > > "Jira is in Temporary Lockdown mode as a spam countermeasure. Only > logged-in users with active roles

Re: adding ACL enforcement based on ACLProvider, for consistency

2016-04-22 Thread Corey Nolet
Not sure if this is related but a bunch of projects in the Apache JIRA got hit with a strange series of Spam messages in newly created JIRA tickets yesterday. I know Infra adjusted some of the permissions for users as a result. On Fri, Apr 22, 2016 at 10:48 AM, Jordan Zimmerman <

InterruptedException in PathChildrenCache

2014-07-15 Thread Corey Nolet
I'm using a leaderSelector and path children cache together. During a shutdown method, I'm getting an InterruptedException and i'm having trouble figuring out a graceful way to handle it. java.lang.InterruptedException at

Why do the fluent methods on the CuratorFramework throw Exception instead of InterruptedException and KeeperException

2014-06-20 Thread Corey Nolet
Just curious. Was there a reason for that?

Re: Force leader

2014-05-28 Thread Corey Nolet
in the Curator framework to implement this if possible. Thanks! On Wed, May 21, 2014 at 1:34 PM, Corey Nolet cjno...@gmail.com wrote: It it helps, here's a rough design of the project: https://github.com/calrissian/conductor On Wed, May 21, 2014 at 1:33 PM, Corey Nolet cjno...@gmail.com wrote

Force leader

2014-05-21 Thread Corey Nolet
I have a cluster which is electing a single leader to perform operations on a node until the node is deemed to be unhealthy. At this time, the leader revokes itself and another leader is elected to perform the operations. There are times, however, when I need the ability to force a specific

Re: Force leader

2014-05-21 Thread Corey Nolet
It it helps, here's a rough design of the project: https://github.com/calrissian/conductor On Wed, May 21, 2014 at 1:33 PM, Corey Nolet cjno...@gmail.com wrote: Jordan, Thanks for your quick response! So what I am building is a faul-tolerant framework for linux systems to watch over some