Replies: 1 comment 8 replies
-
I think it is missed to change. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When query single trace By traceId, TraceQueryEsDAO has a query segments size limit (default value 200):
Meanwhile in JDBCTraceQueryDAO and BanyanDBTraceQueryDAO, there are no similar limits. In produce environment, system is complicate so a single trace could have a huge mount of segments. The segmentQueryMaxSize limit would result in incomplete trace struct.
Why doesn't TraceQueryEsDAO use scrolling search to query all trace segments, which is used in MetadataQueryEsDAO#listServices etc.
Beta Was this translation helpful? Give feedback.
All reactions