[
https://issues.apache.org/jira/browse/PHOENIX-5333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16879497#comment-16879497
]
Hadoop QA commented on PHOENIX-5333:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12973804/PHOENIX-5333.master.v3.patch
against master branch at commit 9f1f295b61581da86355e175b8923f5eae12fd88.
ATTACHMENT ID: 12973804
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 2 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ private static final String [] INDEXES_LIST_NAMESPACE =
{"TEST:INDEX1", "TEST:INDEX2", "TEST1:INDEX3",
+ public ParameterizedIndexUpgradeToolIT(boolean mutable, boolean upgrade,
boolean isNamespaceEnabled) {
+ "[Optional]Whether or not synchronously rebuild the indexes;
default rebuild asynchronous");
+ LOGGER.fine("Data table is immutable, waiting for
"+GLOBAL_INDEX_CHECKER_ENABLED_MAP_EXPIRATION_MIN + 1+" minutes for client
cache to expire");
+ if
(admin.getDescriptor(TableName.valueOf(tableName)).hasCoprocessor(Indexer.class.getName()))
{
+ LOGGER.info("Indexer coprocessor on data table " + tableName +
" is already unloaded");
+ if
(!admin.getDescriptor(TableName.valueOf(tableName)).hasCoprocessor(IndexRegionObserver.class.getName()))
{
+ LOGGER.info("IndexRegionObserver coprocessor on data table " +
tableName + "is already loaded");
+ LOGGER.info("IndexRegionObserver coprocessor on data table " +
tableName + " is already unloaded");
+ if
(!admin.getDescriptor(TableName.valueOf(tableName)).hasCoprocessor(Indexer.class.getName()))
{
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.schema.stats.TxStatsCollectorIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertSelectIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ViewIndexIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDMLIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2734//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2734//console
This message is automatically generated.
> A tool to upgrade existing tables/indexes to use self-consistent global
> indexes design
> --------------------------------------------------------------------------------------
>
> Key: PHOENIX-5333
> URL: https://issues.apache.org/jira/browse/PHOENIX-5333
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Swaroopa Kadam
> Assignee: Swaroopa Kadam
> Priority: Major
> Fix For: 4.15.0, 5.1.0, 4.14.3
>
> Attachments: PHOENIX-5333.master.v1.patch,
> PHOENIX-5333.master.v2.patch, PHOENIX-5333.master.v3.patch
>
> Time Spent: 18h 10m
> Remaining Estimate: 0h
>
> A tool to upgrade existing tables/indexes to use self-consistent global
> indexes design in PHOENIX-5156
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)