[
https://issues.apache.org/jira/browse/HBASE-26141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420494#comment-17420494
]
Tak-Lon (Stephen) Wu commented on HBASE-26141:
----------------------------------------------
I ran locally with hadoop 3.0 profile and it passed, but let's wait for another
nightly and see if this connection close in testing would fail and see what we
should fix next.
{code}
mvn --batch-mode --threads=2 -Dhadoop.profile=3.0 -PrunAllTests clean test -fae
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.client.TestRegionLocatorTracing
[INFO] Running org.apache.hadoop.hbase.client.TestAsyncTableRpcPriority
[INFO] Running org.apache.hadoop.hbase.client.TestHTableTracing
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.555 s
- in org.apache.hadoop.hbase.client.TestRegionLocatorTracing
[INFO] Running org.apache.hadoop.hbase.client.TestAsyncConnectionTracing
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.177 s
- in org.apache.hadoop.hbase.client.TestAsyncConnectionTracing
[INFO] Running org.apache.hadoop.hbase.client.TestAsyncTableTracing
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.036 s
- in org.apache.hadoop.hbase.client.TestHTableTracing
[INFO] Running org.apache.hadoop.hbase.client.TestAsyncRegionLocatorTracing
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.604 s
- in org.apache.hadoop.hbase.client.TestAsyncRegionLocatorTracing
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.27 s
- in org.apache.hadoop.hbase.client.TestAsyncTableTracing
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.981
s - in org.apache.hadoop.hbase.client.TestAsyncTableRpcPriority
[INFO] Results:
[INFO]
[INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0
{code}
> Add tracing support for HTable and sync connection on branch-2
> --------------------------------------------------------------
>
> Key: HBASE-26141
> URL: https://issues.apache.org/jira/browse/HBASE-26141
> Project: HBase
> Issue Type: New Feature
> Components: tracing
> Affects Versions: 2.5.0
> Reporter: Tak-Lon (Stephen) Wu
> Assignee: Tak-Lon (Stephen) Wu
> Priority: Major
> Fix For: 2.5.0
>
>
> Split from HBASE-25853, the original change of HBASE-22120 does not include
> tracing support for sync client, if we decide to support it in branch-2, we
> will need to come up our own solution.
> this change should cover mainly the classes of HTable,
> ConnectionImplementation, and HRegionLocator
> * RPC and IPC tracing supported by HBASE-26125
> * WAL tracing supported by HBASE-26131
--
This message was sent by Atlassian Jira
(v8.3.4#803005)