[
https://issues.apache.org/jira/browse/PHOENIX-6504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17375040#comment-17375040
]
ASF GitHub Bot commented on PHOENIX-6504:
-----------------------------------------
stoty commented on pull request #1260:
URL: https://github.com/apache/phoenix/pull/1260#issuecomment-874361626
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| +0 :ok: | reexec | 0m 30s | Docker mode activated. |
||| _ Prechecks _ |
| +1 :green_heart: | dupname | 0m 0s | No case conflicting files
found. |
| +1 :green_heart: | hbaseanti | 0m 0s | Patch does not have any
anti-patterns. |
| +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.
|
||| _ 4.16 Compile Tests _ |
| +0 :ok: | mvndep | 5m 17s | Maven dependency ordering for branch |
| +1 :green_heart: | mvninstall | 13m 23s | 4.16 passed |
| +1 :green_heart: | compile | 1m 47s | 4.16 passed |
| +1 :green_heart: | checkstyle | 0m 49s | 4.16 passed |
| +1 :green_heart: | javadoc | 1m 57s | 4.16 passed |
| +0 :ok: | spotbugs | 4m 23s | root in 4.16 has 999 extant spotbugs
warnings. |
| +0 :ok: | spotbugs | 2m 55s | phoenix-core in 4.16 has 944 extant
spotbugs warnings. |
||| _ Patch Compile Tests _ |
| +0 :ok: | mvndep | 0m 17s | Maven dependency ordering for patch |
| +1 :green_heart: | mvninstall | 9m 50s | the patch passed |
| +1 :green_heart: | compile | 1m 45s | the patch passed |
| +1 :green_heart: | javac | 1m 45s | the patch passed |
| +1 :green_heart: | checkstyle | 0m 50s | the patch passed |
| +1 :green_heart: | whitespace | 0m 0s | The patch has no whitespace
issues. |
| +1 :green_heart: | xml | 0m 1s | The patch has no ill-formed XML
file. |
| +1 :green_heart: | javadoc | 1m 54s | the patch passed |
| +1 :green_heart: | spotbugs | 7m 47s | the patch passed |
||| _ Other Tests _ |
| -1 :x: | unit | 149m 9s | root in the patch failed. |
| +1 :green_heart: | asflicense | 0m 21s | The patch does not generate
ASF License warnings. |
| | | 204m 25s | |
| Reason | Tests |
|-------:|:------|
| Failed junit tests | phoenix.pherf.PherfMainIT |
| 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-1260/2/artifact/yetus-general-check/output/Dockerfile
|
| GITHUB PR | https://github.com/apache/phoenix/pull/1260 |
| Optional Tests | dupname asflicense javac javadoc unit spotbugs hbaseanti
checkstyle compile xml |
| uname | Linux ae455238e7eb 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev/phoenix-personality.sh |
| git revision | 4.16 / 49ff48a |
| 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-1260/2/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-1260/2/testReport/
|
| Max. process+thread count | 5975 (vs. ulimit of 30000) |
| modules | C: phoenix-core . U: . |
| Console output |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1260/2/console
|
| versions | git=2.7.4 maven=3.3.9 spotbugs=4.1.3 |
| 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Exposing phoenix-server-hbase-1.6-4.16.2 jar crashes RegionServer
> -----------------------------------------------------------------
>
> Key: PHOENIX-6504
> URL: https://issues.apache.org/jira/browse/PHOENIX-6504
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.16.2
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Fix For: 4.17.0, 4.16.2
>
>
> Exposing phoenix-server-hbase-1.6-4.16.2 jar crashes RegionServer when it
> tries to bring SYSTEM.CATALOG online as phoenix-server does not shade
> thirdparty guava and sometimes we include thirdparty guava imports in Phoenix
> 4 due to clean backports coming from Phoenix master/5.1.
> In addition to resorting to direct guava imports, we should also ban
> thirdparty guava imports (opposite to what Phoenix 5 does).
> Exception stacktrace:
> {code:java}
> 2021-07-05 19:59:57,196 FATAL [RS_OPEN_PRIORITY_REGION-1.2.3.4:16201-2]
> regionserver.HRegionServer: ABORTING region server
> 1.2.3.4,16201,1625495346871: The coprocessor
> org.apache.phoenix.coprocessor.MetaDataRegionObserver threw
> java.lang.NoClassDefFoundError:
> org/apache/phoenix/thirdparty/com/google/common/collect/ImmutableMap
> java.lang.NoClassDefFoundError:
> org/apache/phoenix/thirdparty/com/google/common/collect/ImmutableMap
> at
> org.apache.phoenix.util.MetaDataUtil.<clinit>(MetaDataUtil.java:106)
> at
> org.apache.phoenix.exception.SQLExceptionCode.<clinit>(SQLExceptionCode.java:266)
> at
> org.apache.phoenix.schema.TableProperty.<init>(TableProperty.java:308)
> at
> org.apache.phoenix.schema.TableProperty.<init>(TableProperty.java:41)
> at
> org.apache.phoenix.schema.TableProperty$1.<init>(TableProperty.java:44)
> at
> org.apache.phoenix.schema.TableProperty.<clinit>(TableProperty.java:43)
> at
> org.apache.phoenix.query.QueryConstants.<clinit>(QueryConstants.java:455)
> at
> org.apache.phoenix.coprocessor.MetaDataRegionObserver.<clinit>(MetaDataRegionObserver.java:106)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at
> org.apache.hadoop.hbase.coprocessor.CoprocessorHost.loadInstance(CoprocessorHost.java:288)
> at
> org.apache.hadoop.hbase.coprocessor.CoprocessorHost.load(CoprocessorHost.java:251)
> at
> org.apache.hadoop.hbase.coprocessor.CoprocessorHost.load(CoprocessorHost.java:202)
> at
> org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.loadTableCoprocessors(RegionCoprocessorHost.java:378)
> at
> org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.<init>(RegionCoprocessorHost.java:240)
> at
> org.apache.hadoop.hbase.regionserver.HRegion.<init>(HRegion.java:824)
> at
> org.apache.hadoop.hbase.regionserver.HRegion.<init>(HRegion.java:715)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)