From issues-return-97308-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Jul 18 16:04:01 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 A3292180684 for ; Thu, 18 Jul 2019 18:04:01 +0200 (CEST) Received: (qmail 7434 invoked by uid 500); 18 Jul 2019 16:04:01 -0000 Mailing-List: contact issues-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 issues@ignite.apache.org Received: (qmail 7388 invoked by uid 99); 18 Jul 2019 16:04:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2019 16:04:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 69A26E2EF4 for ; Thu, 18 Jul 2019 16:04:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1D94026595 for ; Thu, 18 Jul 2019 16:04:00 +0000 (UTC) Date: Thu, 18 Jul 2019 16:04:00 +0000 (UTC) From: "Sergey Antonov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-11988) control.sh validate_indexes SQL Index issue add information about group and cache id MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-11988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16888105#comment-16888105 ] Sergey Antonov commented on IGNITE-11988: ----------------------------------------- [~ktkalenko@gridgain.com] Changes looks good for me. > control.sh validate_indexes SQL Index issue add information about group and cache id > ------------------------------------------------------------------------------------ > > Key: IGNITE-11988 > URL: https://issues.apache.org/jira/browse/IGNITE-11988 > Project: Ignite > Issue Type: Improvement > Reporter: Kirill Tkalenko > Assignee: Kirill Tkalenko > Priority: Major > Fix For: 2.8 > > Time Spent: 10m > Remaining Estimate: 0h > > At the moment we have the following output in case of SQL index problems: > {noformat} > SQL Index [cache=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module, idx=_key_PK] ValidateIndexesPartitionResult [consistentId=10.116.241.93:47500, sqlIdxName=_key_PK] > IndexValidationIssue [key=678073218895971307, cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module, idxName=_key_PK], class org.apache.ignite.IgniteCheckedException: Key is present in SQL index, but can't be found in CacheDataTree. > IndexValidationIssue [key=2495557143516676100, cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module, idxName=_key_PK], class org.apache.ignite.IgniteCheckedException: Key is present in SQL index, but can't be found in CacheDataTree. > IndexValidationIssue [key=null, cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module, idxName=_key_PK], class java.lang.AssertionError: itemId=9, directCnt=9, indirectCnt=0, page=0001332300000112 [3883, 3669, 3456, 3242, 3029, 2815, 2602, 2386, 1747][][free=2101] > IndexValidationIssue [key=2760988046554825752, cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module, idxName=_key_PK], class org.apache.ignite.IgniteCheckedException: Key is present in SQL index, but can't be found in CacheDataTree. > {noformat} > We print info about cache name only. > Now shoud add group and cache id. -- This message was sent by Atlassian JIRA (v7.6.14#76016)