[
https://issues.apache.org/jira/browse/PHOENIX-5333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880802#comment-16880802
]
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/12973980/PHOENIX-5333.master.v4.patch
against master branch at commit 5425298e66e231bed55b700c4e5724c330944a6d.
ATTACHMENT ID: 12973980
{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",
+ private void checkNewIndexingCoprocessors(String [] indexList, String []
tableList) throws IOException {
+ private void checkOldIndexingCoprocessors(String [] indexList, String []
tableList) throws IOException {
+ public ParameterizedIndexUpgradeToolIT(boolean mutable, boolean upgrade,
boolean isNamespaceEnabled) {
+ "[Optional]Whether or not synchronously rebuild the indexes;
default rebuild asynchronous");
+ 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");
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2740//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2740//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,
> PHOENIX-5333.master.v4.patch
>
> Time Spent: 19h 40m
> 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)