Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHOENIX-6211 Paged scan filters #973

Closed
wants to merge 4 commits into from
Closed

PHOENIX-6211 Paged scan filters #973

wants to merge 4 commits into from

Conversation

kadirozde
Copy link
Contributor

@kadirozde kadirozde commented Nov 18, 2020

@stoty
Copy link
Contributor

stoty commented Nov 18, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 4m 14s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 13m 11s master passed
+1 💚 compile 0m 58s master passed
+1 💚 checkstyle 2m 14s master passed
+1 💚 javadoc 0m 44s master passed
+0 🆗 spotbugs 2m 54s phoenix-core in master has 962 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 7m 31s the patch passed
+1 💚 compile 0m 52s the patch passed
+1 💚 javac 0m 52s the patch passed
-1 ❌ checkstyle 2m 20s phoenix-core: The patch generated 212 new + 4119 unchanged - 71 fixed = 4331 total (was 4190)
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
+1 💚 javadoc 0m 44s the patch passed
-1 ❌ spotbugs 3m 4s phoenix-core generated 2 new + 960 unchanged - 2 fixed = 962 total (was 962)
_ Other Tests _
-1 ❌ unit 97m 32s phoenix-core in the patch failed.
+1 💚 asflicense 0m 26s The patch does not generate ASF License warnings.
139m 29s
Reason Tests
FindBugs module: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 tests phoenix.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
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 243ac64
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/1/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/1/testReport/
Max. process+thread count 6883 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/1/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.

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

stoty commented Nov 22, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 18s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 14m 36s master passed
+1 💚 compile 1m 1s master passed
+1 💚 checkstyle 1m 42s master passed
+1 💚 javadoc 0m 48s master passed
+0 🆗 spotbugs 3m 11s phoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 7s the patch passed
+1 💚 compile 1m 2s the patch passed
+1 💚 javac 1m 2s the patch passed
-1 ❌ checkstyle 1m 44s phoenix-core: The patch generated 190 new + 4348 unchanged - 72 fixed = 4538 total (was 4420)
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
+1 💚 javadoc 0m 44s the patch passed
-1 ❌ spotbugs 3m 27s phoenix-core generated 3 new + 964 unchanged - 2 fixed = 967 total (was 966)
_ Other Tests _
-1 ❌ unit 170m 42s phoenix-core in the patch failed.
+1 💚 asflicense 0m 26s The patch does not generate ASF License warnings.
212m 19s
Reason Tests
FindBugs module: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 tests phoenix.end2end.index.PartialIndexRebuilderIT
phoenix.end2end.ViewTTLIT
phoenix.end2end.RowValueConstructorIT
phoenix.end2end.ProductMetricsIT
phoenix.end2end.ReverseScanIT
phoenix.end2end.DistinctPrefixFilterIT
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / f1a0860
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/6/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/6/testReport/
Max. process+thread count 6295 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/6/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.

@stoty
Copy link
Contributor

stoty commented Nov 24, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 23s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 14m 38s master passed
+1 💚 compile 1m 1s master passed
+1 💚 checkstyle 1m 44s master passed
+1 💚 javadoc 0m 48s master passed
+0 🆗 spotbugs 3m 34s phoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 22s the patch passed
+1 💚 compile 1m 3s the patch passed
+1 💚 javac 1m 3s the patch passed
-1 ❌ checkstyle 1m 47s phoenix-core: The patch generated 225 new + 4445 unchanged - 82 fixed = 4670 total (was 4527)
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
+1 💚 javadoc 0m 52s the patch passed
-1 ❌ spotbugs 3m 45s phoenix-core generated 3 new + 964 unchanged - 2 fixed = 967 total (was 966)
_ Other Tests _
-1 ❌ unit 201m 58s phoenix-core in the patch failed.
+1 💚 asflicense 0m 36s The patch does not generate ASF License warnings.
245m 25s
Reason Tests
FindBugs module: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 tests phoenix.end2end.index.PartialIndexRebuilderIT
phoenix.end2end.ViewTTLIT
phoenix.end2end.RowValueConstructorIT
phoenix.end2end.ProductMetricsIT
phoenix.end2end.ReverseScanIT
phoenix.end2end.DistinctPrefixFilterIT
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / f1a0860
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/7/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/7/testReport/
Max. process+thread count 6194 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/7/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.

@stoty
Copy link
Contributor

