Skip to content

PHOENIX-5259 Phoenix Salted Table Secondary Indexes Come Salted - #589

Open
yanxinyi wants to merge 1 commit into
apache:masterfrom
yanxinyi:PHOENIX-5259
Open

PHOENIX-5259 Phoenix Salted Table Secondary Indexes Come Salted#589
yanxinyi wants to merge 1 commit into
apache:masterfrom
yanxinyi:PHOENIX-5259

Conversation

@yanxinyi

Copy link
Copy Markdown
Contributor

No description provided.

@yanxinyi

Copy link
Copy Markdown
ContributorAuthor

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

@@ -2069,7 +2069,7 @@ private PTable createTableInternal(CreateTableStatement statement, byte[][] spli
}
// Salt the index table if the data table is salted

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 update the comment to reflect the change.

super(isNamespaceMapped);
}

private String createTable = "CREATE TABLE %s (ID INTEGER NOT NULL PRIMARY KEY, " +

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: extra space before '('

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

Thanks for the PR @yanxinyi .
Could you please upload the patch on the jira so that Hadoop QA runs the tests?

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 8sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-1 ❌test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1 💚mvninstall15m 30smaster passed
+0hbaserecompile22m 38sHBase recompiled.
+1 💚compile1m 2smaster passed
+1 💚checkstyle1m 42smaster passed
+1 💚javadoc0m 51smaster passed
+0 🆗spotbugs3m 3sphoenix-core in master has 959 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall8m 10sthe patch passed
+0hbaserecompile18m 27sHBase recompiled.
+1 💚compile1m 0sthe patch passed
+1 💚javac1m 0sthe patch passed
+1 💚checkstyle1m 46sthe patch passed
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚javadoc0m 51sthe patch passed
+1 💚spotbugs3m 19sthe patch passed
_ Other Tests _
-1 ❌unit108m 47sphoenix-core in the patch failed.
-1 ❌asflicense0m 45sThe patch generated 1 ASF License warnings.
165m 26s
ReasonTests
Failed junit testsphoenix.end2end.DeleteIT
SubsystemReport/Notes
DockerClientAPI=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#589
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaserebuild hbaseanti checkstyle compile
unameLinux 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 toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 6ed3caf
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
unithttps://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 Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-589/1/testReport/
asflicensehttps://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 count11060 (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-589/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.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@yanxinyi@stoty@swaroopak