do we need to increase jvm xmx limit ?
# troubleshooting
b
do we need to increase jvm xmx limit ?
d
Indeed
b
No luck after updating, full cluster is down.
getting this error, 2021/09/15 113554.924 WARN [PinotInstanceRestletResource] [grizzly-http-server-1] Grpc port is not set for instance: Controller_pinot2-controller-0.pinot2-controller-headless.data2.svc.cluster.local_9000 java.lang.NumberFormatException: null at java.lang.Integer.parseInt(Integer.java:542) ~[?:1.8.0_282] at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_282] at org.apache.pinot.controller.api.resources.PinotInstanceRestletResource.getGrpcPort(PinotInstanceRestletResource.java:119) ~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-7bcbee5058c6a56d02b2d34e173185009ac35146] at org.apache.pinot.controller.api.resources.PinotInstanceRestletResource.getInstance(PinotInstanceRestletResource.java:107) ~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-7bcbee5058c6a56d02b2d34e173185009ac35146]
@Mayank any clue on this issue?
m
Are you using controller to do queries instead of broker?
b
Not sure on this, need to check . we have 2 services which makes connection with pinot for making queries but we also do some test queries on pinot dashboard for debugging
x
Did you set resources required and limit both for all Pinot statefulset?
b
no, where exactly to set , can you share some docs for reference