stoty commented Nov 25, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 39s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 15m 26s master passed
+1 💚 compile 1m 14s master passed
+1 💚 checkstyle 2m 2s master passed
+1 💚 javadoc 0m 57s master passed
+0 🆗 spotbugs 3m 16s phoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 7m 59s the patch passed
+1 💚 compile 0m 53s the patch passed
+1 💚 javac 0m 53s the patch passed
-1 ❌ checkstyle 2m 32s phoenix-core: The patch generated 229 new + 4569 unchanged - 83 fixed = 4798 total (was 4652)
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
+1 💚 javadoc 0m 43s the patch passed
-1 ❌ spotbugs 3m 9s phoenix-core generated 3 new + 964 unchanged - 2 fixed = 967 total (was 966)
_ Other Tests _
-1 ❌ unit 107m 49s phoenix-core in the patch failed.
+1 💚 asflicense 0m 27s The patch does not generate ASF License warnings.
149m 56s
Reason Tests
FindBugs module: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 tests phoenix.end2end.ProductMetricsIT
phoenix.end2end.RowValueConstructorIT
phoenix.end2end.ViewTTLIT
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / f1f92aa
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/8/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/8/testReport/
Max. process+thread count 6951 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/8/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.

@stoty
Copy link
Contributor

stoty commented Nov 26, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 21s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 14m 6s master passed
+1 💚 compile 1m 3s master passed
+1 💚 checkstyle 2m 5s master passed
+1 💚 javadoc 0m 47s master passed
+0 🆗 spotbugs 3m 12s phoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 23s the patch passed
+1 💚 compile 0m 59s the patch passed
+1 💚 javac 0m 59s the patch passed
-1 ❌ checkstyle 1m 53s phoenix-core: The patch generated 236 new + 4813 unchanged - 86 fixed = 5049 total (was 4899)
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
+1 💚 javadoc 0m 45s the patch passed
-1 ❌ spotbugs 3m 21s phoenix-core generated 3 new + 964 unchanged - 2 fixed = 967 total (was 966)
_ Other Tests _
-1 ❌ unit 181m 45s phoenix-core in the patch failed.
+1 💚 asflicense 0m 25s The patch does not generate ASF License warnings.
223m 58s
Reason Tests
FindBugs module: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 tests phoenix.end2end.ViewTTLIT
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 457a67c
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/9/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/9/testReport/
Max. process+thread count 6117 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/9/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.

@stoty
Copy link
Contributor

stoty commented Nov 27, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 6m 37s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 14m 0s master passed
+1 💚 compile 1m 3s master passed
+1 💚 checkstyle 1m 50s master passed
+1 💚 javadoc 0m 49s master passed
+0 🆗 spotbugs 3m 8s phoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 12s the patch passed
+1 💚 compile 1m 0s the patch passed
+1 💚 javac 0m 59s the patch passed
-1 ❌ checkstyle 1m 53s phoenix-core: The patch generated 232 new + 4813 unchanged - 86 fixed = 5045 total (was 4899)
-1 ❌ whitespace 0m 1s The patch 9 line(s) with tabs.
+1 💚 javadoc 0m 47s the patch passed
-1 ❌ spotbugs 3m 23s phoenix-core generated 2 new + 964 unchanged - 2 fixed = 966 total (was 966)
_ Other Tests _
-1 ❌ unit 154m 58s phoenix-core in the patch failed.
+1 💚 asflicense 0m 23s The patch does not generate ASF License warnings.
201m 31s
Reason Tests
FindBugs module: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]
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 457a67c
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/10/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/10/testReport/
Max. process+thread count 6152 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/10/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.

@stoty
Copy link
Contributor

stoty commented Nov 28, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 4s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 14m 21s master passed
+1 💚 compile 1m 2s master passed
+1 💚 checkstyle 1m 51s master passed
+1 💚 javadoc 0m 47s master passed
+0 🆗 spotbugs 3m 8s phoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 1s the patch passed
+1 💚 compile 0m 59s the patch passed
+1 💚 javac 0m 59s the patch passed
-1 ❌ checkstyle 1m 52s phoenix-core: The patch generated 199 new + 4834 unchanged - 65 fixed = 5033 total (was 4899)
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
+1 💚 javadoc 0m 46s the patch passed
+1 💚 spotbugs 3m 22s phoenix-core generated 0 new + 964 unchanged - 2 fixed = 964 total (was 966)
_ Other Tests _
-1 ❌ unit 156m 15s phoenix-core in the patch failed.
+1 💚 asflicense 0m 22s The patch does not generate ASF License warnings.
197m 24s
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 993ad5e
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/11/artifact/yetus-general-check/output/whitespace-tabs.txt
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/11/testReport/
Max. process+thread count 6256 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/11/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.

