buxingzhe commented on a change in pull request #6188:
URL: https://github.com/apache/skywalking/pull/6188#discussion_r556336297
##########
File path:
oap-server/analyzer/agent-analyzer/src/main/java/org/apache/skywalking/oap/server/analyzer/provider/trace/parser/listener/MultiScopesAnalysisListener.java
##########
@@ -198,11 +198,9 @@ public void parseExit(SpanObject span, SegmentObject
segmentObject) {
if (sourceBuilder.getType().equals(RequestType.DATABASE)) {
Review comment:
Resolved by changing to `if
(RequestType.DATABASE.equals(sourceBuilder.getType())`
----------------------------------------------------------------
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]