[
https://issues.apache.org/jira/browse/PHOENIX-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17160837#comment-17160837
]
Hadoop QA commented on PHOENIX-6016:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/13007973/PHOENIX-6016.master.v1.patch
against master branch at commit 6a293496ba0bb264964ea9d124bc624c14db32ce.
ATTACHMENT ID: 13007973
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 0 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:
+ final Path basedir = CommonFSUtils.getTableDir(hbaseRootDir,
org.apache.hadoop.hbase.TableName.valueOf(tableNameStr));
+ Path seondRegion = new Path(CommonFSUtils.getTableDir(root,
fromRegion.getTable()) + Path.SEPARATOR
+ Path hfilePath =
CommonFSUtils.getCurrentFileSystem(conf).listFiles(seondRegion,
true).next().getPath();
+ Path firstRegionPath = new Path(CommonFSUtils.getTableDir(root,
toRegion.getTable()) + Path.SEPARATOR
+ byte[] startKey, byte[] endKey, Call<T, R> callable) throws
ServiceException, Throwable {
+ return delegate.batchCoprocessorService(methodDescriptor, request,
startKey, endKey, responsePrototype);
+ delegate.batchCoprocessorService(methodDescriptor, request, startKey,
endKey, responsePrototype);
+ byte[] startKey, byte[] endKey, Call<T, R> callable) throws
ServiceException, Throwable {
+ return delegate.batchCoprocessorService(methodDescriptor, request,
startKey, endKey, responsePrototype);
+ delegate.batchCoprocessorService(methodDescriptor, request, startKey,
endKey, responsePrototype);
{color:red}-1 core tests{color}. The patch failed these unit tests:
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/4059//testReport/
Code Coverage results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/4059//artifact/phoenix-core/target/site/jacoco/index.html
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/4059//console
This message is automatically generated.
> Support HBase 2.3.0
> -------------------
>
> Key: PHOENIX-6016
> URL: https://issues.apache.org/jira/browse/PHOENIX-6016
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
> Attachments: PHOENIX-6016.master.v1.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Hbase 2.3.0 has been released.
> Make sure Phoenix works with it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)