@stoty
Copy link
Contributor

stoty commented Dec 5, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 3s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
-1 ❌ mvninstall 2m 48s root in master failed.
-1 ❌ compile 0m 12s phoenix-core in master failed.
-1 ❌ checkstyle 0m 6s The patch fails to run checkstyle in phoenix-core
-1 ❌ javadoc 0m 9s phoenix-core in master failed.
-1 ❌ spotbugs 0m 9s phoenix-core in master failed.
_ Patch Compile Tests _
-1 ❌ mvninstall 0m 22s root in the patch failed.
-1 ❌ compile 0m 8s phoenix-core in the patch failed.
-1 ❌ javac 0m 8s phoenix-core in the patch failed.
-1 ❌ checkstyle 0m 5s The patch fails to run checkstyle in phoenix-core
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
-1 ❌ javadoc 0m 8s phoenix-core in the patch failed.
-1 ❌ spotbugs 0m 8s phoenix-core in the patch failed.
_ Other Tests _
-1 ❌ unit 0m 8s phoenix-core in the patch failed.
+1 💚 asflicense 0m 9s The patch does not generate ASF License warnings.
6m 10s
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 7d9f78d
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/branch-mvninstall-root.txt
compile https://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
checkstyle https://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
javadoc https://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
spotbugs https://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
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compile https://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
javac https://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
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/artifact/yetus-general-check/output/whitespace-tabs.txt
javadoc https://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
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/testReport/
Max. process+thread count 47 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/12/console
versions git=2.7.4 maven=3.3.9
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stoty
Copy link
Contributor

stoty commented Dec 6, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 3s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
-1 ❌ mvninstall 2m 34s root in master failed.
-1 ❌ compile 0m 13s phoenix-core in master failed.
-1 ❌ checkstyle 0m 5s The patch fails to run checkstyle in phoenix-core
-1 ❌ javadoc 0m 9s phoenix-core in master failed.
-1 ❌ spotbugs 0m 9s phoenix-core in master failed.
_ Patch Compile Tests _
-1 ❌ mvninstall 0m 22s root in the patch failed.
-1 ❌ compile 0m 8s phoenix-core in the patch failed.
-1 ❌ javac 0m 8s phoenix-core in the patch failed.
-1 ❌ checkstyle 0m 5s The patch fails to run checkstyle in phoenix-core
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
-1 ❌ javadoc 0m 8s phoenix-core in the patch failed.
-1 ❌ spotbugs 0m 8s phoenix-core in the patch failed.
_ Other Tests _
-1 ❌ unit 0m 8s phoenix-core in the patch failed.
+1 💚 asflicense 0m 9s The patch does not generate ASF License warnings.
5m 55s
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 7d9f78d
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/branch-mvninstall-root.txt
compile https://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
checkstyle https://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
javadoc https://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
spotbugs https://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
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compile https://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
javac https://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
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/artifact/yetus-general-check/output/whitespace-tabs.txt
javadoc https://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
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/testReport/
Max. process+thread count 47 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/13/console
versions git=2.7.4 maven=3.3.9
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stoty
Copy link
Contributor

stoty commented Dec 6, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 11s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
-1 ❌ mvninstall 2m 36s root in master failed.
-1 ❌ compile 0m 12s phoenix-core in master failed.
-1 ❌ checkstyle 0m 5s The patch fails to run checkstyle in phoenix-core
-1 ❌ javadoc 0m 9s phoenix-core in master failed.
-1 ❌ spotbugs 0m 9s phoenix-core in master failed.
_ Patch Compile Tests _
-1 ❌ mvninstall 0m 21s root in the patch failed.
-1 ❌ compile 0m 8s phoenix-core in the patch failed.
-1 ❌ javac 0m 8s phoenix-core in the patch failed.
-1 ❌ checkstyle 0m 6s The patch fails to run checkstyle in phoenix-core
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
-1 ❌ javadoc 0m 8s phoenix-core in the patch failed.
-1 ❌ spotbugs 0m 8s phoenix-core in the patch failed.
_ Other Tests _
-1 ❌ unit 0m 8s phoenix-core in the patch failed.
+1 💚 asflicense 0m 9s The patch does not generate ASF License warnings.
6m 10s
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 7d9f78d
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/branch-mvninstall-root.txt
compile https://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
checkstyle https://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
javadoc https://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
spotbugs https://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
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compile https://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
javac https://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
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/artifact/yetus-general-check/output/whitespace-tabs.txt
javadoc https://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
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/testReport/
Max. process+thread count 47 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/14/console
versions git=2.7.4 maven=3.3.9
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stoty
Copy link
Contributor

