[
https://issues.apache.org/jira/browse/PHOENIX-5333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16881617#comment-16881617
]
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/12974101/PHOENIX-5333.4.x-HBase-1.3.v1.patch
against 4.x-HBase-1.3 branch at commit
3b31923d4c698ee2a38f5b9db104892a194e2131.
ATTACHMENT ID: 12974101
{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");
+ private void addCoprocessor(Admin admin, String tableName,
HTableDescriptor tableDesc, String coprocName) throws IOException {
+ private void removeCoprocessor(Admin admin, String tableName,
HTableDescriptor tableDesc, String coprocName) throws IOException {
+ HTableDescriptor indexTableDesc =
admin.getTableDescriptor(TableName.valueOf(indexName));
+ addCoprocessor(admin, indexName, indexTableDesc,
GlobalIndexChecker.class.getName());
+ removeCoprocessor(admin, indexName, indexTableDesc,
GlobalIndexChecker.class.getName());
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.join.HashJoinMoreIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2752//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2752//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.4.x-HBase-1.3.v1.patch,
> PHOENIX-5333.master.v1.patch, PHOENIX-5333.master.v2.patch,
> PHOENIX-5333.master.v3.patch, PHOENIX-5333.master.v4.patch,
> PHOENIX-5333.master.v5.patch, PHOENIX-5333.master.v6.patch,
> PHOENIX-5385.4.x-HBase-1.3.v2.patch
>
> Time Spent: 20h 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)