Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies V2 not friendly for new users #1363

Closed
black-adder opened this issue Feb 20, 2019 · 0 comments
Closed

Dependencies V2 not friendly for new users #1363

black-adder opened this issue Feb 20, 2019 · 0 comments
Assignees

Comments

@black-adder
Copy link
Contributor

Requirement - what kind of business use case are you trying to solve?

Make dependencies v2 more new user friendly.

Problem - what in Jaeger blocks you from solving the requirement?

#1328 added a new schema mapping for dependencies_v2 with is by default used by cassandra-create-schema scripts, however the v2 table is not by default used by jaeger (you have to pass in a flag). This means that new users will not be able to query dependencies by default.

Proposal - what do you suggest to solve the problem or improve the existing situation?

Do a DESC query on the cassandra jaeger keyspace on startup and see if the dependencies_v2 table is available. If so, use v2, else use v1.

Any open questions to address

How will this work with the flag? Should we just go ahead and deprecate it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant