You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/08/05 07:55:52 UTC

[GitHub] [phoenix] luocooong opened a new pull request #1283: PHOENIX-6526 Bump default HBase version on 2.3 profile to 2.3.6

luocooong opened a new pull request #1283:
URL: https://github.com/apache/phoenix/pull/1283


   # [PHOENIX-6526](https://issues.apache.org/jira/browse/PHOENIX-6526): Bump default HBase version on 2.3 profile to 2.3.6
   
   ## Description
   HBase 2.3.6 is released on Aug 2, and the 2.3.6 is more stable than the previous version.
   
   ## Documentation
   N/A
   
   ## Testing
   Build with the hbase 2.3.6, skip the unit tests :
   ```bash
   mvn clean install -DskipTests -Dhbase.profile=2.3 -Dhbase.version=2.3.6
   ```
   <pre>
   [INFO] Reactor Summary for Apache Phoenix 5.1.3-SNAPSHOT:
   [INFO] 
   [INFO] Apache Phoenix ..................................... SUCCESS [  1.715 s]
   [INFO] Phoenix Hbase 2.4.1 compatibility .................. SUCCESS [  2.796 s]
   [INFO] Phoenix Hbase 2.4.0 compatibility .................. SUCCESS [  1.622 s]
   [INFO] Phoenix Hbase 2.3.0 compatibility .................. SUCCESS [  1.448 s]
   [INFO] Phoenix Hbase 2.2.5 compatibility .................. SUCCESS [  1.129 s]
   [INFO] Phoenix Hbase 2.1.6 compatibility .................. SUCCESS [  1.178 s]
   [INFO] Phoenix Core ....................................... SUCCESS [ 21.269 s]
   [INFO] Phoenix - Pherf .................................... SUCCESS [  5.653 s]
   [INFO] Phoenix Client Parent .............................. SUCCESS [  0.019 s]
   [INFO] Phoenix Client ..................................... SUCCESS [02:57 min]
   [INFO] Phoenix Client Embedded ............................ SUCCESS [02:50 min]
   [INFO] Phoenix Server JAR ................................. SUCCESS [ 38.277 s]
   [INFO] Phoenix - Tracing Web Application .................. SUCCESS [  4.771 s]
   [INFO] Phoenix Assembly ................................... SUCCESS [ 13.399 s]
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   </pre>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [phoenix] stoty closed pull request #1283: PHOENIX-6526 Bump default HBase version on 2.3 profile to 2.3.6

Posted by GitBox <gi...@apache.org>.
stoty closed pull request #1283:
URL: https://github.com/apache/phoenix/pull/1283


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [phoenix] stoty commented on pull request #1283: PHOENIX-6526 Bump default HBase version on 2.3 profile to 2.3.6

Posted by GitBox <gi...@apache.org>.
stoty commented on pull request #1283:
URL: https://github.com/apache/phoenix/pull/1283#issuecomment-893359303


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   1m 39s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any @author tags.  |
   | -1 :x: |  test4tests  |   0m  0s |  The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.  |
   ||| _ 5.1 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  21m 49s |  5.1 passed  |
   | +0 |  hbaserecompile  |  29m  8s |  HBase recompiled.  |
   | +1 :green_heart: |  compile  |   1m 46s |  5.1 passed  |
   | +1 :green_heart: |  javadoc  |   1m 19s |  5.1 passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  14m  8s |  the patch passed  |
   | +0 |  hbaserecompile  |  53m 11s |  HBase recompiled.  |
   | +1 :green_heart: |  compile  |   1m 43s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 43s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace issues.  |
   | +1 :green_heart: |  xml  |   0m  3s |  The patch has no ill-formed XML file.  |
   | +1 :green_heart: |  javadoc  |   1m 16s |  the patch passed  |
   ||| _ Other Tests _ |
   | -1 :x: |  unit  | 110m 50s |  root in the patch failed.  |
   | -1 :x: |  asflicense  |   1m  9s |  The patch generated 614 ASF License warnings.  |
   |  |   | 172m 34s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1283/1/artifact/yetus-general-check/output/Dockerfile |
   | GITHUB PR | https://github.com/apache/phoenix/pull/1283 |
   | Optional Tests | dupname asflicense javac javadoc unit xml compile |
   | uname | Linux 557987f5a574 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev/phoenix-personality.sh |
   | git revision | 5.1 / 11d329e |
   | Default Java | Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08 |
   | unit | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1283/1/artifact/yetus-general-check/output/patch-unit-root.txt |
   |  Test Results | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1283/1/testReport/ |
   | asflicense | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1283/1/artifact/yetus-general-check/output/patch-asflicense-problems.txt |
   | Max. process+thread count | 11047 (vs. ulimit of 30000) |
   | modules | C: . U: . |
   | Console output | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1283/1/console |
   | versions | git=2.7.4 maven=3.3.9 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [phoenix] stoty commented on pull request #1283: PHOENIX-6526 Bump default HBase version on 2.3 profile to 2.3.6

Posted by GitBox <gi...@apache.org>.
stoty commented on pull request #1283:
URL: https://github.com/apache/phoenix/pull/1283#issuecomment-893359303


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   1m 39s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any @author tags.  |
   | -1 :x: |  test4tests  |   0m  0s |  The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.  |
   ||| _ 5.1 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  21m 49s |  5.1 passed  |
   | +0 |  hbaserecompile  |  29m  8s |  HBase recompiled.  |
   | +1 :green_heart: |  compile  |   1m 46s |  5.1 passed  |
   | +1 :green_heart: |  javadoc  |   1m 19s |  5.1 passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  14m  8s |  the patch passed  |
   | +0 |  hbaserecompile  |  53m 11s |  HBase recompiled.  |
   | +1 :green_heart: |  compile  |   1m 43s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 43s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace issues.  |
   | +1 :green_heart: |  xml  |   0m  3s |  The patch has no ill-formed XML file.  |
   | +1 :green_heart: |  javadoc  |   1m 16s |  the patch passed  |
   ||| _ Other Tests _ |
   | -1 :x: |  unit  | 110m 50s |  root in the patch failed.  |
   | -1 :x: |  asflicense  |   1m  9s |  The patch generated 614 ASF License warnings.  |
   |  |   | 172m 34s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1283/1/artifact/yetus-general-check/output/Dockerfile |
   | GITHUB PR | https://github.com/apache/phoenix/pull/1283 |
   | Optional Tests | dupname asflicense javac javadoc unit xml compile |
   | uname | Linux 557987f5a574 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev/phoenix-personality.sh |
   | git revision | 5.1 / 11d329e |
   | Default Java | Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08 |
   | unit | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1283/1/artifact/yetus-general-check/output/patch-unit-root.txt |
   |  Test Results | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1283/1/testReport/ |
   | asflicense | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1283/1/artifact/yetus-general-check/output/patch-asflicense-problems.txt |
   | Max. process+thread count | 11047 (vs. ulimit of 30000) |
   | modules | C: . U: . |
   | Console output | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1283/1/console |
   | versions | git=2.7.4 maven=3.3.9 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org