openzipkin / zipkin

Zipkin is a distributed tracing system
https://zipkin.io/
Apache License 2.0
17.02k stars 3.09k forks source link

Cassandra3 span store doesn't return proper limits #1362

Open llinder opened 8 years ago

llinder commented 8 years ago

While testing the Cassandra3 storage component I noticed that query limit is not accurate. Specifying a limit of 10 for "zipkin-server" "all" returns 4 results. Increasing the limit to 100 for "zipkin-server" "all" returns 38 results. Specifying an actual span name returns the desired limit so the problem seems isolated to the "all" case.

/cc @michaelsembwever

victorlin-houzz commented 6 years ago

Any update on this? Still seeing the same issue