[ https://issues.apache.org/jira/browse/PHOENIX-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975271#comment-15975271 ]
Hadoop QA commented on PHOENIX-3796: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12864055/PHOENIX-3796-4.x-HBase-0.98.patch against 4.x-HBase-0.98 branch at commit ee886bab91f58f4b54efc619d2ec3aec92d40a92. ATTACHMENT ID: 12864055 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/834//console This message is automatically generated. > LocalIndexes apply the entire batch for each mutation in a batch > ---------------------------------------------------------------- > > Key: PHOENIX-3796 > URL: https://issues.apache.org/jira/browse/PHOENIX-3796 > Project: Phoenix > Issue Type: Bug > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Attachments: 3796-4x.txt, PHOENIX-3796-4.x-HBase-0.98.patch > > > [~mujtabachohan] pointed out an "exponential" increase in update time in the > size of the batch. > Indeed when I look at the code in Indexer.java I see that for each call to > postPut or postDelete we do insert the entire into the local index. (So for a > batch of size 10000 we'd make 10000 index updates 10000 times) > [~rajeshbabu] -- This message was sent by Atlassian JIRA (v6.3.15#6346)