timsants opened a new pull request #8358:
URL: https://github.com/apache/pinot/pull/8358


   ## Description
   New Pinot table/segment storage metrics.
   
   1) compressedSegmentsSizePerTable: For computing this metric, I added a new 
`sizeInBytes` field in `SegmentZKMetadata`. Aside for being useful for 
debugging, this allows us to quantify the size of compressed tar.gz files that 
is stored in deep store. This is different from the segment size metrics that 
is reported using the segment sizes taken from the Pinot servers.
   2) offlineTableEstimatedSizePerReplica/realtimeTableEstimatedSizePerReplica: 
This metric provides the table size per replica. This is calculated using he 
table size reported by servers divided by the number of replicas configured for 
the table.
   
   
   ## Upgrade Notes
   Does this PR prevent a zero down-time upgrade? (Assume upgrade order: 
Controller, Broker, Server, Minion)
   * [ ] Yes (Please label as **<code>backward-incompat</code>**, and complete 
the section below on Release Notes)
   
   Does this PR fix a zero-downtime upgrade introduced earlier?
   * [ ] Yes (Please label this as **<code>backward-incompat</code>**, and 
complete the section below on Release Notes)
   
   Does this PR otherwise need attention when creating release notes? Things to 
consider:
   - New configuration options
   - Deprecation of configurations
   - Signature changes to public methods/interfaces
   - New plugins added or old plugins removed
   * [ ] Yes (Please label this PR as **<code>release-notes</code>** and 
complete the section on Release Notes)
   


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

Reply via email to