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 A3CC2200D42 for ; Fri, 17 Nov 2017 10:50:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A1ED0160BFB; Fri, 17 Nov 2017 09:50:23 +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 E7236160BF8 for ; Fri, 17 Nov 2017 10:50:22 +0100 (CET) Received: (qmail 52255 invoked by uid 500); 17 Nov 2017 09:50:22 -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 52246 invoked by uid 99); 17 Nov 2017 09:50:22 -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; Fri, 17 Nov 2017 09:50:22 +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 72A28C6696 for ; Fri, 17 Nov 2017 09:50:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.771 X-Spam-Level: X-Spam-Status: No, score=-3.771 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id NkTj9LXBSeE8 for ; Fri, 17 Nov 2017 09:50:20 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id DED0D5FB4E for ; Fri, 17 Nov 2017 09:50:18 +0000 (UTC) Received: (qmail 52236 invoked by uid 99); 17 Nov 2017 09:50:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Nov 2017 09:50:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5EB11DFDFB; Fri, 17 Nov 2017 09:50:16 +0000 (UTC) From: kl0u To: issues@flink.incubator.apache.org Reply-To: issues@flink.incubator.apache.org Message-ID: Subject: [GitHub] flink pull request #5028: [FLINK-8057][FLINK-8059][FLINK-8055][FLINK-8065][F... Content-Type: text/plain Date: Fri, 17 Nov 2017 09:50:16 +0000 (UTC) archived-at: Fri, 17 Nov 2017 09:50:23 -0000 GitHub user kl0u opened a pull request: https://github.com/apache/flink/pull/5028 [FLINK-8057][FLINK-8059][FLINK-8055][FLINK-8065][FLINK-8062] This PR simply fixes multiple minor issues, like error messages. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kl0u/flink qs-small-stuff Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5028.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 #5028 ---- commit ff7e3cf6749a6b6bc898fde871c36661c8629c23 Author: kkloudas Date: 2017-11-15T14:32:42Z [FLINK-8062][QS] Make getKvState() with namespace private. commit 75c14541fdc52d5446b179e8e660b8a4fd90310c Author: kkloudas Date: 2017-11-15T14:38:36Z [FLINK-8065][QS] Improve error message when client already shut down. commit 5e059e968633c4292734ebed209fa1b3c30529a1 Author: kkloudas Date: 2017-11-16T16:02:16Z [FLINK-8055][QS] Deduplicate logging messages about QS start. commit 2fe078f3927595cbc3c5de6635a710494e0f34b4 Author: kkloudas Date: 2017-11-16T16:45:49Z [FLINK-8059][QS] QS client throws FlinkJobNotFoundException for queries with unknown jobIds commit a4d86975967942054d1bd466641e9c835fb014ac Author: kkloudas Date: 2017-11-17T08:26:10Z [FLINK-8057][QS] Change error message in KvStateRegistry.registerKvState() ---- ---