pnowojski commented on a change in pull request #17757:
URL: https://github.com/apache/flink/pull/17757#discussion_r755278167
##########
File path:
flink-dstl/flink-dstl-dfs/src/main/java/org/apache/flink/changelog/fs/ChangelogStorageMetricGroup.java
##########
@@ -134,6 +138,6 @@ public long getCount() {
PREFIX + ".uploadLatenciesNanos";
public static final String CHANGELOG_STORAGE_ATTEMPTS_PER_UPLOAD =
PREFIX + ".attemptsPerUpload";
- public static final String CHANGELOG_STORAGE_LOGS_PER_UPLOAD = PREFIX +
".logsPerUpload";
+ public static final String CHANGELOG_STORAGE_UPLOAD_BATCH_SIZES = PREFIX +
".uploadBatchSizes";
Review comment:
Good point. In that case I would keep `numberOfUploadRequests`, and use
here either `uploadBatchSizes` (it's I think ok after all) or
`numberOfUpdatesPerBatch`?
--
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]