Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1601118E01 for ; Mon, 21 Sep 2015 17:32:08 +0000 (UTC) Received: (qmail 42455 invoked by uid 500); 21 Sep 2015 17:32:08 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 42412 invoked by uid 500); 21 Sep 2015 17:32:07 -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 42401 invoked by uid 99); 21 Sep 2015 17:32:07 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2015 17:32:07 +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 449011800B1 for ; Mon, 21 Sep 2015 17:32:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.299 X-Spam-Level: **** X-Spam-Status: No, score=4.299 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_BADIPHTTP=2, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, WEIRD_PORT=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id qrzXmOEiD3PF for ; Mon, 21 Sep 2015 17:32:05 +0000 (UTC) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com [209.85.223.182]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 83D6320382 for ; Mon, 21 Sep 2015 17:32:04 +0000 (UTC) Received: by ioii196 with SMTP id i196so127956943ioi.3 for ; Mon, 21 Sep 2015 10:31:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=490cJGruVLchUDIu14LVhjEloxGIgqQIVNS6zt1N3aA=; b=RviCfa6Dwh8yw0ooQNOe6xwpDio5Dulv7WW262WMIMDJBI77c3/MAzL9oyg505jVoo hT79TW+XkIF6EW1p5HVXapHMR5+ZFFs1ap4++ogxzPOtrJPjnFM8bFsfFFbtSkbzMy/L j5CW2KWiIAAuC61bjPyCAaKFx7DokhreDOoXnToI7DelnpEbt0CxjijVHSJcAdIc2ukV 8cLmVX7LRVwAmA7jSU0EOm8G0BYjYiPO22IZTI/B8jWPXbnTUc+XwvORfd/XZpBXC2GV 0nhMv5HSAubJ5Ue0wJ37ATqJZxLP5j8WZq7V4+8VEEX31l00OvgiaXKZwoX8Y7ZXCbck wJig== X-Gm-Message-State: ALoCoQlZ7oUfmTMJAP/K8vHA4Ha6LBCDTcffb/ADSsU/J58qVRhYYjlROH5N2CJTKCKekmRPvVMf MIME-Version: 1.0 X-Received: by 10.107.166.201 with SMTP id p192mr32276769ioe.0.1442856717432; Mon, 21 Sep 2015 10:31:57 -0700 (PDT) Received: by 10.64.225.175 with HTTP; Mon, 21 Sep 2015 10:31:57 -0700 (PDT) Date: Mon, 21 Sep 2015 20:31:57 +0300 Message-ID: Subject: Client node throws exception when server node killed From: Artem Shutak To: dev@ignite.apache.org Content-Type: multipart/alternative; boundary=001a1141f3381ad94d05204542ee --001a1141f3381ad94d05204542ee Content-Type: text/plain; charset=UTF-8 Igniters, In process of working on [1] I've found that Ignite client node throws CacheException which caused by IgniteClientDisconnectedException (stack trace below) sometimes when I kill one server node at cluster. It looks like not expected behavior for me. Is it know issue? My configuration: - 3 server nodes - 2 client nodes - discovery configuration: 127.0.0.1:47500 127.0.0.1:47501 127.0.0.1:47502 [1] https://issues.apache.org/jira/browse/IGNITE-1397 -- Artem -- javax.cache.CacheException: class org.apache.ignite.IgniteClientDisconnectedException: Operation has been cancelled (client node disconnected). at org.apache.ignite.internal.processors.cache.GridCacheUtils.convertToCacheException(GridCacheUtils.java:1621) at org.apache.ignite.internal.processors.cache.IgniteCacheProxy.cacheException(IgniteCacheProxy.java:1749) at org.apache.ignite.internal.processors.cache.IgniteCacheProxy.get(IgniteCacheProxy.java:815) at org.apache.ignite.yardstick.cache.failover.IgniteAtomicRetriesFailoverBenchmark.test(IgniteAtomicRetriesFailoverBenchmark.java:39) at org.yardstickframework.impl.BenchmarkRunner$2.run(BenchmarkRunner.java:165) at java.lang.Thread.run(Thread.java:745) Caused by: class org.apache.ignite.IgniteClientDisconnectedException: Operation has been cancelled (client node disconnected). at org.apache.ignite.internal.util.IgniteUtils$14.apply(IgniteUtils.java:801) at org.apache.ignite.internal.util.IgniteUtils$14.apply(IgniteUtils.java:799) ... 6 more Caused by: class org.apache.ignite.internal.IgniteClientDisconnectedCheckedException: Operation has been cancelled (client node disconnected). at org.apache.ignite.internal.processors.cache.GridCacheMvccManager.disconnectedError(GridCacheMvccManager.java:360) at org.apache.ignite.internal.processors.cache.GridCacheMvccManager.onDisconnected(GridCacheMvccManager.java:334) at org.apache.ignite.internal.processors.cache.GridCacheSharedContext.onDisconnected(GridCacheSharedContext.java:141) at org.apache.ignite.internal.processors.cache.GridCacheProcessor.onDisconnected(GridCacheProcessor.java:997) at org.apache.ignite.internal.IgniteKernal.onDisconnected(IgniteKernal.java:2983) at org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$5.onDiscovery(GridDiscoveryManager.java:592) at org.apache.ignite.spi.discovery.tcp.ClientImpl$MessageWorker.notifyDiscovery(ClientImpl.java:2024) at org.apache.ignite.spi.discovery.tcp.ClientImpl$MessageWorker.notifyDiscovery(ClientImpl.java:2005) at org.apache.ignite.spi.discovery.tcp.ClientImpl$MessageWorker.body(ClientImpl.java:1422) at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62) --001a1141f3381ad94d05204542ee--