You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Tanuj Khurana (Jira)" <ji...@apache.org> on 2021/05/25 17:47:00 UTC

[jira] [Created] (PHOENIX-6476) Index tool when verifying from index to data doesn't correctly split page into tasks

Tanuj Khurana created PHOENIX-6476:
--------------------------------------

             Summary: Index tool when verifying from index to data doesn't correctly split page into tasks
                 Key: PHOENIX-6476
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6476
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.16.1, 4.16.0, 4.14.3
            Reporter: Tanuj Khurana
            Assignee: Tanuj Khurana


When running index tool with index table as source, it splits a page into tasks when the page size is greater than the configured task size (default 2048) and runs each task in parallel. Each task is assigned a set of data row keys but the index mutation map is not split according to the data row keys assigned to a particular task. As a result, the tool reports wrong results because the index mutation map is per page but the set of data row keys is per task.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)