Skip to content

PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat - #1129

Closed
stoty wants to merge 1 commit into
apache:4.xfrom
stoty:PHOENIX-6360-4.x
Closed

PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat#1129
stoty wants to merge 1 commit into
apache:4.xfrom
stoty:PHOENIX-6360-4.x

Conversation

@stoty

@stotystoty commented Feb 3, 2021

Copy link
Copy Markdown
Contributor

No description provided.

@stoty

stoty commented Feb 3, 2021

Copy link
Copy Markdown
ContributorAuthor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 31sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-1 ❌test4tests0m 0sThe 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.x Compile Tests _
+0 🆗mvndep5m 0sMaven dependency ordering for branch
+1 💚mvninstall9m 57s4.x passed
+1 💚compile2m 27s4.x passed
+1 💚javadoc1m 17s4.x passed
_ Patch Compile Tests _
+0 🆗mvndep0m 13sMaven dependency ordering for patch
+1 💚mvninstall5m 52sthe patch passed
+1 💚compile2m 23sthe patch passed
+1 💚javac2m 23sthe patch passed
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚xml0m 5sThe patch has no ill-formed XML file.
+1 💚javadoc1m 16sthe patch passed
_ Other Tests _
+1 💚unit130m 6sphoenix-core in the patch passed.
+1 💚unit0m 33sphoenix-client-parent in the patch passed.
+1 💚unit0m 44sphoenix-server in the patch passed.
+1 💚unit0m 44sphoenix-assembly in the patch passed.
+1 💚asflicense0m 33sThe patch does not generate ASF License warnings.
162m 44s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1129/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#1129
Optional Testsdupname asflicense xml javac javadoc unit compile
unameLinux a7d7b636d9e5 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revision4.x / 68bd519
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1129/2/testReport/
Max. process+thread count5656 (vs. ulimit of 30000)
modulesC: phoenix-core phoenix-client-parent phoenix-server phoenix-assembly U: .
Console outputhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1129/2/console
versionsgit=2.7.4 maven=3.3.9
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

<unpack>false</unpack>
<outputDirectory>/lib</outputDirectory>
<includes>
<include>org.apache.phoenix:phoenix-hbase-compat-${hbase.compat.version}</include>

@virajjasanivirajjasaniFeb 3, 2021

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to include the user specified compat jar in tarball right?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly.
This may be needed by things like phoenix-pherf or the tracing server.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Though IIRC pherf already uses phoenix-client, so it may not be.
But we are shipping so much junk in /lib, that one more jar doesn't make a difference.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is fine.

<unpack>false</unpack>
<outputDirectory>/lib</outputDirectory>
<includes>
<include>org.apache.phoenix:phoenix-hbase-compat-${hbase.compat.version}</include>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is fine.

@stotystoty closed this Feb 3, 2021
@stoty
stoty deleted the PHOENIX-6360-4.x branch July 29, 2021 14:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@stoty@virajjasani