Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-9466

Read-only mode

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Abandoned
    • None
    • None
    • None
    • None

    Description

      Provide a read-only mode for a table. Writes to the table in read-only mode will be rejected, but read-only mode is different from disable in that:
      1. it doesn't offline the regions of the table(hence much more lightweight than disable)
      2. it can serve read requests

      Also support a cluster level read only state, a shortcut for setting all tables served by the cluster into read only mode, with a similar shortcut for resuming normal operations.

      Client write requests to the table(s) set in read only mode should be rejected.

      We need an exception for HBCK. When operating in read only mode all writes made by HBCK should be allowed as an exception.

      Attachments

        Activity

          People

            Unassigned Unassigned
            fenghh Honghua Feng
            Votes:
            1 Vote for this issue
            Watchers:
            15 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: