[
https://issues.apache.org/jira/browse/PHOENIX-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865247#comment-16865247
]
Hadoop QA commented on PHOENIX-5308:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12971920/PHOENIX-5308.patch
against master branch at commit b8eb6811bdb709f93fd029c37e3323ca4782952a.
ATTACHMENT ID: 12971920
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation, build,
or dev patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 release audit{color}. The applied patch generated 2 release
audit warnings (more than the master's current 0 warnings).
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ + "(k1 INTEGER NOT NULL, k2 INTEGER NOT NULL, v1 INTEGER,
CONSTRAINT pk PRIMARY KEY (k1,k2)) COLUMN_ENCODED_BYTES = 0");
+ + "(k1 INTEGER NOT NULL, k2 INTEGER NOT NULL, v1 INTEGER,
CONSTRAINT pk PRIMARY KEY (k1,k2))");
+ + "(k1 INTEGER NOT NULL, k2 INTEGER NOT NULL, v1 INTEGER,
CONSTRAINT pk PRIMARY KEY (k1,k2)) COLUMN_ENCODED_BYTES = 0, VERSIONS=1");
+ "Expected lock in preBatchMutate to be
exclusive, but it wasn't for row "
+ @Parameterized.Parameters(name =
"MutableIndexExtendedIT_localIndex={0},transactionProvider={1},columnEncoded={2}")
+ true); // need to flush here, or else nothing will get
written to disk due to the delete
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2678//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2678//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2678//console
This message is automatically generated.
> Unable to run the some end2end tests in real cluster mainly the once using
> accessing hbase internals from minihbasecluster or custom coprocessors
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-5308
> URL: https://issues.apache.org/jira/browse/PHOENIX-5308
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Rajeshbabu Chintaguntla
> Assignee: Rajeshbabu Chintaguntla
> Priority: Major
> Attachments: PHOENIX-5308.patch
>
>
> {noformat}
> org.apache.phoenix.end2end.index.MutableIndexIT.testCompactNonPhoenixTable
> org.apache.phoenix.end2end.index.MutableIndexIT.testIndexHalfStoreFileReader
> org.apache.phoenix.end2end.index.MutableIndexIT.testCompactDisabledIndex
> {noformat}
> {noformat}
> 53)
> testCompactDisabledIndex[MutableIndexIT_localIndex=false,transactional=null,columnEncoded=false](org.apache.phoenix.end2end.index.MutableIndexIT)
> java.lang.RuntimeException:
> org.apache.hadoop.hbase.DistributedHBaseCluster@75ff2b6d not an instance of
> org.apache.hadoop.hbase.MiniHBaseCluster
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.getMiniHBaseCluster(HBaseTestingUtility.java:1105)
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.getHBaseCluster(HBaseTestingUtility.java:2916)
> at
> org.apache.phoenix.end2end.index.MutableIndexIT.testCompactDisabledIndex(MutableIndexIT.java:856)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> {noformat}
> {noformat}
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)