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

Use coherent pinot versions in docker #7

Open
codefromthecrypt opened this issue Aug 18, 2020 · 2 comments
Open

Use coherent pinot versions in docker #7

codefromthecrypt opened this issue Aug 18, 2020 · 2 comments
Labels

Comments

@codefromthecrypt
Copy link
Contributor

Right now, there's a very old version of Pinot used in the normal Dockerfile, which may be why we are using an old 0.3 client jar. While it is likely clients can be upgraded ahead of servers, we should check and make some notes here about the order issues. Moreover, we should match versions on our two dockerfiles to ensure consistency. Right now, ServiceManager is using a very recent variant.

@codefromthecrypt
Copy link
Contributor Author

started chat on pinot about upgrade order. https://apache-pinot.slack.com/archives/CDRCA57FC/p1597712036026000

seems view-creator-framework uses org.apache.pinot:pinot-tools:0.3.0 which has a ton of snyk exceptions
query service uses org.apache.pinot:pinot-java-client:0.3.0 which has a pile, but not a ton of snyk exceptions

@codefromthecrypt
Copy link
Contributor Author

apache/pinot#5945 will allow us to use maven to download jars, which is a slightly different issue

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

No branches or pull requests

2 participants