stoty commented Dec 7, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 19s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
-1 ❌ mvninstall 2m 34s root in master failed.
-1 ❌ compile 0m 13s phoenix-core in master failed.
-1 ❌ checkstyle 0m 6s The patch fails to run checkstyle in phoenix-core
-1 ❌ javadoc 0m 9s phoenix-core in master failed.
-1 ❌ spotbugs 0m 9s phoenix-core in master failed.
_ Patch Compile Tests _
-1 ❌ mvninstall 0m 22s root in the patch failed.
-1 ❌ compile 0m 8s phoenix-core in the patch failed.
-1 ❌ javac 0m 8s phoenix-core in the patch failed.
-1 ❌ checkstyle 0m 6s The patch fails to run checkstyle in phoenix-core
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
-1 ❌ javadoc 0m 8s phoenix-core in the patch failed.
-1 ❌ spotbugs 0m 8s phoenix-core in the patch failed.
_ Other Tests _
-1 ❌ unit 0m 8s phoenix-core in the patch failed.
+1 💚 asflicense 0m 9s The patch does not generate ASF License warnings.
6m 12s
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 7d9f78d
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/branch-mvninstall-root.txt
compile https://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
checkstyle https://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
javadoc https://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
spotbugs https://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
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compile https://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
javac https://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
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/artifact/yetus-general-check/output/whitespace-tabs.txt
javadoc https://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
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/testReport/
Max. process+thread count 47 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/15/console
versions git=2.7.4 maven=3.3.9
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@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
Copy link
Contributor

stoty commented Dec 9, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 28s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 14m 9s master passed
+1 💚 compile 1m 5s master passed
+1 💚 checkstyle 1m 45s master passed
+1 💚 javadoc 0m 50s master passed
+0 🆗 spotbugs 3m 22s phoenix-core in master has 966 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 18s the patch passed
+1 💚 compile 1m 2s the patch passed
+1 💚 javac 1m 2s the patch passed
-1 ❌ checkstyle 1m 49s phoenix-core: The patch generated 290 new + 4837 unchanged - 129 fixed = 5127 total (was 4966)
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
+1 💚 javadoc 0m 47s the patch passed
-1 ❌ spotbugs 3m 36s phoenix-core generated 1 new + 963 unchanged - 3 fixed = 964 total (was 966)
_ Other Tests _
-1 ❌ unit 208m 26s phoenix-core in the patch failed.
+1 💚 asflicense 0m 23s The patch does not generate ASF License warnings.
250m 50s
Reason Tests
FindBugs module: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 tests phoenix.end2end.SystemTablesCreationOnConnectionIT
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 7b549c9
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/17/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/17/testReport/
Max. process+thread count 6214 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/17/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.

Copy link
Contributor

@gjacoby126 gjacoby126 left a comment

Choose a reason for hiding this comment

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

Initial comments

@@ -1343,6 +1346,36 @@ public int prepareIndexMutations(Put put, Delete del, Map<byte[], List<Mutation>
return indexMutations.size();
}

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
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
Contributor Author

Choose a reason for hiding this comment

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

ok

@@ -1406,6 +1407,7 @@ public void testWithVariousSQLsForMultipleViews() throws Exception {
}
}

@Ignore("Fails with StaleRegionBoundaryCacheException. Mutations on a SCN connection could be the reason")
Copy link
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
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
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
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
Contributor Author

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
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
Contributor Author

Choose a reason for hiding this comment

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

Good suggestion.

@@ -26,6 +27,9 @@
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
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
Contributor Author

Choose a reason for hiding this comment

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

Ok

@stoty
Copy link
Contributor

