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

HBASE-23330: Fix delegation token fetch with MasterRegistry (#1084) #4598

Merged
merged 1 commit into from Jul 6, 2022

Conversation

Apache9
Copy link
Contributor

@Apache9 Apache9 commented Jul 5, 2022

Signed-off-by: Andrew Purtell apurtell@apache.org
(cherry picked from commit d8b3f55)

)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
(cherry picked from commit d8b3f55)
@Apache9 Apache9 self-assigned this Jul 5, 2022
@Apache9 Apache9 requested a review from apurtell July 5, 2022 16:59
@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 14s 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.
_ branch-2 Compile Tests _
+0 🆗 mvndep 0m 12s Maven dependency ordering for branch
+1 💚 mvninstall 2m 29s branch-2 passed
+1 💚 compile 4m 16s branch-2 passed
+1 💚 checkstyle 1m 20s branch-2 passed
+1 💚 spotless 0m 47s branch has no errors when running spotless:check.
+1 💚 spotbugs 3m 37s branch-2 passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 10s Maven dependency ordering for patch
+1 💚 mvninstall 2m 17s the patch passed
+1 💚 compile 4m 14s the patch passed
+1 💚 javac 4m 14s the patch passed
+1 💚 checkstyle 1m 21s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 hadoopcheck 8m 10s Patch does not cause any errors with Hadoop 3.1.2 3.2.1.
+1 💚 spotless 0m 43s patch has no errors when running spotless:check.
+1 💚 spotbugs 4m 3s the patch passed
_ Other Tests _
+1 💚 asflicense 0m 28s The patch does not generate ASF License warnings.
41m 11s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4598/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #4598
JIRA Issue HBASE-23330
Optional Tests dupname asflicense javac spotbugs hadoopcheck hbaseanti spotless checkstyle compile
uname Linux b211aa9522eb 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 57a3781
Default Java AdoptOpenJDK-1.8.0_282-b08
Max. process+thread count 69 (vs. ulimit of 12500)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4598/1/console
versions git=2.17.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 27s Docker mode activated.
-0 ⚠️ yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+0 🆗 mvndep 0m 15s Maven dependency ordering for branch
+1 💚 mvninstall 2m 27s branch-2 passed
+1 💚 compile 1m 37s branch-2 passed
+1 💚 shadedjars 3m 38s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 17s branch-2 passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 13s Maven dependency ordering for patch
+1 💚 mvninstall 2m 13s the patch passed
+1 💚 compile 1m 37s the patch passed
+1 💚 javac 1m 37s the patch passed
+1 💚 shadedjars 3m 38s patch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 15s the patch passed
_ Other Tests _
+1 💚 unit 2m 31s hbase-client in the patch passed.
+1 💚 unit 185m 57s hbase-server in the patch passed.
+1 💚 unit 14m 2s hbase-mapreduce in the patch passed.
+1 💚 unit 6m 53s hbase-thrift in the patch passed.
230m 25s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4598/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR #4598
JIRA Issue HBASE-23330
Optional Tests javac javadoc unit shadedjars compile
uname Linux 7c463bf6015f 5.4.0-96-generic #109-Ubuntu SMP Wed Jan 12 16:49:16 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 57a3781
Default Java AdoptOpenJDK-1.8.0_282-b08
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4598/1/testReport/
Max. process+thread count 2504 (vs. ulimit of 12500)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4598/1/console
versions git=2.17.1 maven=3.6.3
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 12s Docker mode activated.
-0 ⚠️ yetus 0m 6s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+0 🆗 mvndep 0m 13s Maven dependency ordering for branch
+1 💚 mvninstall 2m 47s branch-2 passed
+1 💚 compile 1m 55s branch-2 passed
+1 💚 shadedjars 3m 53s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 32s branch-2 passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 24s Maven dependency ordering for patch
+1 💚 mvninstall 2m 30s the patch passed
+1 💚 compile 1m 55s the patch passed
+1 💚 javac 1m 55s the patch passed
+1 💚 shadedjars 3m 50s patch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 32s the patch passed
_ Other Tests _
+1 💚 unit 2m 54s hbase-client in the patch passed.
+1 💚 unit 195m 29s hbase-server in the patch passed.
+1 💚 unit 14m 23s hbase-mapreduce in the patch passed.
+1 💚 unit 7m 39s hbase-thrift in the patch passed.
244m 18s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4598/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR #4598
JIRA Issue HBASE-23330
Optional Tests javac javadoc unit shadedjars compile
uname Linux 54136a101c1d 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 57a3781
Default Java AdoptOpenJDK-11.0.10+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4598/1/testReport/
Max. process+thread count 2711 (vs. ulimit of 12500)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4598/1/console
versions git=2.17.1 maven=3.6.3
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache9
Copy link
Contributor Author

Apache9 commented Jul 6, 2022

OK, good, all green. It is just a cherry-pick, let me merge...

@Apache9 Apache9 merged commit e047ef8 into apache:branch-2 Jul 6, 2022
Apache9 added a commit that referenced this pull request Jul 6, 2022
…4598)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
(cherry picked from commit d8b3f55)

Co-authored-by: Bharath Vissapragada <bharathv@apache.org>
Apache9 added a commit that referenced this pull request Jul 6, 2022
…4598)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
(cherry picked from commit d8b3f55)

Co-authored-by: Bharath Vissapragada <bharathv@apache.org>
vinayakphegde pushed a commit to vinayakphegde/hbase that referenced this pull request Apr 4, 2024
) (apache#4598)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
(cherry picked from commit d8b3f55)

Co-authored-by: Bharath Vissapragada <bharathv@apache.org>
(cherry picked from commit 2cd30e5)
Change-Id: I19f257814bd6a27582d6a611c5b9ab1d2a3db463
vinayakphegde pushed a commit to vinayakphegde/hbase that referenced this pull request Apr 4, 2024
…pache#1084) (apache#4598)"

CDPD-43278 Compilation failure after HBASE-23330 in downstream components
This reverts commit 538bb0f.

Change-Id: I49654d9bc189bf8023b476ab429493af1a092ab6
vinayakphegde pushed a commit to vinayakphegde/hbase that referenced this pull request Apr 4, 2024
) (apache#4598)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
(cherry picked from commit d8b3f55)

Co-authored-by: Bharath Vissapragada <bharathv@apache.org>
(cherry picked from commit 2cd30e5)
Change-Id: I7cf85b4b611c71b0e87d0b23a1f85542e912e197
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants