From user-return-20653-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Jul 25 10:28:35 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 7ADE318062C for ; Wed, 25 Jul 2018 10:28:35 +0200 (CEST) Received: (qmail 48104 invoked by uid 500); 25 Jul 2018 08:28:34 -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 48093 invoked by uid 99); 25 Jul 2018 08:28:34 -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; Wed, 25 Jul 2018 08:28:34 +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 0E651180582 for ; Wed, 25 Jul 2018 08:28:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.971 X-Spam-Level: X-Spam-Status: No, score=0.971 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972] 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 nB2tNSiwJeW1 for ; Wed, 25 Jul 2018 08:27:50 +0000 (UTC) Received: from n6.nabble.com (n6.nabble.com [162.255.23.37]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3C0605FB3D for ; Wed, 25 Jul 2018 08:23:11 +0000 (UTC) Received: from n6.nabble.com (localhost [127.0.0.1]) by n6.nabble.com (Postfix) with ESMTP id 543A5884509E for ; Wed, 25 Jul 2018 01:23:05 -0700 (MST) Date: Wed, 25 Jul 2018 01:23:05 -0700 (MST) From: Ray To: user@ignite.apache.org Message-ID: <1532506985341-0.post@n6.nabble.com> Subject: Can't write to Ignite cluster when one node in baseline is down MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I'm running a 3 node Ignite 2.6 cluster with persistence store enabled. I tested this following use case. 1. Start all three nodes. 2. Activate the cluster 3. Stop one of the node 4. Start ingesting data But I got following exception in step 4. class org.apache.ignite.internal.cluster.ClusterTopologyServerNotFoundException: Failed to find server node for cache (all affinity nodes have left the grid or cache was stopped): Is this expected behavior? Does it mean if one node in baseline is down, then no data can be ingested into this cluster? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/