bagipriyank commented on issue #9393: URL: https://github.com/apache/pinot/issues/9393#issuecomment-1319283386
https://github.com/apache/pinot/blob/b2da31005b9e958a022150cfaac228a951daf0b3/pinot-server/src/main/java/org/apache/pinot/server/starter/helix/DefaultHelixStarterServerConfig.java#L40 logs the config map ``` 2022-11-17 13:53:41 | External config key: pinot.server.instance.segmenttardir, value: /var/pinot/server/data/segment,/var/pinot/server/data/segment 2022-11-17 13:53:41 | External config key: pinot.server.swagger.use.https, value: true 2022-11-17 13:53:41 | External config key: pinot.server.instance.realtime.alloc.offheap, value: true 2022-11-17 13:53:41 | External config key: pinot.server.adminapi.port, value: 8097 2022-11-17 13:53:41 | External config key: pinot.zk.server, value: zookeeper-offline.de-nrt-pinot.svc.cluster.local:2181 2022-11-17 13:53:41 | External config key: pinot.server.instance.datadir, value: /var/pinot/server/data/index,/var/pinot/server/data/index ``` so the value is now a comma separated string -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
