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 392EB200B49 for ; Wed, 20 Jul 2016 04:33:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 37924160A8B; Wed, 20 Jul 2016 02:33:03 +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 A6BB9160A76 for ; Wed, 20 Jul 2016 04:33:02 +0200 (CEST) Received: (qmail 72228 invoked by uid 500); 20 Jul 2016 02:33:01 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 72218 invoked by uid 99); 20 Jul 2016 02:33:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2016 02:33:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 44293C24E9 for ; Wed, 20 Jul 2016 02:33:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.169 X-Spam-Level: * X-Spam-Status: No, score=1.169 tagged_above=-999 required=6.31 tests=[FREEMAIL_ENVFROM_END_DIGIT=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7lQu50p_EMIr for ; Wed, 20 Jul 2016 02:32:59 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id CD4D35F472 for ; Wed, 20 Jul 2016 02:32:58 +0000 (UTC) Received: from malf.nabble.com (unknown [162.253.133.59]) by mbob.nabble.com (Postfix) with ESMTP id 1175A2CDA0CC for ; Tue, 19 Jul 2016 19:09:35 -0700 (PDT) Date: Tue, 19 Jul 2016 19:15:49 -0700 (PDT) From: ght230 To: user@ignite.apache.org Message-ID: <1468980949162-6402.post@n6.nabble.com> In-Reply-To: <1468970892611-6395.post@n6.nabble.com> References: <1468916266887-6375.post@n6.nabble.com> <1468970892611-6395.post@n6.nabble.com> Subject: Re: Can not start another client when doing ContinuousAsyncQuery MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 20 Jul 2016 02:33:03 -0000 I found it is related to "peerClassLoadingEnabled". If it is setted "true", client started failed. If it is setted "false", client started OK. The test sequence is: 1. Start a Ignite Server. 2. Start a Ignite client to do ContinuousAsyncQuery. 3. Start another Ignite client before step 2 has finished(It failed). -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-not-start-another-client-when-doing-ContinuousAsyncQuery-tp6375p6402.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.