Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-246

Improve scan authorizations behavior

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • client

    Description

      When a user creates a scanner a set of Authorizations is passed. If the authorizations passed to the scanner are not a subset of the user's authorizations, then an exception is thrown. An alternative would be to intersect the set of scan authorizations with the user's authorizations. Many users have had trouble understanding the "silent intersection" behavior, which resulted in switching to throwing an Exception. However, in situations where the user's authorizations are lazily updated, and for very long running scans, intersection would be preferable. Possible fixes are 1) adding a flag to indicate whether to intersect or throw an exception or 2) making it easier for the user to perform the intersection manually (which would fix some issues, but not the long-running scans).

      Attachments

        Activity

          People

            Unassigned Unassigned
            billie Billie Rinaldi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: