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 2014/10/11 19:15:33 UTC

[jira] [Created] (PHOENIX-1340) Prevent collecting stats on the same region multiple times in same call

James Taylor created PHOENIX-1340:
-------------------------------------

             Summary: Prevent collecting stats on the same region multiple times in same call
                 Key: PHOENIX-1340
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1340
             Project: Phoenix
          Issue Type: Sub-task
            Reporter: James Taylor


If the stats are collected for a table with local indexes or a view with indexes, we may collect the stats for the same region multiple times. The reason is that data for multiple indexes may be shared in the same region, but we run the updateStatsInternal call serially. We need to implement PHOENIX-1339 first for this to be possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)