[ https://issues.apache.org/jira/browse/FLINK-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554639#comment-14554639 ]
ASF GitHub Bot commented on FLINK-1954: --------------------------------------- Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/705#discussion_r30821430 --- Diff: flink-tests/src/test/java/org/apache/flink/test/classloading/ClassLoaderITCase.java --- @@ -30,20 +30,20 @@ import org.junit.Test; public class ClassLoaderITCase { - + private static final String INPUT_SPLITS_PROG_JAR_FILE = "target/customsplit-test-jar.jar"; private static final String STREAMING_PROG_JAR_FILE = "target/streamingclassloader-test-jar.jar"; private static final String KMEANS_JAR_PATH = "target/kmeans-test-jar.jar"; - + @Test public void testJobWithCustomInputFormat() { try { Configuration config = new Configuration(); config.setInteger(ConfigConstants.LOCAL_INSTANCE_MANAGER_NUMBER_TASK_MANAGER, 2); config.setInteger(ConfigConstants.TASK_MANAGER_NUM_TASK_SLOTS, 2); - --- End diff -- I know. I couldn't find the option to disable this in Intellij (clears white-space only lines). > Task Failures and Error Handling > -------------------------------- > > Key: FLINK-1954 > URL: https://issues.apache.org/jira/browse/FLINK-1954 > Project: Flink > Issue Type: Improvement > Components: Distributed Runtime > Affects Versions: master > Reporter: Ufuk Celebi > Priority: Blocker > > This is an issue to keep track of subtasks for error handling of task > failures. > The "design doc" for this can be found here: > https://cwiki.apache.org/confluence/display/FLINK/Task+Failures+and+Error+Handling -- This message was sent by Atlassian JIRA (v6.3.4#6332)