From issues-return-480036-archive-asf-public=cust-asf.ponee.io@flink.apache.org Mon Apr 26 08:28:43 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 2C837180674 for ; Mon, 26 Apr 2021 10:28:43 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 7F48C6074D for ; Mon, 26 Apr 2021 08:28:42 +0000 (UTC) Received: (qmail 71560 invoked by uid 500); 26 Apr 2021 08:28:41 -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 71512 invoked by uid 99); 26 Apr 2021 08:28:41 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2021 08:28:41 +0000 From: =?utf-8?q?GitBox?= To: issues@flink.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bflink=5D_gaoyunhaii_commented_on_a_change_in_pull_?= =?utf-8?q?request_=2315732=3A_=5BFLINK-22301=5D=5Bruntime=5D_Statebackend_a?= =?utf-8?q?nd_CheckpointStorage_type_is_not_shown_in_the_Web_UI?= Message-ID: <161942572171.15632.4788866047926522987.asfpy@gitbox.apache.org> Date: Mon, 26 Apr 2021 08:28:41 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit References: In-Reply-To: gaoyunhaii commented on a change in pull request #15732: URL: https://github.com/apache/flink/pull/15732#discussion_r620080063 ########## File path: flink-runtime-web/web-dashboard/src/app/interfaces/job-checkpoint.ts ########## @@ -115,6 +115,8 @@ export interface CheckPointConfigInterface { enabled: boolean; delete_on_cancellation: boolean; }; + state_backend: any; + checkpoint_storage: any; Review comment: Is it better to be declared as`string` ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org