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

Bulk importing Keys with invalid ColumnVisibility doesn't fail until scan

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.5-incubating
    • 1.5.0
    • client

    Description

      A Key is allowed to have an invalid ColumnVisibility so it can be used in a Range (see ACCUMULO-193). Also, we don't want Key to create a ColumnVisibility object to test the validity of a supplied Text, CharSequence, or byte[] visibility due to the large amount of overhead in doing so. This isn't a problem when writing Mutations to Accumulo, but during bulk import Keys are written directly to files. Thus the user doesn't receive an error for the invalid ColumnVisibility until scanning the table.

      Attachments

        Issue Links

          Activity

            People

              kturner Keith Turner
              billie Billie Rinaldi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: