phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

PHOENIX-5259 Phoenix Salted Table Secondary Indexes Come Salted

Open yanxinyi opened this issue 5 years ago • 2 comments

yanxinyi avatar Sep 26 '19 19:09 yanxinyi

Since the index not longer follows the salted base table, this might change the behavior of the index table. @gjacoby126 @ChinmaySKulkarni @kadirozde please take a look if this is expected behavior to remove this inheritance, thanks.

cc @dbwong

yanxinyi avatar Oct 02 '19 00:10 yanxinyi

:broken_heart: -1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 1m 8s Docker mode activated.
_ Prechecks _
+1 :green_heart: dupname 0m 0s No case conflicting files found.
+1 :green_heart: hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 :green_heart: @author 0m 0s The patch does not contain any @author tags.
-1 :x: test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1 :green_heart: mvninstall 15m 30s master passed
+0 hbaserecompile 22m 38s HBase recompiled.
+1 :green_heart: compile 1m 2s master passed
+1 :green_heart: checkstyle 1m 42s master passed
+1 :green_heart: javadoc 0m 51s master passed
+0 :ok: spotbugs 3m 3s phoenix-core in master has 959 extant spotbugs warnings.
_ Patch Compile Tests _
+1 :green_heart: mvninstall 8m 10s the patch passed
+0 hbaserecompile 18m 27s HBase recompiled.
+1 :green_heart: compile 1m 0s the patch passed
+1 :green_heart: javac 1m 0s the patch passed
+1 :green_heart: checkstyle 1m 46s the patch passed
+1 :green_heart: whitespace 0m 0s The patch has no whitespace issues.
+1 :green_heart: javadoc 0m 51s the patch passed
+1 :green_heart: spotbugs 3m 19s the patch passed
_ Other Tests _
-1 :x: unit 108m 47s phoenix-core in the patch failed.
-1 :x: asflicense 0m 45s The patch generated 1 ASF License warnings.
165m 26s
Reason Tests
Failed junit tests phoenix.end2end.DeleteIT
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-589/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/phoenix/pull/589
Optional Tests dupname asflicense javac javadoc unit spotbugs hbaserebuild hbaseanti checkstyle compile
uname Linux 29b6fe693cd4 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev/phoenix-personality.sh
git revision master / 6ed3caf
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
unit https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-589/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-589/1/testReport/
asflicense https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-589/1/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count 11060 (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-589/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.

stoty avatar Feb 16 '21 05:02 stoty