Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] ldap errors and real time provisioning

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] ldap errors and real time provisioning


Chronological Thread 
  • From: Tom Zeller <>
  • To: Grouper Dev <>
  • Subject: Re: [grouper-dev] ldap errors and real time provisioning
  • Date: Wed, 20 Jun 2012 14:57:33 -0500

> Also, if you have multiple provisioning targets configured with the PSP,
> would an error on one target end up blocking updates to all other targets
> until the one target is fixed?  I suppose that would depend on whether the
> PSP uses one change log consumer vs multiple?  Is that possible?  Along
> those lines, it would be nice if these options could be different based on
> the target.

Yes, if the psp is configured with multiple targets all targets will be
blocked.

It is not possible right now to have multiple psp change log
consumers, since the underlying psp object is static. And the
underlying psp object is static because I did not want to instantiate
a new instance every time the change log consumer processes a batch of
change log entries.

If the underlying psp object in the change log consumer was not static
there would be some additional overhead of loading the psp
configuration and establishing connections, and some benefits of
caching might be lost. Mostly, though, it was a performance issue.

I can revisit, I don't really like it being static.

TomZ



Archive powered by MHonArc 2.6.16.

Top of Page