Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C57F820049E for ; Thu, 10 Aug 2017 14:58:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C3EEA16B3EC; Thu, 10 Aug 2017 12:58:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 17A2916B3EA for ; Thu, 10 Aug 2017 14:58:41 +0200 (CEST) Received: (qmail 95314 invoked by uid 500); 10 Aug 2017 12:58:41 -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 95302 invoked by uid 99); 10 Aug 2017 12:58:40 -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; Thu, 10 Aug 2017 12:58:40 +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 87A521807DD for ; Thu, 10 Aug 2017 12:58:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.474 X-Spam-Level: *** X-Spam-Status: No, score=3.474 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FORGED_MUA_MOZILLA=1.596, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=yahoo.com Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id wP_JHXxTEovX for ; Thu, 10 Aug 2017 12:58:38 +0000 (UTC) Received: from sonic306-22.consmr.mail.ne1.yahoo.com (sonic306-22.consmr.mail.ne1.yahoo.com [66.163.189.84]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 3B26A5FAEA for ; Thu, 10 Aug 2017 12:58:37 +0000 (UTC) X-YMail-OSG: Gkj2EOIVM1kjlWYgPUdGmro8L0bOeaHkQpA6H9.nVIvjI7sJU_oEHjhTgx43YjU vazJyQYt1StJXJAxRv4qDHHGZaa9yeBzzZ8rnVNjj4psTZ7CByKAwX9AwNTaQu.sQw_JtxwFKoDw K0RjMM5HPTeVi0_Z95UldAO4HqC3SB4TnbCiaujeL_37H9e8_t74BH6HzFnLB6oK3780ofUT1XKG rktE0tLz_XRG__YESC4zndF8ew3Yos9nMr3k17XTD6HZC_PwdsuxqfgOrmeIewCZLWPLAF_99Vid 0HgMZoiGpEAcbMNG9kDwKRKT2pAmqOvg_ERPY0iKmMSKv0qCGc28Y7Dz.cxAiK.l5IAVejnln_fD W9pCnXgSMvUEwrkB5H3e87iRQgGsJxK_cuzxlGaa7ylhZA4ljg1U4No.8lxX6dZKW1cgUX4EHkAO TFx52jWWBeegwx._70i.DD7aTCnv5Vt4s5a3UZXVk35k7qh7NEJX2vANMKRdMWn3JeAh5 Received: from sonic.gate.mail.ne1.yahoo.com by sonic306.consmr.mail.ne1.yahoo.com with HTTP; Thu, 10 Aug 2017 12:58:36 +0000 Date: Thu, 10 Aug 2017 12:58:33 +0000 (UTC) From: Alexey Kukushkin Reply-To: Alexey Kukushkin To: Message-ID: <232907775.1100776.1502369913912@mail.yahoo.com> In-Reply-To: References: Subject: Re: [jira] [Created] (IGNITE-6026) init cluster for Ignite Ignite Persistence by xml MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1100775_1160625148.1502369913909" X-Mailer: WebService/1.1.10318 YMailNorrin Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 archived-at: Thu, 10 Aug 2017 12:58:43 -0000 ------=_Part_1100775_1160625148.1502369913909 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Alex, The main idea from the API perspective is that Ignite Persistence is transp= arent for the API. After you enable persistence all your APIs including get= /put, SQL, etc would work as before.=C2=A0 Enable Persistence with 1 line: =C2=A0=C2=A0=C2=A0=C2=A0 And then activate cluster explicitly -=C2=A0With script: ${IGNITE_HOME}/bin/control.sh --activate OR in the code: ignite.active(true); Best regards,=C2=A0Alexey On Thursday, August 10, 2017, 3:50:35 PM GMT+3, Alex Negashev (JIRA) wrote: Alex Negashev created IGNITE-6026: ------------------------------------- =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Summary: init cluster for Ignite= =C2=A0 Ignite Persistence by xml=20 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Key: IGNITE-6026 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 URL: https://issues= .apache.org/jira/browse/IGNITE-6026 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Project: Ignite =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Issue Type: Wish =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Components: cache, examples, persistence =C2=A0 =C2=A0 Affects Versions: 2.1 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Environment: ignite in docker with zk =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Reporter: Alex Negashev Hello! We use Ignite 2.1 and would like to use Ignite Persistence, how i ca= n do this with out java code? xml only. Example attached. -- This message was sent by Atlassian JIRA (v6.4.14#64029) ------=_Part_1100775_1160625148.1502369913909--