[ 
https://issues.apache.org/jira/browse/FLINK-8910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16406603#comment-16406603
 ] 

ASF GitHub Bot commented on FLINK-8910:
---------------------------------------

Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5676#discussion_r175810393
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/api/common/TaskInfo.java ---
    @@ -31,12 +31,35 @@
     
        private final String taskName;
        private final String taskNameWithSubtasks;
    +   private final String allocationID;
        private final int maxNumberOfParallelSubtasks;
        private final int indexOfSubtask;
        private final int numberOfParallelSubtasks;
        private final int attemptNumber;
     
    -   public TaskInfo(String taskName, int maxNumberOfParallelSubtasks, int 
indexOfSubtask, int numberOfParallelSubtasks, int attemptNumber) {
    +   public TaskInfo(
    +           String taskName,
    +           int maxNumberOfParallelSubtasks,
    +           int indexOfSubtask,
    +           int numberOfParallelSubtasks,
    +           int attemptNumber) {
    --- End diff --
    
    Indentation is off by one level.


> Introduce automated end-to-end test for local recovery (including sticky 
> scheduling)
> ------------------------------------------------------------------------------------
>
>                 Key: FLINK-8910
>                 URL: https://issues.apache.org/jira/browse/FLINK-8910
>             Project: Flink
>          Issue Type: Sub-task
>          Components: State Backends, Checkpointing
>    Affects Versions: 1.5.0
>            Reporter: Stefan Richter
>            Assignee: Stefan Richter
>            Priority: Major
>             Fix For: 1.5.0
>
>
> We should have an automated end-to-end test that can run nightly to check 
> that sticky allocation and local recovery work as expected.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to