Johan Adami
Johan Adami
https://github.com/apache/pinot/pull/15264 introduced an info log with the full sql for each request. In high QPS environments, this causes at least high log volume but may also lead to heavy degradation...
This is a new table config deduplication feature to allow near realtime cleanup of metadata keys. When `realtimeTTLCleanupIntervalSeconds` > 0, we start a background thread per partition to call `removeExpiredPrimaryKeys`...
Today, server status `Alive` just means it has a `liveinstance` and is connected to the cluster. We should incorporate something like `/health` or `shutdownInProgress` into the UI status so it's...