Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C30A2200D6F for ; Mon, 18 Dec 2017 04:35:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C18EF160C28; Mon, 18 Dec 2017 03:35:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 125D2160C17 for ; Mon, 18 Dec 2017 04:35:09 +0100 (CET) Received: (qmail 43949 invoked by uid 500); 18 Dec 2017 03:35:09 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 43940 invoked by uid 99); 18 Dec 2017 03:35:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Dec 2017 03:35:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A6393C3A21 for ; Mon, 18 Dec 2017 03:35:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -97.898 X-Spam-Level: X-Spam-Status: No, score=-97.898 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, URI_HEX=1.313, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id TTqDaAu_Hxyl for ; Mon, 18 Dec 2017 03:35:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A6D885FAF9 for ; Mon, 18 Dec 2017 03:35:07 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7B4AEE0A29 for ; Mon, 18 Dec 2017 03:35:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3CBDC212F8 for ; Mon, 18 Dec 2017 03:35:02 +0000 (UTC) Date: Mon, 18 Dec 2017 03:35:00 +0000 (UTC) From: "dongxiao.yang (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-8270) TaskManagers do not use correct local path for shipped Keytab files in Yarn deployment modes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 18 Dec 2017 03:35:11 -0000 [ https://issues.apache.org/jira/browse/FLINK-8270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16294489#comment-16294489 ] dongxiao.yang commented on FLINK-8270: -------------------------------------- [~tzulitai] Hi Gordon ,I'm the reporter of the mail http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-1-4-0-keytab-is-unreadable-td17292.html . May I do some works to help solve this issue? > TaskManagers do not use correct local path for shipped Keytab files in Yarn deployment modes > -------------------------------------------------------------------------------------------- > > Key: FLINK-8270 > URL: https://issues.apache.org/jira/browse/FLINK-8270 > Project: Flink > Issue Type: Bug > Components: Security > Affects Versions: 1.4.0 > Reporter: Tzu-Li (Gordon) Tai > Priority: Blocker > Fix For: 1.5.0, 1.4.1 > > > Reported on ML: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-1-4-0-keytab-is-unreadable-td17292.html > This is a "recurrence" of FLINK-5580. The TMs in Yarn deployment modes are again not using the correct local paths for shipped Keytab files. > The cause was accidental due to this change: https://github.com/apache/flink/commit/7f1c23317453859ce3b136b6e13f698d3fee34a1#diff-a81afdf5ce0872836ac6fadb603d483e. > Things to consider: > 1) The above accidental breaking change was actually targeting a minor refactor on the "integration test scenario" code block in {{YarnTaskManagerRunner}}. It would be best if we can remove that test case code block from the main code. > 2) Unit test coverage is apparently not enough. As this incidence shows, any slight changes can cause this issue to easily resurface again. -- This message was sent by Atlassian JIRA (v6.4.14#64029)