Apache9 commented on a change in pull request #2892:
URL: https://github.com/apache/hbase/pull/2892#discussion_r562324710
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java
##########
@@ -1135,14 +1163,12 @@ protected final long
stampSequenceIdAndPublishToRingBuffer(RegionInfo hri, WALKe
long txid = txidHolder.longValue();
ServerCall<?> rpcCall = RpcServer.getCurrentCall().filter(c -> c
instanceof ServerCall)
.filter(c -> c.getCellScanner() != null).map(c -> (ServerCall)
c).orElse(null);
- Span span = TraceUtil.getGlobalTracer().spanBuilder(implClassName +
".append").startSpan();
Review comment:
Added the span back in appendData and appendMarker.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]