bagipriyank commented on issue #9393: URL: https://github.com/apache/pinot/issues/9393#issuecomment-1318163038
@walterddr looks like you are correct. i see two entries in the pinot server configmap ``` apiVersion: v1 data: pinot-server.conf: |- pinot.server.netty.port=8098 pinot.server.adminapi.port=8097 pinot.server.instance.dataDir=/var/pinot/server/data/index pinot.server.instance.segmentTarDir=/var/pinot/server/data/segment pinot.set.instance.id.to.hostname=true pinot.server.instance.realtime.alloc.offheap=true pinot.server.instance.currentDataTableVersion=2 pinot.server.instance.dataDir=/var/pinot/server/data/index pinot.server.instance.segmentTarDir=/var/pinot/server/data/segment pinot.server.storage.factory.class.s3=org.apache.pinot.plugin.filesystem.S3PinotFS pinot.server.storage.factory.s3.region=us-east-1 pinot.server.segment.fetcher.protocols=file,http,s3 pinot.controller.storage.factory.s3.disableAcl=false pinot.server.segment.fetcher.s3.class=org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcher pinot.server.segment.fetcher.s3.retry.count=10 pinot.server.instance.segment.store.uri=s3://<redacted>/controller-data pinot.server.instance.max.parallel.refresh.threads=10 pinot.zk.server=zookeeper-offline.de-nrt-pinot.svc.cluster.local:2181 pinot.server.swagger.use.https=true kind: ConfigMap metadata: annotations: meta.helm.sh/release-name: pinot-offline meta.helm.sh/release-namespace: de-nrt-pinot creationTimestamp: "2022-11-17T06:35:21Z" labels: app.kubernetes.io/managed-by: Helm name: pinot-offline-server-config namespace: de-nrt-pinot resourceVersion: "282315454" uid: 5edaf2d3-eda0-48ba-afba-4a006020a543 ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org