dlmarion commented on a change in pull request #2259:
URL: https://github.com/apache/accumulo/pull/2259#discussion_r717941763
##########
File path:
core/src/main/java/org/apache/accumulo/core/clientImpl/TabletServerBatchWriter.java
##########
@@ -302,7 +304,8 @@ public synchronized void flush() throws
MutationsRejectedException {
if (closed)
throw new IllegalStateException("Closed");
- try (TraceScope span = Trace.startSpan("flush")) {
+ Span span =
TraceUtil.getTracer().spanBuilder("TabletServerBatchWriter::flush").startSpan();
Review comment:
I created TraceUtil.createSpan in 89a814b
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]