From notifications-return-5958-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Aug 12 15:52:21 2019 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 14688180657 for ; Mon, 12 Aug 2019 17:52:20 +0200 (CEST) Received: (qmail 97868 invoked by uid 500); 12 Aug 2019 15:52:16 -0000 Mailing-List: contact notifications-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list notifications@ignite.apache.org Received: (qmail 97845 invoked by uid 99); 12 Aug 2019 15:52:16 -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, 12 Aug 2019 15:52:16 +0000 From: GitBox To: notifications@ignite.apache.org Subject: [GitHub] [ignite] Mmuzaf commented on a change in pull request #6760: IGNITE-12051: update javadoc for IgniteKernal class Message-ID: <156562513628.5785.8591238935531427797.gitbox@gitbox.apache.org> Date: Mon, 12 Aug 2019 15:52:16 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Mmuzaf commented on a change in pull request #6760: IGNITE-12051: update javadoc for IgniteKernal class URL: https://github.com/apache/ignite/pull/6760#discussion_r312997111 ########## File path: modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java ########## @@ -347,35 +375,44 @@ /** Spring context, potentially {@code null}. */ private GridSpringResourceContext rsrcCtx; - /** */ + /** + * The instance of scheduled thread pool starvation checker. {@code null} if starvation checks have been + * disabled by the value {@link IgniteSystemProperties#IGNITE_STARVATION_CHECK_INTERVAL} system property. Review comment: Fixed. ---------------------------------------------------------------- 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 With regards, Apache Git Services