liuzhiguo630 opened a new issue #7157: URL: https://github.com/apache/skywalking/issues/7157
I found lot of VNode in trace, but they are exists in storage, just limit by query size: https://github.com/apache/skywalking/blob/1bc69370bfcd3891b0726c219e1ae39b92d8f894/oap-server/server-storage-plugin/storage-elasticsearch-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/elasticsearch/query/TraceQueryEsDAO.java#L166 So I add `sourceBuilder.sort(SegmentRecord.START_TIME, SortOrder.ASC);` in `queryByTraceId`, VNode are all disappeared. if trace's size over limit, tail of the trace will not shown, not head or middle. -- 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]
