[
https://issues.apache.org/jira/browse/PHOENIX-3149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15408648#comment-15408648
]
Hadoop QA commented on PHOENIX-3149:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12822178/PHOENIX-3149.patch
against master branch at commit 137eb98d4c78f7edaa8fa5e7388476b4a96afcde.
ATTACHMENT ID: 12822178
{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:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
34 warning messages.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 core tests{color}. The patch passed unit tests in .
{color:red}-1 core zombie tests{color}. There are 1 zombie test(s):
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/497//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/497//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/497//console
This message is automatically generated.
> Local index got corrupted if intermediate compaction happen during the split.
> -----------------------------------------------------------------------------
>
> Key: PHOENIX-3149
> URL: https://issues.apache.org/jira/browse/PHOENIX-3149
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.8.0
> Reporter: Sergey Soldatov
> Assignee: Sergey Soldatov
> Attachments: PHOENIX-3149.patch
>
>
> The scenario is quite simple:
> If we trigger split after index creation when we have a lot of HFiles not yet
> compacted, the compaction may happen for part of those files and the scan
> type will be COMPACT_RETAIN_DELETES, but not COMPACT_DROP_DELETES as we
> expect in preCompactScannerOpen. In this case the regular scanner will be
> used during compaction and we get incorrectly data in the local index.
> Discussed it with [~enis] offline and it seems that the check for
> COMPACT_DROP_DELETES is not necessary and can/should be deleted.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)