Hey, Wanted to ask which Pinot distribution is re...
# troubleshooting
f
Hey, Wanted to ask which Pinot distribution is recommended for production deployments in Kubernetes cluster? Are there any other recommendations for production deployments?
x
you can pick the latest pinot release version, the docker image tag is same as release tag
f
I’m trying to test with latest (0.8.0) using this tutorial: https://docs.pinot.apache.org/basics/getting-started/advanced-pinot-setup But once I run containers, I get the following error:
pinot-broker | Unrecognized VM option ‘PrintGCDateStamps’
pinot-controller | Unrecognized VM option ‘PrintGCDateStamps’
I guess that
JAVA_OPTS
should be different for this image version?
Ok, it seems that
JAVA_OPTS
env var is no longer needed in compose file? I deleted it and everything started correctly.
x
yes
ohh
that’s for jdk8 java_opts
pinot is now on jdk11
we will update the docs
thanks for reporting
f
No problem, thanks for helping!