stoty commented Dec 15, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 16s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 14m 34s master passed
+1 💚 compile 1m 19s master passed
+1 💚 checkstyle 2m 25s master passed
+1 💚 javadoc 0m 55s master passed
+0 🆗 spotbugs 3m 36s phoenix-core in master has 967 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 10m 37s the patch passed
+1 💚 compile 1m 8s the patch passed
+1 💚 javac 1m 8s the patch passed
-1 ❌ checkstyle 2m 9s phoenix-core: The patch generated 295 new + 4839 unchanged - 129 fixed = 5134 total (was 4968)
-1 ❌ whitespace 0m 0s The patch 9 line(s) with tabs.
+1 💚 javadoc 0m 52s the patch passed
-1 ❌ spotbugs 3m 39s phoenix-core generated 1 new + 964 unchanged - 3 fixed = 965 total (was 967)
_ Other Tests _
-1 ❌ unit 169m 41s phoenix-core in the patch failed.
+1 💚 asflicense 0m 26s The patch does not generate ASF License warnings.
215m 26s
Reason Tests
FindBugs module: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 tests phoenix.end2end.SystemTablesCreationOnConnectionIT
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-973/18/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #973
Optional Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / f039e52
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/18/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/18/testReport/
Max. process+thread count 6304 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/18/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.

}

private boolean next(List<Cell> results, boolean raw) throws IOException {
boolean hasMore = raw ? delegate.nextRaw(results) : delegate.next(results);
Copy link
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
Contributor Author

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
Contributor

stoty commented Dec 21, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 14s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 15m 28s master passed
+1 💚 compile 0m 58s master passed
+1 💚 checkstyle 1m 52s master passed
+1 💚 javadoc 0m 46s master passed
+0 🆗 spotbugs 3m 14s phoenix-core in master has 972 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 3s the patch passed
+1 💚 compile 0m 56s the patch passed
+1 💚 javac 0m 56s the patch passed
-1 ❌ checkstyle 1m 54s phoenix-core: The patch generated 301 new + 4839 unchanged - 129 fixed = 5140 total (was 4968)
-1 ❌ whitespace 0m 0s The patch 10 line(s) with tabs.
+1 💚 javadoc 0m 47s the patch passed
-1 ❌ spotbugs 3m 25s phoenix-core generated 1 new + 969 unchanged - 3 fixed = 970 total (was 972)
_ Other Tests _
-1 ❌ unit 211m 37s phoenix-core in the patch failed.
-1 ❌ asflicense 0m 23s The patch generated 1 ASF License warnings.
254m 26s
Reason Tests
FindBugs module: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]
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-973/19/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #973
Optional Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 1dcb749
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/19/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/19/testReport/
asflicense https://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 count 6160 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/19/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.

@stoty
Copy link
Contributor

stoty commented Dec 22, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 16s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 15m 59s master passed
+1 💚 compile 0m 57s master passed
+1 💚 checkstyle 1m 50s master passed
+1 💚 javadoc 0m 46s master passed
+0 🆗 spotbugs 3m 12s phoenix-core in master has 972 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 14s the patch passed
+1 💚 compile 1m 6s the patch passed
+1 💚 javac 1m 6s the patch passed
-1 ❌ checkstyle 1m 55s phoenix-core: The patch generated 301 new + 4839 unchanged - 129 fixed = 5140 total (was 4968)
-1 ❌ whitespace 0m 0s The patch 10 line(s) with tabs.
+1 💚 javadoc 0m 45s the patch passed
-1 ❌ spotbugs 3m 24s phoenix-core generated 1 new + 969 unchanged - 3 fixed = 970 total (was 972)
_ Other Tests _
-1 ❌ unit 193m 4s phoenix-core in the patch failed.
-1 ❌ asflicense 0m 23s The patch generated 1 ASF License warnings.
236m 39s
Reason Tests
FindBugs module: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 tests phoenix.rpc.UpdateCacheIT
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-973/20/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #973
Optional Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 1dcb749
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/20/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/20/testReport/
asflicense https://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 count 6231 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/20/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.

@stoty
Copy link
Contributor

stoty commented Dec 22, 2020

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 49s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 17m 40s master passed
+1 💚 compile 1m 21s master passed
+1 💚 checkstyle 2m 12s master passed
+1 💚 javadoc 0m 58s master passed
+0 🆗 spotbugs 3m 49s phoenix-core in master has 973 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 50s the patch passed
+1 💚 compile 0m 58s the patch passed
+1 💚 javac 0m 58s the patch passed
-1 ❌ checkstyle 1m 54s phoenix-core: The patch generated 305 new + 4853 unchanged - 133 fixed = 5158 total (was 4986)
-1 ❌ whitespace 0m 0s The patch 10 line(s) with tabs.
+1 💚 javadoc 0m 47s the patch passed
-1 ❌ spotbugs 3m 27s phoenix-core generated 1 new + 970 unchanged - 3 fixed = 971 total (was 973)
_ Other Tests _
-1 ❌ unit 184m 24s phoenix-core in the patch failed.
-1 ❌ asflicense 0m 25s The patch generated 1 ASF License warnings.
232m 19s
Reason Tests
FindBugs module: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]
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-973/21/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #973
Optional Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 9e58989
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/21/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/21/testReport/
asflicense https://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 count 6154 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/21/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.

