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

fall back to reliable compression settings on failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.4.4, 1.5.0
    • None
    • None
    • None

    Description

      Bad compression configuration keeps tables online:

      createtable test
      config -t test -s table.file.compression.type=snappy
      flush
      droptable test
      

      The flush results in an unsatisfied link error when Snappy is not properly configured. This keeps the tablet online. Dropping the table when the tablet is stuck online puts a FATE operation in the queue, which backs everything up.

      Can we fall back to something that is in the java code base (i.e. gz) in the event of failures to load other compression code?

      Attachments

        Activity

          People

            Unassigned Unassigned
            afuchs Adam Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated: