klsince commented on code in PR #16517:
URL: https://github.com/apache/pinot/pull/16517#discussion_r2261407738


##########
pinot-common/src/main/java/org/apache/pinot/common/metrics/ServerGauge.java:
##########
@@ -92,7 +92,9 @@ public enum ServerGauge implements AbstractMetrics.Gauge {
   LUCENE_INDEXING_DELAY_DOCS("documents", false),
   // Needed to track if valid doc id snapshots are present for faster restarts
   UPSERT_VALID_DOC_ID_SNAPSHOT_COUNT("upsertValidDocIdSnapshotCount", false),
+  UPSERT_QUERYABLE_DOCS_SNAPSHOT_COUNT("upsertQueryableDocIdSnapshotCount", 
false),

Review Comment:
   nit: UPSERT_QUERYABLE_DOCS_SNAPSHOT_COUNT -> 
UPSERT_QUERYABLE_DOC_ID_SNAPSHOT_COUNT to be a bit more consistent with 
`UPSERT_VALID_DOC_ID_SNAPSHOT_COUNT`



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to