kishoreg commented on a change in pull request #5175: add pinot upsert features
to pinot common
URL: https://github.com/apache/incubator-pinot/pull/5175#discussion_r396906006
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/metrics/BrokerGauge.java
##########
@@ -26,7 +26,8 @@
*
*/
public enum BrokerGauge implements AbstractMetrics.Gauge {
- QUERY_QUOTA_CAPACITY_UTILIZATION_RATE("tables", false),
NETTY_CONNECTION_CONNECT_TIME_MS("nettyConnection", true);
+ QUERY_QUOTA_CAPACITY_UTILIZATION_RATE("tables", false),
NETTY_CONNECTION_CONNECT_TIME_MS("nettyConnection", true),
+ TABLE_MIN_LOW_WATER_MARK("tables", false);
Review comment:
what does this represent?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]