Skip to content

PHOENIX-6211 Paged scan filters - #973

Closed
kadirozde wants to merge 4 commits into
apache:masterfrom
kadirozde:6211
Closed

PHOENIX-6211 Paged scan filters#973
kadirozde wants to merge 4 commits into
apache:masterfrom
kadirozde:6211

Conversation

@kadirozde

@kadirozdekadirozde commented Nov 18, 2020

Copy link
Copy Markdown
Contributor

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec4m 14sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall13m 11smaster passed
+1 💚compile0m 58smaster passed
+1 💚checkstyle2m 14smaster passed
+1 💚javadoc0m 44smaster passed
+0 🆗spotbugs2m 54sphoenix-core in master has 962 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall7m 31sthe patch passed
+1 💚compile0m 52sthe patch passed
+1 💚javac0m 52sthe patch passed
-1 ❌checkstyle2m 20sphoenix-core: The patch generated 212 new + 4119 unchanged - 71 fixed = 4331 total (was 4190)
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
+1 💚javadoc0m 44sthe patch passed
-1 ❌spotbugs3m 4sphoenix-core generated 2 new + 960 unchanged - 2 fixed = 962 total (was 962)
_ Other Tests _
-1 ❌unit97m 32sphoenix-core in the patch failed.
+1 💚asflicense0m 26sThe patch does not generate ASF License warnings.
139m 29s
ReasonTests
FindBugsmodule:phoenix-core
org.apache.phoenix.filter.PhoenixPageFilter.getRowKeyAtStop() may expose internal representation by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:[line 72]
org.apache.phoenix.filter.PhoenixPageFilter.stopImmediatelyForTesting should be package protected At PhoenixPageFilter.java: At PhoenixPageFilter.java:[line 45]
Failed junit testsphoenix.end2end.ProductMetricsIT
phoenix.end2end.index.GlobalMutableTxIndexIT
phoenix.end2end.ReverseScanIT
phoenix.end2end.StatsEnabledSplitSystemCatalogIT
phoenix.end2end.SortMergeJoinMoreIT
phoenix.tx.ParameterizedTransactionIT
phoenix.end2end.ViewIT
phoenix.end2end.RowValueConstructorIT
phoenix.tx.TransactionIT
phoenix.end2end.join.HashJoinNoIndexIT
phoenix.end2end.DistinctPrefixFilterIT
phoenix.end2end.join.HashJoinLocalIndexIT
phoenix.end2end.IndexScrutinyToolIT
phoenix.end2end.join.SubqueryIT
phoenix.end2end.AlterMultiTenantTableWithViewsIT
phoenix.end2end.index.PartialIndexRebuilderIT
phoenix.end2end.index.GlobalImmutableTxIndexIT
phoenix.end2end.join.SortMergeJoinNoSpoolingIT
phoenix.end2end.TenantSpecificTablesDDLIT
phoenix.end2end.TransactionalViewIT
phoenix.tx.TxCheckpointIT
phoenix.end2end.index.LocalIndexIT
phoenix.end2end.SkipScanQueryIT
phoenix.end2end.index.MutableIndexIT
phoenix.tx.FlappingTransactionIT
phoenix.end2end.join.SortMergeJoinNoIndexIT
phoenix.end2end.DerivedTableIT
phoenix.end2end.index.MutableIndexFailureIT
phoenix.execute.PartialCommitIT
phoenix.end2end.index.MutableIndexFailureWithNamespaceIT
phoenix.end2end.join.SubqueryUsingSortMergeJoinIT
phoenix.end2end.AlterTableWithViewsIT
phoenix.end2end.join.HashJoinGlobalIndexIT
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 9203aaa6937a 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 revisionmaster / 243ac64
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-973/1/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/1/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/1/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/1/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/1/testReport/
Max. process+thread count6883 (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-973/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.

@kadirozde
kadirozde marked this pull request as draft November 18, 2020 08:46
@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 18sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 1sNo 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall14m 36smaster passed
+1 💚compile1m 1smaster passed
+1 💚checkstyle1m 42smaster passed
+1 💚javadoc0m 48smaster passed
+0 🆗spotbugs3m 11sphoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 7sthe patch passed
+1 💚compile1m 2sthe patch passed
+1 💚javac1m 2sthe patch passed
-1 ❌checkstyle1m 44sphoenix-core: The patch generated 190 new + 4348 unchanged - 72 fixed = 4538 total (was 4420)
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
+1 💚javadoc0m 44sthe patch passed
-1 ❌spotbugs3m 27sphoenix-core generated 3 new + 964 unchanged - 2 fixed = 967 total (was 966)
_ Other Tests _
-1 ❌unit170m 42sphoenix-core in the patch failed.
+1 💚asflicense0m 26sThe patch does not generate ASF License warnings.
212m 19s
ReasonTests
FindBugsmodule:phoenix-core
org.apache.phoenix.filter.PhoenixPageFilter.getNextRowKey() may expose internal representation by returning PhoenixPageFilter.nextRowKey At PhoenixPageFilter.java:by returning PhoenixPageFilter.nextRowKey At PhoenixPageFilter.java:[line 74]
org.apache.phoenix.filter.PhoenixPageFilter.getRowKeyAtStop() may expose internal representation by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:[line 71]
org.apache.phoenix.filter.PhoenixPageFilter.stopImmediatelyForTesting should be package protected At PhoenixPageFilter.java: At PhoenixPageFilter.java:[line 43]
Failed junit testsphoenix.end2end.index.PartialIndexRebuilderIT
phoenix.end2end.ViewTTLIT
phoenix.end2end.RowValueConstructorIT
phoenix.end2end.ProductMetricsIT
phoenix.end2end.ReverseScanIT
phoenix.end2end.DistinctPrefixFilterIT
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/6/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 4ab938caf15b 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / f1a0860
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-973/6/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/6/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/6/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/6/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/6/testReport/
Max. process+thread count6295 (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-973/6/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.

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 23sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall14m 38smaster passed
+1 💚compile1m 1smaster passed
+1 💚checkstyle1m 44smaster passed
+1 💚javadoc0m 48smaster passed
+0 🆗spotbugs3m 34sphoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 22sthe patch passed
+1 💚compile1m 3sthe patch passed
+1 💚javac1m 3sthe patch passed
-1 ❌checkstyle1m 47sphoenix-core: The patch generated 225 new + 4445 unchanged - 82 fixed = 4670 total (was 4527)
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
+1 💚javadoc0m 52sthe patch passed
-1 ❌spotbugs3m 45sphoenix-core generated 3 new + 964 unchanged - 2 fixed = 967 total (was 966)
_ Other Tests _
-1 ❌unit201m 58sphoenix-core in the patch failed.
+1 💚asflicense0m 36sThe patch does not generate ASF License warnings.
245m 25s
ReasonTests
FindBugsmodule:phoenix-core
org.apache.phoenix.filter.PhoenixPageFilter.getNextRowKey() may expose internal representation by returning PhoenixPageFilter.nextRowKey At PhoenixPageFilter.java:by returning PhoenixPageFilter.nextRowKey At PhoenixPageFilter.java:[line 74]
org.apache.phoenix.filter.PhoenixPageFilter.getRowKeyAtStop() may expose internal representation by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:[line 71]
org.apache.phoenix.filter.PhoenixPageFilter.stopImmediatelyForTesting should be package protected At PhoenixPageFilter.java: At PhoenixPageFilter.java:[line 43]
Failed junit testsphoenix.end2end.index.PartialIndexRebuilderIT
phoenix.end2end.ViewTTLIT
phoenix.end2end.RowValueConstructorIT
phoenix.end2end.ProductMetricsIT
phoenix.end2end.ReverseScanIT
phoenix.end2end.DistinctPrefixFilterIT
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/7/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 2e22d51350ea 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / f1a0860
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-973/7/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/7/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/7/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/7/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/7/testReport/
Max. process+thread count6194 (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-973/7/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.

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 39sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall15m 26smaster passed
+1 💚compile1m 14smaster passed
+1 💚checkstyle2m 2smaster passed
+1 💚javadoc0m 57smaster passed
+0 🆗spotbugs3m 16sphoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall7m 59sthe patch passed
+1 💚compile0m 53sthe patch passed
+1 💚javac0m 53sthe patch passed
-1 ❌checkstyle2m 32sphoenix-core: The patch generated 229 new + 4569 unchanged - 83 fixed = 4798 total (was 4652)
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
+1 💚javadoc0m 43sthe patch passed
-1 ❌spotbugs3m 9sphoenix-core generated 3 new + 964 unchanged - 2 fixed = 967 total (was 966)
_ Other Tests _
-1 ❌unit107m 49sphoenix-core in the patch failed.
+1 💚asflicense0m 27sThe patch does not generate ASF License warnings.
149m 56s
ReasonTests
FindBugsmodule:phoenix-core
org.apache.phoenix.filter.PhoenixPageFilter.getNextRowKey() may expose internal representation by returning PhoenixPageFilter.nextRowKey At PhoenixPageFilter.java:by returning PhoenixPageFilter.nextRowKey At PhoenixPageFilter.java:[line 74]
org.apache.phoenix.filter.PhoenixPageFilter.getRowKeyAtStop() may expose internal representation by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:[line 71]
org.apache.phoenix.filter.PhoenixPageFilter.stopImmediatelyForTesting should be package protected At PhoenixPageFilter.java: At PhoenixPageFilter.java:[line 43]
Failed junit testsphoenix.end2end.ProductMetricsIT
phoenix.end2end.RowValueConstructorIT
phoenix.end2end.ViewTTLIT
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/8/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 4943b7703dd0 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / f1f92aa
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-973/8/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/8/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/8/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/8/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/8/testReport/
Max. process+thread count6951 (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-973/8/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.

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 21sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall14m 6smaster passed
+1 💚compile1m 3smaster passed
+1 💚checkstyle2m 5smaster passed
+1 💚javadoc0m 47smaster passed
+0 🆗spotbugs3m 12sphoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 23sthe patch passed
+1 💚compile0m 59sthe patch passed
+1 💚javac0m 59sthe patch passed
-1 ❌checkstyle1m 53sphoenix-core: The patch generated 236 new + 4813 unchanged - 86 fixed = 5049 total (was 4899)
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
+1 💚javadoc0m 45sthe patch passed
-1 ❌spotbugs3m 21sphoenix-core generated 3 new + 964 unchanged - 2 fixed = 967 total (was 966)
_ Other Tests _
-1 ❌unit181m 45sphoenix-core in the patch failed.
+1 💚asflicense0m 25sThe patch does not generate ASF License warnings.
223m 58s
ReasonTests
FindBugsmodule:phoenix-core
org.apache.phoenix.filter.PhoenixPageFilter.getNextRowKey() may expose internal representation by returning PhoenixPageFilter.nextRowKey At PhoenixPageFilter.java:by returning PhoenixPageFilter.nextRowKey At PhoenixPageFilter.java:[line 74]
org.apache.phoenix.filter.PhoenixPageFilter.getRowKeyAtStop() may expose internal representation by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:[line 71]
org.apache.phoenix.filter.PhoenixPageFilter.stopImmediatelyForTesting should be package protected At PhoenixPageFilter.java: At PhoenixPageFilter.java:[line 43]
Failed junit testsphoenix.end2end.ViewTTLIT
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/9/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 7050f6c91edd 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 457a67c
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-973/9/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/9/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/9/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/9/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/9/testReport/
Max. process+thread count6117 (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-973/9/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.

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec6m 37sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 1sNo 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall14m 0smaster passed
+1 💚compile1m 3smaster passed
+1 💚checkstyle1m 50smaster passed
+1 💚javadoc0m 49smaster passed
+0 🆗spotbugs3m 8sphoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 12sthe patch passed
+1 💚compile1m 0sthe patch passed
+1 💚javac0m 59sthe patch passed
-1 ❌checkstyle1m 53sphoenix-core: The patch generated 232 new + 4813 unchanged - 86 fixed = 5045 total (was 4899)
-1 ❌whitespace0m 1sThe patch 9 line(s) with tabs.
+1 💚javadoc0m 47sthe patch passed
-1 ❌spotbugs3m 23sphoenix-core generated 2 new + 964 unchanged - 2 fixed = 966 total (was 966)
_ Other Tests _
-1 ❌unit154m 58sphoenix-core in the patch failed.
+1 💚asflicense0m 23sThe patch does not generate ASF License warnings.
201m 31s
ReasonTests
FindBugsmodule:phoenix-core
org.apache.phoenix.filter.PhoenixPageFilter.getNextRowKey() may expose internal representation by returning PhoenixPageFilter.nextRowKey At PhoenixPageFilter.java:by returning PhoenixPageFilter.nextRowKey At PhoenixPageFilter.java:[line 73]
org.apache.phoenix.filter.PhoenixPageFilter.getRowKeyAtStop() may expose internal representation by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:by returning PhoenixPageFilter.rowKeyAtStop At PhoenixPageFilter.java:[line 70]
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/10/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 11f2b08e4c47 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 457a67c
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-973/10/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/10/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/10/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/10/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/10/testReport/
Max. process+thread count6152 (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-973/10/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.

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 4sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall14m 21smaster passed
+1 💚compile1m 2smaster passed
+1 💚checkstyle1m 51smaster passed
+1 💚javadoc0m 47smaster passed
+0 🆗spotbugs3m 8sphoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 1sthe patch passed
+1 💚compile0m 59sthe patch passed
+1 💚javac0m 59sthe patch passed
-1 ❌checkstyle1m 52sphoenix-core: The patch generated 199 new + 4834 unchanged - 65 fixed = 5033 total (was 4899)
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
+1 💚javadoc0m 46sthe patch passed
+1 💚spotbugs3m 22sphoenix-core generated 0 new + 964 unchanged - 2 fixed = 964 total (was 966)
_ Other Tests _
-1 ❌unit156m 15sphoenix-core in the patch failed.
+1 💚asflicense0m 22sThe patch does not generate ASF License warnings.
197m 24s
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/11/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux d213c3ba9db2 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 993ad5e
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-973/11/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/11/artifact/yetus-general-check/output/whitespace-tabs.txt
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/11/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/11/testReport/
Max. process+thread count6256 (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-973/11/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.

@stoty

stoty commented Dec 5, 2020

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 3sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
-1 ❌mvninstall2m 48sroot in master failed.
-1 ❌compile0m 12sphoenix-core in master failed.
-1 ❌checkstyle0m 6sThe patch fails to run checkstyle in phoenix-core
-1 ❌javadoc0m 9sphoenix-core in master failed.
-1 ❌spotbugs0m 9sphoenix-core in master failed.
_ Patch Compile Tests _
-1 ❌mvninstall0m 22sroot in the patch failed.
-1 ❌compile0m 8sphoenix-core in the patch failed.
-1 ❌javac0m 8sphoenix-core in the patch failed.
-1 ❌checkstyle0m 5sThe patch fails to run checkstyle in phoenix-core
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
-1 ❌javadoc0m 8sphoenix-core in the patch failed.
-1 ❌spotbugs0m 8sphoenix-core in the patch failed.
_ Other Tests _
-1 ❌unit0m 8sphoenix-core in the patch failed.
+1 💚asflicense0m 9sThe patch does not generate ASF License warnings.
6m 10s
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 2b94e1d509a6 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 7d9f78d
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstallhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/branch-mvninstall-root.txt
compilehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/branch-compile-phoenix-core.txt
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/buildtool-branch-checkstyle-phoenix-core.txt
javadochttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/branch-javadoc-phoenix-core.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/branch-spotbugs-phoenix-core.txt
mvninstallhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compilehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/patch-compile-phoenix-core.txt
javachttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/patch-compile-phoenix-core.txt
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/buildtool-patch-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/whitespace-tabs.txt
javadochttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/patch-javadoc-phoenix-core.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/patch-spotbugs-phoenix-core.txt
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/testReport/
Max. process+thread count47 (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-973/12/console
versionsgit=2.7.4 maven=3.3.9
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stoty

stoty commented Dec 6, 2020

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 3sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 1sNo 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 appears to include 1 new or modified test files.
_ master Compile Tests _
-1 ❌mvninstall2m 34sroot in master failed.
-1 ❌compile0m 13sphoenix-core in master failed.
-1 ❌checkstyle0m 5sThe patch fails to run checkstyle in phoenix-core
-1 ❌javadoc0m 9sphoenix-core in master failed.
-1 ❌spotbugs0m 9sphoenix-core in master failed.
_ Patch Compile Tests _
-1 ❌mvninstall0m 22sroot in the patch failed.
-1 ❌compile0m 8sphoenix-core in the patch failed.
-1 ❌javac0m 8sphoenix-core in the patch failed.
-1 ❌checkstyle0m 5sThe patch fails to run checkstyle in phoenix-core
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
-1 ❌javadoc0m 8sphoenix-core in the patch failed.
-1 ❌spotbugs0m 8sphoenix-core in the patch failed.
_ Other Tests _
-1 ❌unit0m 8sphoenix-core in the patch failed.
+1 💚asflicense0m 9sThe patch does not generate ASF License warnings.
5m 55s
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 1a19a064f034 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 7d9f78d
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstallhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/branch-mvninstall-root.txt
compilehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/branch-compile-phoenix-core.txt
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/buildtool-branch-checkstyle-phoenix-core.txt
javadochttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/branch-javadoc-phoenix-core.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/branch-spotbugs-phoenix-core.txt
mvninstallhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compilehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/patch-compile-phoenix-core.txt
javachttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/patch-compile-phoenix-core.txt
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/buildtool-patch-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/whitespace-tabs.txt
javadochttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/patch-javadoc-phoenix-core.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/patch-spotbugs-phoenix-core.txt
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/testReport/
Max. process+thread count47 (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-973/13/console
versionsgit=2.7.4 maven=3.3.9
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stoty

stoty commented Dec 6, 2020

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 11sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
-1 ❌mvninstall2m 36sroot in master failed.
-1 ❌compile0m 12sphoenix-core in master failed.
-1 ❌checkstyle0m 5sThe patch fails to run checkstyle in phoenix-core
-1 ❌javadoc0m 9sphoenix-core in master failed.
-1 ❌spotbugs0m 9sphoenix-core in master failed.
_ Patch Compile Tests _
-1 ❌mvninstall0m 21sroot in the patch failed.
-1 ❌compile0m 8sphoenix-core in the patch failed.
-1 ❌javac0m 8sphoenix-core in the patch failed.
-1 ❌checkstyle0m 6sThe patch fails to run checkstyle in phoenix-core
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
-1 ❌javadoc0m 8sphoenix-core in the patch failed.
-1 ❌spotbugs0m 8sphoenix-core in the patch failed.
_ Other Tests _
-1 ❌unit0m 8sphoenix-core in the patch failed.
+1 💚asflicense0m 9sThe patch does not generate ASF License warnings.
6m 10s
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 81d04c229299 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 7d9f78d
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstallhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/branch-mvninstall-root.txt
compilehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/branch-compile-phoenix-core.txt
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/buildtool-branch-checkstyle-phoenix-core.txt
javadochttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/branch-javadoc-phoenix-core.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/branch-spotbugs-phoenix-core.txt
mvninstallhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compilehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/patch-compile-phoenix-core.txt
javachttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/patch-compile-phoenix-core.txt
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/buildtool-patch-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/whitespace-tabs.txt
javadochttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/patch-javadoc-phoenix-core.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/patch-spotbugs-phoenix-core.txt
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/testReport/
Max. process+thread count47 (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-973/14/console
versionsgit=2.7.4 maven=3.3.9
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stoty

stoty commented Dec 7, 2020

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 19sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
-1 ❌mvninstall2m 34sroot in master failed.
-1 ❌compile0m 13sphoenix-core in master failed.
-1 ❌checkstyle0m 6sThe patch fails to run checkstyle in phoenix-core
-1 ❌javadoc0m 9sphoenix-core in master failed.
-1 ❌spotbugs0m 9sphoenix-core in master failed.
_ Patch Compile Tests _
-1 ❌mvninstall0m 22sroot in the patch failed.
-1 ❌compile0m 8sphoenix-core in the patch failed.
-1 ❌javac0m 8sphoenix-core in the patch failed.
-1 ❌checkstyle0m 6sThe patch fails to run checkstyle in phoenix-core
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
-1 ❌javadoc0m 8sphoenix-core in the patch failed.
-1 ❌spotbugs0m 8sphoenix-core in the patch failed.
_ Other Tests _
-1 ❌unit0m 8sphoenix-core in the patch failed.
+1 💚asflicense0m 9sThe patch does not generate ASF License warnings.
6m 12s
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 1f08d5858f1d 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 7d9f78d
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstallhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/branch-mvninstall-root.txt
compilehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/branch-compile-phoenix-core.txt
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/buildtool-branch-checkstyle-phoenix-core.txt
javadochttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/branch-javadoc-phoenix-core.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/branch-spotbugs-phoenix-core.txt
mvninstallhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compilehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/patch-compile-phoenix-core.txt
javachttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/patch-compile-phoenix-core.txt
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/buildtool-patch-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/whitespace-tabs.txt
javadochttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/patch-javadoc-phoenix-core.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/patch-spotbugs-phoenix-core.txt
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/testReport/
Max. process+thread count47 (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-973/15/console
versionsgit=2.7.4 maven=3.3.9
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@kadirozde
kadirozde marked this pull request as ready for review December 7, 2020 07:03
@kadirozde
kadirozde marked this pull request as draft December 7, 2020 19:34
@kadirozde
kadirozde marked this pull request as ready for review December 8, 2020 16:49
@stoty

stoty commented Dec 9, 2020

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 28sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall14m 9smaster passed
+1 💚compile1m 5smaster passed
+1 💚checkstyle1m 45smaster passed
+1 💚javadoc0m 50smaster passed
+0 🆗spotbugs3m 22sphoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 18sthe patch passed
+1 💚compile1m 2sthe patch passed
+1 💚javac1m 2sthe patch passed
-1 ❌checkstyle1m 49sphoenix-core: The patch generated 290 new + 4837 unchanged - 129 fixed = 5127 total (was 4966)
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
+1 💚javadoc0m 47sthe patch passed
-1 ❌spotbugs3m 36sphoenix-core generated 1 new + 963 unchanged - 3 fixed = 964 total (was 966)
_ Other Tests _
-1 ❌unit208m 26sphoenix-core in the patch failed.
+1 💚asflicense0m 23sThe patch does not generate ASF License warnings.
250m 50s
ReasonTests
FindBugsmodule:phoenix-core
Boxed value is unboxed and then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:[line 183]
Failed junit testsphoenix.end2end.SystemTablesCreationOnConnectionIT
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/17/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux da02a82bfb20 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 7b549c9
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-973/17/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/17/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/17/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/17/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/17/testReport/
Max. process+thread count6214 (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-973/17/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.

@gjacoby126gjacoby126 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.

Initial comments

}

static boolean adjustScanFilter(Scan scan) {
// For rebuilds we use count (*) as query for regular tables which ends up setting the FKOF on scan

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.

nit: please spell out FirstKeyOnlyFilter. Took me a minute to figure it out. :-)

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.

ok

}
}

@Ignore("Fails with StaleRegionBoundaryCacheException. Mutations on a SCN connection could be the reason")

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.

@jpisaac what are the implications of ignoring these tests?

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.

@gjacoby126@kadirozde I have a fix for these test failures. It was failing in BaseScannerRegionObserver.preScannerOpen by throwing throwIfScanOutOfRegion when deletion of LocalIndexes are involved. All the ViewTTLIT tests are passing after the fix on my local machine

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.

@jpisaac - are the test fixes already in so that @kadirozde can rebase on them, or still just local to you?

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.

0001-Fixes-for-local-index-scans-and-additional-tests.patch.txt
@kadirozde@gjacoby126 I have attached the changes for the local index changes and some additional tests and added some comments on the PhoenixTTLRegionObserver

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.

@jpisaac, Thank you very much. I will apply your patch soon.

if (!(scan.getFilter() instanceof PagedFilter)) {
byte[] pageSizeMsBytes = scan.getAttribute(BaseScannerRegionObserver.SERVER_PAGE_SIZE_MS);
if (pageSizeMsBytes != null) {
scan.setFilter(new PagedFilter(scan.getFilter(), Bytes.toLong(pageSizeMsBytes)/2));

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.

Why divided by 2? To allow for round trip time back to client? Good to have a comment.

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.

Good suggestion.

import org.apache.hadoop.hbase.util.Bytes;
import org.apache.phoenix.hbase.index.util.GenericKeyValueBuilder;
import org.apache.phoenix.util.PhoenixKeyValueUtil;
import org.apache.phoenix.util.ScanUtil;

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.

nit: seems like several unnecessary imports?

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.

Ok

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 16sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 1sNo 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall14m 34smaster passed
+1 💚compile1m 19smaster passed
+1 💚checkstyle2m 25smaster passed
+1 💚javadoc0m 55smaster passed
+0 🆗spotbugs3m 36sphoenix-core in master has 967 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall10m 37sthe patch passed
+1 💚compile1m 8sthe patch passed
+1 💚javac1m 8sthe patch passed
-1 ❌checkstyle2m 9sphoenix-core: The patch generated 295 new + 4839 unchanged - 129 fixed = 5134 total (was 4968)
-1 ❌whitespace0m 0sThe patch 9 line(s) with tabs.
+1 💚javadoc0m 52sthe patch passed
-1 ❌spotbugs3m 39sphoenix-core generated 1 new + 964 unchanged - 3 fixed = 965 total (was 967)
_ Other Tests _
-1 ❌unit169m 41sphoenix-core in the patch failed.
+1 💚asflicense0m 26sThe patch does not generate ASF License warnings.
215m 26s
ReasonTests
FindBugsmodule:phoenix-core
Boxed value is unboxed and then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:[line 183]
Failed junit testsphoenix.end2end.SystemTablesCreationOnConnectionIT
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/18/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux a32a398c5af6 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / f039e52
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-973/18/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/18/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/18/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/18/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/18/testReport/
Max. process+thread count6304 (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-973/18/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.

}

private boolean next(List<Cell> results, boolean raw) throws IOException {
boolean hasMore = raw ? delegate.nextRaw(results) : delegate.next(results);

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.

if we throw an exception at either line 47 or line 56, do we clean up our state properly?

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.

I will add exception handling here.

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 14sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall15m 28smaster passed
+1 💚compile0m 58smaster passed
+1 💚checkstyle1m 52smaster passed
+1 💚javadoc0m 46smaster passed
+0 🆗spotbugs3m 14sphoenix-core in master has 972 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 3sthe patch passed
+1 💚compile0m 56sthe patch passed
+1 💚javac0m 56sthe patch passed
-1 ❌checkstyle1m 54sphoenix-core: The patch generated 301 new + 4839 unchanged - 129 fixed = 5140 total (was 4968)
-1 ❌whitespace0m 0sThe patch 10 line(s) with tabs.
+1 💚javadoc0m 47sthe patch passed
-1 ❌spotbugs3m 25sphoenix-core generated 1 new + 969 unchanged - 3 fixed = 970 total (was 972)
_ Other Tests _
-1 ❌unit211m 37sphoenix-core in the patch failed.
-1 ❌asflicense0m 23sThe patch generated 1 ASF License warnings.
254m 26s
ReasonTests
FindBugsmodule:phoenix-core
Boxed value is unboxed and then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:[line 183]
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/19/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 81cbb5644bc7 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 1dcb749
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-973/19/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/19/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/19/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/19/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/19/testReport/
asflicensehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/19/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count6160 (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-973/19/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.

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 16sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall15m 59smaster passed
+1 💚compile0m 57smaster passed
+1 💚checkstyle1m 50smaster passed
+1 💚javadoc0m 46smaster passed
+0 🆗spotbugs3m 12sphoenix-core in master has 972 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 14sthe patch passed
+1 💚compile1m 6sthe patch passed
+1 💚javac1m 6sthe patch passed
-1 ❌checkstyle1m 55sphoenix-core: The patch generated 301 new + 4839 unchanged - 129 fixed = 5140 total (was 4968)
-1 ❌whitespace0m 0sThe patch 10 line(s) with tabs.
+1 💚javadoc0m 45sthe patch passed
-1 ❌spotbugs3m 24sphoenix-core generated 1 new + 969 unchanged - 3 fixed = 970 total (was 972)
_ Other Tests _
-1 ❌unit193m 4sphoenix-core in the patch failed.
-1 ❌asflicense0m 23sThe patch generated 1 ASF License warnings.
236m 39s
ReasonTests
FindBugsmodule:phoenix-core
Boxed value is unboxed and then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:[line 183]
Failed junit testsphoenix.rpc.UpdateCacheIT
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/20/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux aced8831f87e 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 1dcb749
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-973/20/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/20/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/20/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/20/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/20/testReport/
asflicensehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/20/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count6231 (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-973/20/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.

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 49sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall17m 40smaster passed
+1 💚compile1m 21smaster passed
+1 💚checkstyle2m 12smaster passed
+1 💚javadoc0m 58smaster passed
+0 🆗spotbugs3m 49sphoenix-core in master has 973 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 50sthe patch passed
+1 💚compile0m 58sthe patch passed
+1 💚javac0m 58sthe patch passed
-1 ❌checkstyle1m 54sphoenix-core: The patch generated 305 new + 4853 unchanged - 133 fixed = 5158 total (was 4986)
-1 ❌whitespace0m 0sThe patch 10 line(s) with tabs.
+1 💚javadoc0m 47sthe patch passed
-1 ❌spotbugs3m 27sphoenix-core generated 1 new + 970 unchanged - 3 fixed = 971 total (was 973)
_ Other Tests _
-1 ❌unit184m 24sphoenix-core in the patch failed.
-1 ❌asflicense0m 25sThe patch generated 1 ASF License warnings.
232m 19s
ReasonTests
FindBugsmodule:phoenix-core
Boxed value is unboxed and then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:[line 183]
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/21/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux f8a9ac6215d5 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 9e58989
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-973/21/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/21/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/21/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/21/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/21/testReport/
asflicensehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/21/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count6154 (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-973/21/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.

Comment threadphoenix-core/src/it/java/org/apache/phoenix/end2end/ViewTTLIT.java Outdated
@gjacoby126

Copy link
Copy Markdown
Contributor

@kadirozde - other than above comments lgtm.

@stoty

stoty commented Jan 7, 2021

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 4sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 1sNo 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall15m 46smaster passed
+1 💚compile0m 59smaster passed
+1 💚checkstyle1m 47smaster passed
+1 💚javadoc0m 49smaster passed
+0 🆗spotbugs3m 10sphoenix-core in master has 972 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 20sthe patch passed
+1 💚compile0m 57sthe patch passed
+1 💚javac0m 57sthe patch passed
-1 ❌checkstyle1m 51sphoenix-core: The patch generated 314 new + 4854 unchanged - 133 fixed = 5168 total (was 4987)
-1 ❌whitespace0m 0sThe patch 10 line(s) with tabs.
+1 💚javadoc0m 48sthe patch passed
-1 ❌spotbugs3m 24sphoenix-core generated 1 new + 969 unchanged - 3 fixed = 970 total (was 972)
_ Other Tests _
-1 ❌unit171m 51sphoenix-core in the patch failed.
-1 ❌asflicense0m 23sThe patch generated 1 ASF License warnings.
214m 50s
ReasonTests
FindBugsmodule:phoenix-core
Boxed value is unboxed and then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:[line 183]
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/22/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 5171ee7193f3 4.15.0-126-generic #129-Ubuntu SMP Mon Nov 23 18:53:38 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 132aed1
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-973/22/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/22/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/22/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/22/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/22/testReport/
asflicensehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/22/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count5744 (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-973/22/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.

@gjacoby126gjacoby126 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, thanks @kadirozde . Looks like you just need to rebase GlobalIndexChecker.

@stoty

stoty commented Jan 8, 2021

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 23sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall16m 28smaster passed
+1 💚compile1m 7smaster passed
+1 💚checkstyle1m 47smaster passed
+1 💚javadoc0m 48smaster passed
+0 🆗spotbugs3m 9sphoenix-core in master has 956 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 41sthe patch passed
+1 💚compile1m 0sthe patch passed
+1 💚javac1m 0sthe patch passed
-1 ❌checkstyle1m 52sphoenix-core: The patch generated 314 new + 4854 unchanged - 133 fixed = 5168 total (was 4987)
-1 ❌whitespace0m 0sThe patch 10 line(s) with tabs.
+1 💚javadoc0m 48sthe patch passed
-1 ❌spotbugs3m 29sphoenix-core generated 2 new + 953 unchanged - 3 fixed = 955 total (was 956)
_ Other Tests _
-1 ❌unit196m 46sphoenix-core in the patch failed.
+1 💚asflicense0m 30sThe patch does not generate ASF License warnings.
241m 39s
ReasonTests
FindBugsmodule:phoenix-core
Should org.apache.phoenix.index.GlobalIndexChecker$GlobalIndexScanner be a static inner class? At GlobalIndexChecker.java:inner class? At GlobalIndexChecker.java:[lines 128-608]
Boxed value is unboxed and then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:[line 183]
Failed junit testsphoenix.rpc.UpdateCacheIT
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/23/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 9c2223f1a4a8 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / ca4f784
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-973/23/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/23/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/23/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/23/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/23/testReport/
Max. process+thread count5746 (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-973/23/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.

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 30sDocker 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 appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall16m 14smaster passed
+1 💚compile0m 58smaster passed
+1 💚checkstyle1m 47smaster passed
+1 💚javadoc0m 48smaster passed
+0 🆗spotbugs3m 12sphoenix-core in master has 956 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 22sthe patch passed
+1 💚compile0m 58sthe patch passed
+1 💚javac0m 58sthe patch passed
-1 ❌checkstyle1m 50sphoenix-core: The patch generated 317 new + 4854 unchanged - 133 fixed = 5171 total (was 4987)
-1 ❌whitespace0m 0sThe patch 10 line(s) with tabs.
+1 💚javadoc0m 47sthe patch passed
-1 ❌spotbugs3m 25sphoenix-core generated 2 new + 953 unchanged - 3 fixed = 955 total (was 956)
_ Other Tests _
-1 ❌unit184m 18sphoenix-core in the patch failed.
+1 💚asflicense0m 25sThe patch does not generate ASF License warnings.
228m 19s
ReasonTests
FindBugsmodule:phoenix-core
Should org.apache.phoenix.index.GlobalIndexChecker$GlobalIndexScanner be a static inner class? At GlobalIndexChecker.java:inner class? At GlobalIndexChecker.java:[lines 128-608]
Boxed value is unboxed and then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:then immediately reboxed in new org.apache.phoenix.iterate.OrderedResultIterator(ResultIterator, List, boolean, long, Integer, Integer, int, long) At OrderedResultIterator.java:[line 183]
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/24/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#973
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux d800b0a70da3 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 9c346ed
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-973/24/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/24/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/24/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/24/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/24/testReport/
Max. process+thread count5980 (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-973/24/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.

4 participants

@kadirozde@stoty@gjacoby126@jpisaac