```Grpc port is not set for instance: Controller_1...
# troubleshooting
c
Copy code
Grpc port is not set for instance: Controller_10.252.125.84_9000
x
are you using presto? to enable grpc port in pinot server, please add configs below to your pinot server configs then restart pinot servers:
Copy code
pinot.server.grpc.enable=true
      pinot.server.grpc.port=8090
c
I don’t using presto now, so if pinot0.7.1 is enabled default?
j
You may ignore it then
While we should check why we log it for controller
c
yes , seems shoud be a bug?
I also got Admin port is not set for instance: Broker_sj1-pinot-controller-broker-01_8099 in controller log
After set the conf, I still can get the error log in controller
Copy code
pinot.server.grpc.enable=true
pinot.server.grpc.port=8090
j
Sounds like a bug. Could you please file a GitHub issue?
c
• Thx @Jackie Another question , the pinot can support upsert in realtime table and the select will use the latest version and latest data will addend to segments but replace , so will pinot merge segments in backend ? because if we have large upsert in table the size of table will expand to a large size than the original size?
j
No, currently pinot won't merge segments in backend. This is a good feature to have, and there is a recent issue created for it: https://github.com/apache/incubator-pinot/issues/6912
👍 1
c
Hi @Jackie I have reported this issue in github, please review thx
j
Thanks, it looks good
@Charles It is already fixed here: https://github.com/apache/incubator-pinot/pull/6632. Totally forgot about it 🤣
c
Thx Jackie, But how can I use this pr, build latest code by myself?
x
you can cherry-pick then build
but this is a warning log, so it shouldn’t impact much
c
ok, thx