Skip to content

PHOENIX-6456 Support query logging for DDL and DML - #1213

Closed
richardantal wants to merge 2 commits into
apache:4.xfrom
richardantal:PHOENIX-6456-4.x
Closed

PHOENIX-6456 Support query logging for DDL and DML#1213
richardantal wants to merge 2 commits into
apache:4.xfrom
richardantal:PHOENIX-6456-4.x

Conversation

@richardantal

Copy link
Copy Markdown
Contributor

Change-Id: I926843cfb9074d2e8641e0d6005a62ac631de7ce

Change-Id: I926843cfb9074d2e8641e0d6005a62ac631de7ce
@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec8m 34sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+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 _
+1 💚mvninstall15m 4s4.x passed
+1 💚compile1m 7s4.x passed
+1 💚checkstyle1m 20s4.x passed
+1 💚javadoc0m 49s4.x passed
+0 🆗spotbugs3m 23sphoenix-core in 4.x has 946 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall7m 17sthe patch passed
+1 💚compile1m 16sthe patch passed
+1 💚javac1m 16sthe patch passed
-1 ❌checkstyle1m 25sphoenix-core: The patch generated 85 new + 3461 unchanged - 47 fixed = 3546 total (was 3508)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚javadoc1m 1sthe patch passed
+1 💚spotbugs4m 26sphoenix-core generated 0 new + 945 unchanged - 1 fixed = 945 total (was 946)
_ Other Tests _
+1 💚unit212m 25sphoenix-core in the patch passed.
+1 💚asflicense0m 13sThe patch does not generate ASF License warnings.
259m 16s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1213/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#1213
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 73c4735c85d2 4.15.0-136-generic #140-Ubuntu SMP Thu Jan 28 05:20:47 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revision4.x / c3f166e
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1213/1/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1213/1/testReport/
Max. process+thread count5078 (vs. ulimit of 30000)
modulesC: phoenix-core U: phoenix-core
Console outputhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1213/1/console
versionsgit=2.7.4 maven=3.3.9 spotbugs=4.1.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stotystoty left a comment

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.

+1 LGTM

@dbwongdbwong left a comment

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.

Hi can we get some unit tests and integration tests for this? Our team is plannign some logging improvements in the near future and we want to have the right set of regression tests so that logging that was there does not get dropped.

Change-Id: I3a7591c3224ebd54358f322981cde6b1d220002e
@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 15sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+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 _
+1 💚mvninstall15m 43s4.x passed
+1 💚compile1m 17s4.x passed
+1 💚checkstyle1m 25s4.x passed
+1 💚javadoc0m 50s4.x passed
+0 🆗spotbugs3m 20sphoenix-core in 4.x has 946 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall6m 47sthe patch passed
+1 💚compile1m 12sthe patch passed
+1 💚javac1m 12sthe patch passed
-1 ❌checkstyle1m 32sphoenix-core: The patch generated 124 new + 3456 unchanged - 52 fixed = 3580 total (was 3508)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
-1 ❌javadoc0m 58sphoenix-core generated 1 new + 91 unchanged - 1 fixed = 92 total (was 92)
+1 💚spotbugs4m 5sphoenix-core generated 0 new + 945 unchanged - 1 fixed = 945 total (was 946)
_ Other Tests _
+1 💚unit205m 8sphoenix-core in the patch passed.
+1 💚asflicense0m 12sThe patch does not generate ASF License warnings.
244m 38s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1213/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#1213
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 68cf6338bb1b 4.15.0-136-generic #140-Ubuntu SMP Thu Jan 28 05:20:47 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revision4.x / c3f166e
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1213/2/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
javadochttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1213/2/artifact/yetus-general-check/output/diff-javadoc-javadoc-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1213/2/testReport/
Max. process+thread count5224 (vs. ulimit of 30000)
modulesC: phoenix-core U: phoenix-core
Console outputhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1213/2/console
versionsgit=2.7.4 maven=3.3.9 spotbugs=4.1.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

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.

3 participants

@richardantal@stoty@dbwong