You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/06 08:56:00 UTC

[jira] [Commented] (FLINK-8562) Fix YARNSessionFIFOSecuredITCase

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

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

GitHub user suez1224 opened a pull request:

    https://github.com/apache/flink/pull/5416

    [FLINK-8562] [Security] Fix YARNSessionFIFOSecuredITCase

    ## What is the purpose of the change
    
    Fix YARNSessionFIFOSecuredITCase. It's currently broken.
    
    
    ## Brief change log
    
      - add check on JM/TM output for successful keytab login
      - increase wait time for JM/TM to start
    
    
    ## Verifying this change
    
    Verified by running the YARNSessionFIFOSecuredITCase, and it fails on master. After patching https://github.com/apache/flink/pull/5172, it passes.
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (no)
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (y no)
      - The serializers: (no )
      - The runtime per-record code paths (performance sensitive): (yno )
      - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: ( no)
      - The S3 file system connector: (no)
    
    ## Documentation
    
      - Does this pull request introduce a new feature? (no)
      - If yes, how is the feature documented? (not applicable)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/suez1224/flink FLINK-8562

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5416.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5416
    
----
commit 3d23f47a54250f83c9003bd9ba285c57491ff99f
Author: Shuyi Chen <sh...@...>
Date:   2018-02-06T08:50:21Z

    Fix YARNSessionFIFOSecuredITCase

----


> Fix YARNSessionFIFOSecuredITCase
> --------------------------------
>
>                 Key: FLINK-8562
>                 URL: https://issues.apache.org/jira/browse/FLINK-8562
>             Project: Flink
>          Issue Type: Bug
>          Components: Security
>            Reporter: Shuyi Chen
>            Assignee: Shuyi Chen
>            Priority: Major
>
> Currently, YARNSessionFIFOSecuredITCase will not fail even if the current Flink YARN Kerberos integration is failing in production. Please see FLINK-8275.



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