apache / skywalking

APM, Application Performance Monitoring System
https://skywalking.apache.org/
Apache License 2.0
23.92k stars 6.53k forks source link

[Bug] "BanyanDBTraceQueryDAO.queryBasicTraces" doesn't support querying by "trace_id" #12745

Closed hanahmily closed 3 weeks ago

hanahmily commented 3 weeks ago

Search before asking

Apache SkyWalking Component

OAP server (apache/skywalking)

What happened

"BanyanDBTraceQueryDAO.queryBasicTraces" doesn't use the "trace_id" parameter to filter the data.

What you expected to happen

It should use "trace_id"

How to reproduce

To filter the trace list by a trace ID, please refer to https://github.com/apache/skywalking/discussions/12494.

Anything else

No response

Are you willing to submit a pull request to fix on your own?

Code of Conduct