On Mon, Aug 6, 2012 at 10:49 AM, John Armstrong <[email protected]> wrote: > On 08/06/2012 10:45 AM, John Vines wrote: >> >> That error occurs when a user tried to do a scan with an authorization >> they do not have granted to them. Make sure that the user has the >> authorizations they are trying to scan with (if this is an unintended >> error). Otherwise, it's working as intended. > > > I ran into that myself, and it's easy enough (for me) to make sure users > only ever request authorizations they've been granted, but it did make me > wonder why throw an exception there? Why not only apply the intersection of > granted+requested authorizations and log a warning to note that an ungranted > authorization was requested and ignored?
I will work on ACCUMULO-246 for 1.5.0 so that you can have the behavior you want.
