zcoo opened a new issue, #2796:
URL: https://github.com/apache/fluss/issues/2796

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and 
found nothing similar.
   
   
   ### Motivation
   
   When a Fluss cluster is used in production, it's hard to locate which table 
occupies most count of bucket and partition. Sometimes a table with unsuitable 
schema can make whole cluster unhealthy. e.g. a table with ```
   'bucket.num' = '2048',
   'table.auto-partition.num-retention' = '180',
   ```
   totally make 2048*180=368640 buckets and 3 times replicas, which ruin the 
cluster.
   Thus it's necessary to monitor the partition count and bucket count per 
table and per database. Currently we only have metrics of bucket count and 
partition count per cluster
   
   ### Solution
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Willingness to contribute
   
   - [x] I'm willing to submit a PR!


-- 
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]

Reply via email to