You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/08/15 17:47:00 UTC

[jira] [Commented] (PHOENIX-4086) Simulate concurrent updates while partially rebuilding index

    [ https://issues.apache.org/jira/browse/PHOENIX-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16127620#comment-16127620 ] 

Hadoop QA commented on PHOENIX-4086:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12881967/PHOENIX-4086.patch
  against master branch at commit b2c8e34f1bed9dc2e68a719c3ec5470c5dc595bf.
  ATTACHMENT ID: 12881967

    {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 javadoc{color}.  The javadoc tool appears to have generated 56 warning messages.

    {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 void doStuff(Connection conn, String fullTableName, int nRows) throws SQLException {
+            conn.createStatement().execute("UPSERT INTO " + fullTableName + " VALUES(" + pk + "," + v1 + "," + v2 + ")");
+            conn.createStatement().execute("UPSERT INTO " + fullTableName + " VALUES(" + pk + "," + v1 + "," + v2 + ")");
+            conn.createStatement().execute("CREATE TABLE " + fullTableName + "(k INTEGER PRIMARY KEY, v1 INTEGER, v2 INTEGER) COLUMN_ENCODED_BYTES = 0, STORE_NULLS=true");
+            conn.createStatement().execute("CREATE INDEX " + indexName + " ON " + fullTableName + " (v1) INCLUDE (v2)");
+            HTableInterface metaTable = conn.unwrap(PhoenixConnection.class).getQueryServices().getTable(PhoenixDatabaseMetaData.SYSTEM_CATALOG_NAME_BYTES);

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
     ./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NotQueryIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OnDuplicateKeyIT

Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1257//testReport/
Javadoc warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1257//artifact/patchprocess/patchJavadocWarnings.txt
Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1257//console

This message is automatically generated.

> Simulate concurrent updates while partially rebuilding index
> ------------------------------------------------------------
>
>                 Key: PHOENIX-4086
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4086
>             Project: Phoenix
>          Issue Type: Test
>            Reporter: James Taylor
>            Assignee: James Taylor
>             Fix For: 4.12.0
>
>         Attachments: PHOENIX-4086.patch, PHOENIX-4086_v2.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)