[ https://issues.apache.org/jira/browse/PHOENIX-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007183#comment-16007183 ]
ASF GitHub Bot commented on PHOENIX-3825: ----------------------------------------- GitHub user vincentpoon opened a pull request: https://github.com/apache/phoenix/pull/247 PHOENIX-3825 Mutable Index rebuild does not write an index version fo… …r each data row version You can merge this pull request into a Git repository by running: $ git pull https://github.com/vincentpoon/phoenix PHOENIX-3825 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/phoenix/pull/247.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #247 ---- commit cdf1675a850b9e3ff0580b77607723466d008765 Author: Vincent <vincent.p...@salesforce.com> Date: 2017-05-11T20:57:10Z PHOENIX-3825 Mutable Index rebuild does not write an index version for each data row version ---- > Mutable Index rebuild does not write an index version for each data row > version > ------------------------------------------------------------------------------- > > Key: PHOENIX-3825 > URL: https://issues.apache.org/jira/browse/PHOENIX-3825 > Project: Phoenix > Issue Type: Bug > Reporter: Vincent Poon > > 1) Write a row > 2) Disable the index > 3) write a series of updates to the data row > 4) trigger the BuildIndexScheduleTask partial rebuild > The index table will only have 1 new version, whereas the data row had many > versions -- This message was sent by Atlassian JIRA (v6.3.15#6346)