[
https://issues.apache.org/jira/browse/PHOENIX-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025067#comment-17025067
]
Hadoop QA commented on PHOENIX-5268:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12991999/PHOENIX-5268.master.v2.patch
against master branch at commit 41a24eb35244799bdd2f49ba157f29b40b3564e4.
ATTACHMENT ID: 12991999
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 12 new
or modified tests.
{color:red}-1 javac{color}. The applied patch generated 374 javac compiler
warnings (more than the master's current 361 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:
+
<argument>phoenix-client-${project.version}-${hbase.compat.version.string}.jar</argument>
+
<argument>phoenix-${project.version}-${hbase.compat.version.string}-client.jar</argument>
+
<directory>${project.basedir}/../phoenix-hbase-compat-${hbase.compat.version}/target/</directory>
+ List<? extends Permission> tablePermissions =
userPermissions.get(regularUser1.getName());
+ //With Hbase 2.2 the local index splits trigger
longCompactions, and have to wait for an
+ List<RegionInfo> mergeRegions =
CompatUtil.getMergeRegions(ctx.getEnvironment().getConnection(),
+ for (RegionInfo mergeRegion : mergeRegions.subList(1,
mergeRegions.size())) {
+ if
(!CompatPermissionUtil.getPermissionFromUP(userPermission).implies(action)) {
+
accessExists.addAll(Arrays.asList(CompatPermissionUtil.getPermissionFromUP(userPermission).getActions()));
+ if
(CompatPermissionUtil.getPermissionFromUP(userPermission).implies(action)) {
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexRebuildTaskIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3353//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3353//console
This message is automatically generated.
> HBase 2.1/2.2 compatibility
> ---------------------------
>
> Key: PHOENIX-5268
> URL: https://issues.apache.org/jira/browse/PHOENIX-5268
> Project: Phoenix
> Issue Type: Bug
> Reporter: Josh Elser
> Assignee: Istvan Toth
> Priority: Blocker
> Fix For: 5.1.0
>
> Attachments: PHOENIX-5268.master.v1.patch,
> PHOENIX-5268.master.v2.patch
>
> Time Spent: 3h
> Remaining Estimate: 0h
>
> HBASE-21754 introduces a new abstract method to RpcScheduler:
> {{getMetaPriorityQueueLength()}}
> This means that Phoenix does not build against HBase 2.0.5.
> FYI [[email protected]], [~Jaanai].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)