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

Provide way to not start LogSyncer thread

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.94.6, 0.95.0
    • 0.98.0, 0.94.6, 0.95.0
    • regionserver, wal
    • None

    Description

      In our usecase we want all the Mutations on all the tables to be immediately written and synced to WAL. We dont want the LogSyncer thread to be running in such a case.

      In minbatch operation we write entries to WAL and we use postWALWrite and write some more WAL entries(Only write no sync). We want all these written data to be synced as one unit (at the sync step in doMiniBatchOperation) But if the LogSyncer thread is running in the system it can come and do the sync at any point in time which we dont want in our case.

      Attachments

        1. HBASE-7869_Trunk.patch
          4 kB
          Anoop Sam John
        2. HBASE-7869_94.patch
          6 kB
          Anoop Sam John
        3. HBASE-7869_Trunk-V2.patch
          5 kB
          Anoop Sam John

        Activity

          People

            anoopsamjohn Anoop Sam John
            anoopsamjohn Anoop Sam John
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: