Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-515

Support region-level transactional mode

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Resolution: Won't Fix
    • None
    • None
    • None
    • 384

    Description

      Instead of using batched mutations like at commit time:

      List<Mutation> mutations = currentMutations;
      hTable.batch(mutations);

      use the MultiRowMutationEndpoint coprocessor instead to guarantee all or nothing commit behavior.

      We could have a "strict" mode that disallows committing rows in different regions and does batching by region when auto commit is on.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jamestaylor James R. Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: