zhuzhurk commented on a change in pull request #16498:
URL: https://github.com/apache/flink/pull/16498#discussion_r677293483
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/blob/PermanentBlobCache.java
##########
@@ -90,6 +96,21 @@ public PermanentBlobCache(
@Nullable final InetSocketAddress serverAddress)
throws IOException {
+ this(
+ blobClientConfig,
+ blobView,
+ serverAddress,
+ new
BlobCacheSizeTracker(MemorySize.ofMebiBytes(100).getBytes()));
Review comment:
I prefer to introduce a private const `DEFAULT_SIZE_LIMIT_MB` in
`PermanentBlobCache` which is 100.
--
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]