Skip to content

HBASE-28802 Log the IP when hbase.server.useip.enabled is set to true - #6176

Merged
pankaj72981 merged 1 commit into
apache:masterfrom
srinireddy2020:HBASE-28802-m
Aug 31, 2024
Merged

HBASE-28802 Log the IP when hbase.server.useip.enabled is set to true#6176
pankaj72981 merged 1 commit into
apache:masterfrom
srinireddy2020:HBASE-28802-m

Conversation

@srinireddy2020

Copy link
Copy Markdown
Contributor

@srinireddy2020srinireddy2020 changed the title HBASE-28802 Fix the expected RS hostname message during useIP featur…HBASE-28802 Fix the expected RS hostname message during useIP featureAug 26, 2024
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 35sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗codespell0m 0scodespell was not available.
+0 🆗detsecrets0m 0sdetect-secrets was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
_ master Compile Tests _
+1 💚mvninstall4m 38smaster passed
+1 💚compile4m 4smaster passed
+1 💚checkstyle0m 41smaster passed
+1 💚spotbugs1m 50smaster passed
+1 💚spotless0m 55sbranch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 💚mvninstall4m 7sthe patch passed
+1 💚compile3m 42sthe patch passed
+1 💚javac3m 42sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚checkstyle0m 45sthe patch passed
+1 💚spotbugs1m 56sthe patch passed
+1 💚hadoopcheck16m 44sPatch does not cause any errors with Hadoop 3.3.6 3.4.0.
+1 💚spotless1m 9spatch has no errors when running spotless:check.
_ Other Tests _
+1 💚asflicense0m 21sThe patch does not generate ASF License warnings.
51m 50s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6176/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#6176
Optional Testsdupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
unameLinux df3fd6cbbe10 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionmaster / 51303ad
Default JavaEclipse Adoptium-17.0.11+9
Max. process+thread count84 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6176/1/console
versionsgit=2.34.1 maven=3.9.8 spotbugs=4.7.3
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 37sDocker mode activated.
-0 ⚠️yetus0m 2sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+1 💚mvninstall4m 37smaster passed
+1 💚compile1m 29smaster passed
+1 💚javadoc0m 32smaster passed
+1 💚shadedjars6m 53sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚mvninstall4m 2sthe patch passed
+1 💚compile1m 12sthe patch passed
+1 💚javac1m 12sthe patch passed
+1 💚javadoc0m 31sthe patch passed
+1 💚shadedjars6m 35spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit217m 2shbase-server in the patch passed.
247m 57s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6176/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR#6176
Optional Testsjavac javadoc unit compile shadedjars
unameLinux 9994afac30f2 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionmaster / 51303ad
Default JavaEclipse Adoptium-17.0.11+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6176/1/testReport/
Max. process+thread count5106 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6176/1/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@srinireddy2020srinireddy2020 changed the title HBASE-28802 Fix the expected RS hostname message during useIP featureHBASE-28802 Log the IP when hbase.server.useip.enabled is set to trueAug 31, 2024
@pankaj72981
pankaj72981 merged commit 9d3ceb8 into apache:masterAug 31, 2024
pankaj72981 pushed a commit that referenced this pull request Aug 31, 2024
…#6176)
Signed-off-by: Pankaj Kumar<pankajkumar@apache.org>
Reviewed-by: Vineet Kumar Maheshwari <vineet.4008@gmail.com>
(cherry picked from commit 9d3ceb8)
@srinireddy2020

Copy link
Copy Markdown
ContributorAuthor

Thanks for review the changes @vineet4008@pankaj72981

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@srinireddy2020@Apache-HBase@vineet4008@pankaj72981