From dev-return-39235-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Sep 17 17:09:03 2018 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 ED667180627 for ; Mon, 17 Sep 2018 17:09:02 +0200 (CEST) Received: (qmail 97863 invoked by uid 500); 17 Sep 2018 15:09:02 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 97852 invoked by uid 99); 17 Sep 2018 15:09:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2018 15:09:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A14811824C6 for ; Mon, 17 Sep 2018 15:09:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id SRZzjFBlWjhk for ; Mon, 17 Sep 2018 15:09:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id CEEC35F27D for ; Mon, 17 Sep 2018 15:09:00 +0000 (UTC) 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 68451E02BE for ; Mon, 17 Sep 2018 15:09: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 3348123F9C for ; Mon, 17 Sep 2018 15:09:00 +0000 (UTC) Date: Mon, 17 Sep 2018 15:09:00 +0000 (UTC) From: "Stepan Pilschikov (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-9621) MVCC: sqlline warning that transactions are not supported MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Stepan Pilschikov created IGNITE-9621: ----------------------------------------- Summary: MVCC: sqlline warning that transactions are not suppo= rted Key: IGNITE-9621 URL: https://issues.apache.org/jira/browse/IGNITE-9621 Project: Ignite Issue Type: Bug Components: mvcc Affects Versions: 2.7 Reporter: Stepan Pilschikov MVCC enabled --autoCommit=3Dtrue In sqlline first initial lines throwing warning message: ``` =1B[1;34missuing: !connect jdbc:ignite:thin://127.0.0.1:10800 '' '' org.apa= che.ignite.IgniteJdbcThinDriver=1B[m =1B[1;34mConnecting to jdbc:ignite:thin://127.0.0.1:10800=1B[m =1B[1;34mConnected to: Apache Ignite (version 2.7.1#19700101-sha1:00000000)= =1B[m =1B[1;34mDriver: Apache Ignite Thin JDBC Driver (version 2.7.1#19700101-sha= 1:00000000)=1B[m =1B[1;34mAutocommit status: false=1B[m Sep 17, 2018 5:44:32 PM org.apache.ignite.internal.jdbc.thin.JdbcThinConnec= tion setTransactionIsolation WARNING: Transactions are not supported. Sep 17, 2018 5:44:32 PM org.apache.ignite.internal.jdbc.thin.JdbcThinConnec= tion getTransactionIsolation WARNING: Transactions are not supported. =1B[1;34mTransaction isolation: TRANSACTION_REPEATABLE_READ=1B[m sqlline version 1.3.0 0: jdbc:ignite:thin://127.0.0.1:10800> ``` -- This message was sent by Atlassian JIRA (v7.6.3#76005)