Details

    • Sub-task
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 1.2.0, 1.3.0, 1.1.3, 2.0.0
    • master
    • None

    Description

      The client can submit a procedure, but before getting the procId back, the master might fail. In this case, the client request will fail and the client will re-submit the request. If 1.1 client or if there is no contention for the table lock, the time window is pretty small, but still might happen.

      If the proc was accepted and stored in the procedure store, a re-submit from the client will add another procedure, which will execute after the first one. The first one will likely succeed, and the second one will fail (for example in the case of create table, the second one will throw TableExistsException).

      One idea is to use client generated nonces (that we already have) to guard against these cases. The client will submit the request with the nonce and the nonce will be saved together with the procedure in the store. In case of a double submit, the nonce-cache is checked and the procId of the original request is returned.

      Attachments

        1. HBASE-13415.v1-branch-1.1.patch
          248 kB
          Stephen Yuan Jiang
        2. HBASE-13415.v1-master.patch
          243 kB
          Stephen Yuan Jiang
        3. HBASE-13415.v2-master.patch
          247 kB
          Stephen Yuan Jiang
        4. HBASE-13415.v3-master.patch
          247 kB
          Stephen Yuan Jiang

        Activity

          People

            syuanjiang Stephen Yuan Jiang
            enis Enis Soztutar
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: