From issues-return-94358-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Mar 28 09:08:02 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2FFC618076D for ; Thu, 28 Mar 2019 10:08:02 +0100 (CET) Received: (qmail 77782 invoked by uid 500); 28 Mar 2019 09:08: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 77699 invoked by uid 99); 28 Mar 2019 09:08: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, 28 Mar 2019 09:08: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 A8EA4E2992 for ; Thu, 28 Mar 2019 09:08: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 26C1D24595 for ; Thu, 28 Mar 2019 09:08:00 +0000 (UTC) Date: Thu, 28 Mar 2019 09:08:00 +0000 (UTC) From: "Alexander Lapin (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-11287) JDBC Thin: best effort affinity MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-11287?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 803720#comment-16803720 ]=20 Alexander Lapin commented on IGNITE-11287: ------------------------------------------ Test plan draft. # =D0=A1heck that requests go to the expected number of nodes for differen= t combinations of conditions ## Transactional ### No Params #### Select ##### Different partition tree options(All/NONE/Group/CONST) produced by d= ifferent query types. #### DML ##### - // - ### With Params #### - // - ## Non-Transactional ### - // - # Check that request/response functionality works fine if server response = lacks partition result. # Check that partition result is supplied only in case of rendezvous affin= ity function without custom filters. # Check that best effort functionality works fine for different partitions= count. # =D0=A1heck that a change in topology leads to jdbc thin affinity cache i= nvalidation. ## Topology changed during partition result retrieval. ## Topology changed during cache distribution retrieval. ## Topology changed during best-effort-affinity-unrelated query. # Check that jdbc thin best effort affinity works fine if cache is full an= d new data still coming. For given case we probably should decrease cache b= oundaries. # Check that proper connection is used if set of nodes we are connected to= and set of nodes derived from partitions ## Fully intersect; ## Partially intersect; ##=20 Doesn't intersect, i.e. ||User Specified||Derived from partitons|| |host:port1 - > UUID1 host:port2 -> UUID2|partition1 -> UUID3| No intersection, so random connection should be used. # Check client reconnection after failure. # Check that jdbc thin best effort affinity skipped if it is switched off. > JDBC Thin: best effort affinity > ------------------------------- > > Key: IGNITE-11287 > URL: https://issues.apache.org/jira/browse/IGNITE-11287 > Project: Ignite > Issue Type: New Feature > Components: jdbc > Reporter: Alexander Lapin > Priority: Major > Labels: iep-23 > Fix For: 2.8 > > > It's an umbrella ticket for implementing [IEP-23|https://cwiki.apache.org= /confluence/display/IGNITE/IEP-23%3A+Best+Effort+Affinity+for+thin+clients]= within the scope of JDBC Thin driver. -- This message was sent by Atlassian JIRA (v7.6.3#76005)