Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7E273188CA for ; Thu, 18 Feb 2016 06:19:18 +0000 (UTC) Received: (qmail 70568 invoked by uid 500); 18 Feb 2016 06:19:18 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 70534 invoked by uid 500); 18 Feb 2016 06:19:18 -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 70519 invoked by uid 99); 18 Feb 2016 06:19:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2016 06:19:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3EAEF2C14F4 for ; Thu, 18 Feb 2016 06:19:18 +0000 (UTC) Date: Thu, 18 Feb 2016 06:19:18 +0000 (UTC) From: "Semen Boikov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-1232) Support distributed SQL JOIN 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-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15151793#comment-15151793 ] Semen Boikov commented on IGNITE-1232: -------------------------------------- Found reason for hang in IgniteCacheQueryNodeRestartDistributedJoinSelfTest: in case of query retry cancel request could be processed before query request, fixed this (committ 86bddb9). Remaining issues: - If indexed key has affinity key configuration and affinity key if not query field then cache creation fails. I think instead we should throw exception only if when query with distributed join is used - GridH2IndexingGeoSelfTest fails, 'explain' shows that scan index is selected instead of spatial index - GridH2TableSelfTest.testRebuildIndexes fails, maybe this is just test issue > Support distributed SQL JOIN > ----------------------------- > > Key: IGNITE-1232 > URL: https://issues.apache.org/jira/browse/IGNITE-1232 > Project: Ignite > Issue Type: Improvement > Reporter: Sergi Vladykin > Assignee: Sergi Vladykin > Fix For: 1.6 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)