From issues-return-374331-archive-asf-public=cust-asf.ponee.io@flink.apache.org Wed Jun 10 15:19:03 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5F459180638 for ; Wed, 10 Jun 2020 17:19:03 +0200 (CEST) Received: (qmail 4123 invoked by uid 500); 10 Jun 2020 15:19:02 -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 4059 invoked by uid 99); 10 Jun 2020 15:19:02 -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; Wed, 10 Jun 2020 15:19:02 +0000 From: =?utf-8?q?GitBox?= To: issues@flink.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bflink=5D_azagrebin_opened_a_new_pull_request_=2312?= =?utf-8?q?590=3A_=5BFLINK-18214=5D=5BRuntime=5D_Remove_Job_Cache_size_check?= =?utf-8?q?_against_JVM_Heap_size?= Message-ID: Date: Wed, 10 Jun 2020 15:19:02 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit azagrebin opened a new pull request #12590: URL: https://github.com/apache/flink/pull/12590 Checking that the job cache size is less than JVM heap for JM, may be inconclusive and confusing for users. The job cache size option does not strictly limit the real size and stays an advanced emergency mean. The job size calculation is approximate and the real cache size can be larger than its configured limit (`jobstore.cache-size`). Therefore, this PR removes the related code from `JobManagerFlinkMemoryUtils`, tests and memory tuning guide. ---------------------------------------------------------------- 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