Skip to content

HBASE-26139 Backport HBASE-23762 "Add documentation on how to enable … - #3629

Merged
taklwu merged 1 commit into
apache:HBASE-25853from
taklwu:HBASE-26139
Aug 26, 2021
Merged

HBASE-26139 Backport HBASE-23762 "Add documentation on how to enable …#3629
taklwu merged 1 commit into
apache:HBASE-25853from
taklwu:HBASE-26139

Conversation

@taklwu

Copy link
Copy Markdown
Contributor

…and view tracing with OpenTelemetry" to branch-2

16/17 commits of HBASE-22120, original commit be4503d

…and view tracing with OpenTelemetry" to branch-2
16/17 commits of HBASE-22120, original commit be4503d
@taklwu
taklwu requested review from Apache9, apurtell, jojochuang, ndimiduk and petersomogyi and removed request for ndimidukAugust 26, 2021 02:30
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 30sDocker mode activated.
-0 ⚠️yetus0m 6sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ HBASE-25853 Compile Tests _
_ Patch Compile Tests _
_ Other Tests _
1m 51s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3629/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR#3629
Optional Tests
unameLinux 3f5b309411cc 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 toolmaven
Personalitydev-support/hbase-personality.sh
git revisionHBASE-25853 / 8e4d98e
Max. process+thread count48 (vs. ulimit of 12500)
modulesC: . U: .
Console outputhttps://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3629/1/console
versionsgit=2.17.1 maven=3.6.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 46sDocker mode activated.
-0 ⚠️yetus0m 7sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ HBASE-25853 Compile Tests _
_ Patch Compile Tests _
_ Other Tests _
2m 36s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3629/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR#3629
Optional Tests
unameLinux 977aec391dd3 4.15.0-151-generic #157-Ubuntu SMP Fri Jul 9 23:07:57 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionHBASE-25853 / 8e4d98e
Max. process+thread count48 (vs. ulimit of 12500)
modulesC: . U: .
Console outputhttps://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3629/1/console
versionsgit=2.17.1 maven=3.6.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 7sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ HBASE-25853 Compile Tests _
+1 💚mvninstall4m 8sHBASE-25853 passed
+0 🆗refguide3m 58sbranch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect.
_ Patch Compile Tests _
+1 💚mvninstall3m 44sthe patch passed
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+0 🆗refguide3m 32spatch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect.
_ Other Tests _
+1 💚asflicense0m 16sThe patch does not generate ASF License warnings.
18m 26s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3629/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#3629
Optional Testsdupname asflicense refguide
unameLinux f9a6f7313783 4.15.0-143-generic #147-Ubuntu SMP Wed Apr 14 16:10:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionHBASE-25853 / 8e4d98e
refguidehttps://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3629/1/artifact/yetus-general-check/output/branch-site/book.html
refguidehttps://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3629/1/artifact/yetus-general-check/output/patch-site/book.html
Max. process+thread count66 (vs. ulimit of 12500)
modulesC: . U: .
Console outputhttps://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3629/1/console
versionsgit=2.17.1 maven=3.6.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

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

OK, it is documentation changes now, seems we are close to the end!

@taklwu

Copy link
Copy Markdown
ContributorAuthor

thanks for your help Duo, and yeah, we should have two more commits then we're good to merge into branch-2

@taklwu
taklwu merged commit c967467 into apache:HBASE-25853Aug 26, 2021
taklwu added a commit that referenced this pull request Aug 27, 2021
…and view tracing with OpenTelemetry" to branch-2 (#3629)
16/17 commits of HBASE-22120, original commit be4503d
Co-authored-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
taklwu added a commit that referenced this pull request Sep 1, 2021
…and view tracing with OpenTelemetry" to branch-2 (#3629)
16/17 commits of HBASE-22120, original commit be4503d
Co-authored-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
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

@taklwu@Apache-HBase@Apache9