caodizhou commented on code in PR #23707: URL: https://github.com/apache/flink/pull/23707#discussion_r1395095311
########## flink-core/src/main/java/org/apache/flink/configuration/AkkaOptions.java: ########## @@ -237,6 +237,38 @@ public static boolean isForceRpcInvocationSerializationEnabled(Configuration con "Max number of threads to cap factor-based parallelism number to.") .build()); + public static final ConfigOption<Double> REMOTE_FORK_JOIN_EXECUTOR_PARALLELISM_FACTOR = + ConfigOptions.key("akka.remote-fork-join-executor.parallelism-factor") Review Comment: revised ########## flink-runtime/src/main/java/org/apache/flink/runtime/deployment/TaskDeploymentDescriptor.java: ########## @@ -80,6 +80,25 @@ public NonOffloaded(SerializedValue<T> serializedValue) { } } + /** + * The raw value that is not offloaded to the {@link org.apache.flink.runtime.blob.BlobServer}. + * + * @param <T> type of the serialized value Review Comment: Revised -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org