You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/20 16:35:05 UTC

[GitHub] StefanRRichter commented on a change in pull request #7779: [FLINK-11691] Introduce ClassLoader in the methods of StateBackendFactory and ConfigurableStateBackend

StefanRRichter commented on a change in pull request #7779: [FLINK-11691] Introduce ClassLoader in the methods of StateBackendFactory and ConfigurableStateBackend
URL: https://github.com/apache/flink/pull/7779#discussion_r258568415
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/memory/MemoryStateBackend.java
 ##########
 @@ -226,7 +226,7 @@ public MemoryStateBackend(
 	 * @param original The state backend to re-configure
 	 * @param configuration The configuration
 	 */
-	private MemoryStateBackend(MemoryStateBackend original, Configuration configuration) {
+	private MemoryStateBackend(MemoryStateBackend original, Configuration configuration, ClassLoader classLoader) {
 
 Review comment:
   Please add the new parameter to the javadoc.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services