@gjacoby126
Copy link
Contributor

@kadirozde - other than above comments lgtm.

@stoty
Copy link
Contributor

stoty commented Jan 7, 2021

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 4s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 15m 46s master passed
+1 💚 compile 0m 59s master passed
+1 💚 checkstyle 1m 47s master passed
+1 💚 javadoc 0m 49s master passed
+0 🆗 spotbugs 3m 10s phoenix-core in master has 972 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 20s the patch passed
+1 💚 compile 0m 57s the patch passed
+1 💚 javac 0m 57s the patch passed
-1 ❌ checkstyle 1m 51s phoenix-core: The patch generated 314 new + 4854 unchanged - 133 fixed = 5168 total (was 4987)
-1 ❌ whitespace 0m 0s The patch 10 line(s) with tabs.
+1 💚 javadoc 0m 48s the patch passed
-1 ❌ spotbugs 3m 24s phoenix-core generated 1 new + 969 unchanged - 3 fixed = 970 total (was 972)
_ Other Tests _
-1 ❌ unit 171m 51s phoenix-core in the patch failed.
-1 ❌ asflicense 0m 23s The patch generated 1 ASF License warnings.
214m 50s
Reason Tests
FindBugs module: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]
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-973/22/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #973
Optional Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 132aed1
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/22/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/22/testReport/
asflicense https://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 count 5744 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/22/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.

Copy link
Contributor

@gjacoby126 gjacoby126 left a comment

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
Copy link
Contributor

stoty commented Jan 8, 2021

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 23s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 16m 28s master passed
+1 💚 compile 1m 7s master passed
+1 💚 checkstyle 1m 47s master passed
+1 💚 javadoc 0m 48s master passed
+0 🆗 spotbugs 3m 9s phoenix-core in master has 956 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 41s the patch passed
+1 💚 compile 1m 0s the patch passed
+1 💚 javac 1m 0s the patch passed
-1 ❌ checkstyle 1m 52s phoenix-core: The patch generated 314 new + 4854 unchanged - 133 fixed = 5168 total (was 4987)
-1 ❌ whitespace 0m 0s The patch 10 line(s) with tabs.
+1 💚 javadoc 0m 48s the patch passed
-1 ❌ spotbugs 3m 29s phoenix-core generated 2 new + 953 unchanged - 3 fixed = 955 total (was 956)
_ Other Tests _
-1 ❌ unit 196m 46s phoenix-core in the patch failed.
+1 💚 asflicense 0m 30s The patch does not generate ASF License warnings.
241m 39s
Reason Tests
FindBugs module: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 tests phoenix.rpc.UpdateCacheIT
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-973/23/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #973
Optional Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / ca4f784
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/23/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/23/testReport/
Max. process+thread count 5746 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/23/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.

@stoty
Copy link
Contributor

stoty commented Jan 10, 2021

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 30s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 16m 14s master passed
+1 💚 compile 0m 58s master passed
+1 💚 checkstyle 1m 47s master passed
+1 💚 javadoc 0m 48s master passed
+0 🆗 spotbugs 3m 12s phoenix-core in master has 956 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 9m 22s the patch passed
+1 💚 compile 0m 58s the patch passed
+1 💚 javac 0m 58s the patch passed
-1 ❌ checkstyle 1m 50s phoenix-core: The patch generated 317 new + 4854 unchanged - 133 fixed = 5171 total (was 4987)
-1 ❌ whitespace 0m 0s The patch 10 line(s) with tabs.
+1 💚 javadoc 0m 47s the patch passed
-1 ❌ spotbugs 3m 25s phoenix-core generated 2 new + 953 unchanged - 3 fixed = 955 total (was 956)
_ Other Tests _
-1 ❌ unit 184m 18s phoenix-core in the patch failed.
+1 💚 asflicense 0m 25s The patch does not generate ASF License warnings.
228m 19s
Reason Tests
FindBugs module: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]
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-973/24/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #973
Optional Tests dupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality dev/phoenix-personality.sh
git revision master / 9c346ed
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstyle https://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
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/24/artifact/yetus-general-check/output/whitespace-tabs.txt
spotbugs https://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
unit https://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 Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/24/testReport/
Max. process+thread count 5980 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-973/24/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.

@kadirozde kadirozde closed this Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants