From notifications-return-7759-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Nov 6 10:19:38 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 6B937180651 for ; Wed, 6 Nov 2019 11:19:37 +0100 (CET) Received: (qmail 54433 invoked by uid 500); 6 Nov 2019 10:19:36 -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 54424 invoked by uid 99); 6 Nov 2019 10:19:36 -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, 06 Nov 2019 10:19:36 +0000 From: GitBox To: notifications@ignite.apache.org Subject: [GitHub] [ignite] zstan commented on a change in pull request #7036: IGNITE-12351 Append additional cp tracking activity - pages sort. Message-ID: <157303557675.9339.2780827682305583201.gitbox@gitbox.apache.org> Date: Wed, 06 Nov 2019 10:19:36 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit zstan commented on a change in pull request #7036: IGNITE-12351 Append additional cp tracking activity - pages sort. URL: https://github.com/apache/ignite/pull/7036#discussion_r343016371 ########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/CheckpointMetricsTracker.java ########## @@ -163,6 +173,20 @@ public void onWalCpRecordFsyncStart() { walCpRecordFsyncStart = System.currentTimeMillis(); } + /** + * + */ + public void onSplitAndSortCpPagesStart() { + splitAndSortCpPagesStart = System.currentTimeMillis(); + } + + /** + * Review comment: the same. ---------------------------------------------------------------- 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