piby180

Results 9 issues of piby180

Hey all, Thank you for setting up this helm chart. I am new to supabase and just tried this helm chart but couldn't make it run, I found the following...

### Name and Version bitnami/zookeeper ### What architecture are you using? amd64 ### What steps will reproduce the bug? I am using Zookeeper as part of Apache Pinot Helm chart...

in-progress
tech-issues
zookeeper

We already have INSERT INTO operation in Pinot ```` INSERT INTO events FROM FILE 's3://marks-st-cloud-bucket/events/' OPTION( taskName=events-task, includeFileNamePattern=glob:**/*.json, input.fs.className=org.apache.pinot.plugin.filesystem.S3PinotFS, input.fs.prop.accessKey=AKIARCOCT6DWLUB7F77Z, input.fs.prop.secretKey=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, input.fs.prop.region=eu-west-2 ); ```` It would be nice to support...

feature request

This PR aims to partially solve the issue mentioned [here](https://github.com/apache/pinot/issues/12888) With publishNotReadyAddresses set to true in service resource, kubernetes will publish the DNS address irrespective of whether the pod is...

kubernetes
helm

Hey all! We are facing serious issue of high availability despite replication across all components. When one out of three broker/server pods is unavailable, some of our queries fail with...

troubleshooting

**Describe the bug** Kafka sensors stop processing messages after a few days. Restarting the pods fix the issue **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2....

bug

When a table is disabled, we constantly see this error in broker logs. Since the log level is set to ERROR for this, this triggers our alarms. Can we set...

We have usecases where we need to temporarily disable tables using `PUT /tables/{tableName}/state` When a user queries a disabled table, he gets the following query response which is not very...

help wanted
beginner-task
feature request

We are currently using ZkBasicAuthAccessControlFactory to manage our users in Pinot. With this, we can 1. provide access to ALL tables 2. provide access to specific tables. List of tables...

help wanted
beginner-task
feature request