praveenc7 commented on code in PR #16379:
URL: https://github.com/apache/pinot/pull/16379#discussion_r2220476582
##########
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/ResourceUtils.java:
##########
@@ -113,9 +113,9 @@ public static void
emitPostSegmentUploadMetrics(ControllerMetrics controllerMetr
controllerMetrics.setValueOfGlobalGauge(ControllerGauge.DEEP_STORE_WRITE_OPS_IN_PROGRESS,
writeCount);
long segmentBytesUploading =
_deepStoreWriteBytesInProgress.addAndGet(-segmentSizeInBytes);
- controllerMetrics.setOrUpdateTableGauge(rawTableName,
ControllerGauge.DEEP_STORE_WRITE_OPS_IN_PROGRESS,
+ controllerMetrics.setOrUpdateTableGauge(rawTableName,
ControllerGauge.DEEP_STORE_WRITE_BYTES_IN_PROGRESS,
Review Comment:
It looks we missed to update the `DEEP_STORE_WRITE_BYTES_IN_PROGRESS` as
well and were duplicating `DEEP_STORE_WRITE_OPS_IN_PROGRESS`
--
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]