lijial opened a new issue #6045: URL: https://github.com/apache/skywalking/issues/6045
Dear skywalking team, While reading skywalking agent code(version 8.3.0) and I notice in ArrayBlockingQueueBuffer.java, save() method, when strategy is IF_POSSIBLE, there only **queue.offer(data)** without catch clause . As queue.offer() may throw an exception, this may interrupt TracingContext.stopSpan() upward. Is it a bug? Should I suggest to add catch clause for calling offer() ? ---------------------------------------------------------------- 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: us...@infra.apache.org