You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2018/02/12 23:07:00 UTC

[jira] [Created] (PHOENIX-4600) Add retry logic for partial index rebuilder writes

James Taylor created PHOENIX-4600:
-------------------------------------

             Summary: Add retry logic for partial index rebuilder writes
                 Key: PHOENIX-4600
                 URL: https://issues.apache.org/jira/browse/PHOENIX-4600
             Project: Phoenix
          Issue Type: Bug
            Reporter: James Taylor


A little bit of follow up work is necessary as part of PHOENIX-4130. It looks like the partial index rebuilder writes (UngroupedAggregateRegionObserver.rebuildIndices()) do not have the new retry logic that's necessary. It's somewhat unfortunate that the logic isn't shared between the commits that happen in the loop of UngroupedAggregateRegionObserver.doPostScannerOpen() and rebuildIndices() as it'd be almost identical (except we know that all writes will be local writes).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)