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 15231200C7C for ; Mon, 5 Jun 2017 17:37:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 13C24160BD4; Mon, 5 Jun 2017 15:37:58 +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 0DEC2160BBF for ; Mon, 5 Jun 2017 17:37:56 +0200 (CEST) Received: (qmail 71423 invoked by uid 500); 5 Jun 2017 15:37:56 -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 71414 invoked by uid 99); 5 Jun 2017 15:37:56 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2017 15:37:56 +0000 Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.161.178]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id C2A171A002E for ; Mon, 5 Jun 2017 15:37:55 +0000 (UTC) Received: by mail-yw0-f178.google.com with SMTP id l74so56237114ywe.2 for ; Mon, 05 Jun 2017 08:37:55 -0700 (PDT) X-Gm-Message-State: AODbwcDI+vJ8UDjbAgSESBtq9ov/LVNEFUKUmTI95stmywOkSwqGxqmL T2C9/xZGvRpczDSyalBVQ4Gx2mDlQd7b X-Received: by 10.13.241.69 with SMTP id a66mr15356986ywf.155.1496677075005; Mon, 05 Jun 2017 08:37:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.239.69 with HTTP; Mon, 5 Jun 2017 08:37:54 -0700 (PDT) In-Reply-To: References: From: Nikolai Tikhonov Date: Mon, 5 Jun 2017 18:37:54 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: vertx-ignite To: user@ignite.apache.org Content-Type: multipart/alternative; boundary="94eb2c033d1c665ab0055138495f" archived-at: Mon, 05 Jun 2017 15:37:58 -0000 --94eb2c033d1c665ab0055138495f Content-Type: text/plain; charset="UTF-8" Hi Anil, You missed a template for caches (lines 90-97). On Sat, May 13, 2017 at 12:05 PM, Anil wrote: > Hi Andrey, > > Could you please help me here? Thanks. > > Thanks > > On 11 May 2017 at 14:16, Anil wrote: > >> Hi Andrey, >> >> I am checking the default-ignite.xml at https://github.com/apacheig >> nite/vertx-ignite/blob/master/src/main/resources/default-ignite.xml >> >> Could you please point what is missing in my configuration ? >> >> I could not find anything in default-ignite.xml. >> >> Thanks >> >> On 11 May 2017 at 11:07, Anil wrote: >> >>> HI Andrey, >>> >>> i am using vertx-ignite 3.4.1 and ignite 1.9 version. i will check the >>> default-ignite.xml. >>> >>> Thanks >>> >>> On 10 May 2017 at 21:31, Andrey Gura wrote: >>> >>>> Anil, >>>> >>>> What version of vertx-ignite or Ignite itself do you use? >>>> >>>> In provided ignite.xml there is no minimal configuration that is >>>> mandatory for Ignite cluster manager for vert.x (see >>>> default-ignite.xml for example). >>>> >>>> >>>> On Tue, May 2, 2017 at 9:18 AM, Anil wrote: >>>> > >>>> > Hi Andrey, >>>> > >>>> > Apologies for late reply. I don't have any exact reproduce. I can see >>>> this >>>> > log frequently in our logs. >>>> > >>>> > attached the ignite.xml. >>>> > >>>> > Thanks. >>>> > >>>> > >>>> > >>>> > On 26 April 2017 at 18:32, Andrey Gura wrote: >>>> >> >>>> >> Anil, >>>> >> >>>> >> what kind of lock do you mean? What are steps for reproduce? What >>>> >> version if vert-ignite do use and what is your configuration? >>>> >> >>>> >> On Wed, Apr 26, 2017 at 2:16 PM, Anil wrote: >>>> >> > HI, >>>> >> > >>>> >> > I am using vertx-ignite and when node is left the topology, lock >>>> is not >>>> >> > getting released and whole server is not responding. >>>> >> > >>>> >> > 2017-04-26 04:09:15 WARN vertx-blocked-thread-checker >>>> >> > BlockedThreadChecker:57 - Thread >>>> >> > Thread[vert.x-worker-thread-82,5,ignite] >>>> >> > has been blocked for 2329981 ms, time limit is 60000 >>>> >> > io.vertx.core.VertxException: Thread blocked >>>> >> > at sun.misc.Unsafe.park(Native Method) >>>> >> > at >>>> >> > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) >>>> >> > at >>>> >> > >>>> >> > java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAn >>>> dCheckInterrupt(AbstractQueuedSynchronizer.java:836) >>>> >> > at >>>> >> > >>>> >> > java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcqu >>>> ireSharedInterruptibly(AbstractQueuedSynchronizer.java:997) >>>> >> > at >>>> >> > >>>> >> > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquir >>>> eSharedInterruptibly(AbstractQueuedSynchronizer.java:1304) >>>> >> > at >>>> >> > >>>> >> > org.apache.ignite.internal.util.future.GridFutureAdapter.get >>>> 0(GridFutureAdapter.java:161) >>>> >> > at >>>> >> > >>>> >> > org.apache.ignite.internal.util.future.GridFutureAdapter.get >>>> (GridFutureAdapter.java:119) >>>> >> > at >>>> >> > >>>> >> > org.apache.ignite.internal.processors.cache.distributed.dht. >>>> atomic.GridDhtAtomicCache.get0(GridDhtAtomicCache.java:488) >>>> >> > at >>>> >> > >>>> >> > org.apache.ignite.internal.processors.cache.GridCacheAdapter >>>> .get(GridCacheAdapter.java:4663) >>>> >> > at >>>> >> > >>>> >> > org.apache.ignite.internal.processors.cache.GridCacheAdapter >>>> .get(GridCacheAdapter.java:1388) >>>> >> > at >>>> >> > >>>> >> > org.apache.ignite.internal.processors.cache.IgniteCacheProxy >>>> .get(IgniteCacheProxy.java:1117) >>>> >> > at io.vertx.spi.cluster.ignite.im >>>> pl.MapImpl.get(MapImpl.java:81) >>>> >> > at >>>> >> > io.vertx.core.impl.HAManager.chooseHashedNode(HAManager.java:590) >>>> >> > at io.vertx.core.impl.HAManager.c >>>> heckSubs(HAManager.java:519) >>>> >> > at io.vertx.core.impl.HAManager.n >>>> odeLeft(HAManager.java:305) >>>> >> > at io.vertx.core.impl.HAManager.a >>>> ccess$100(HAManager.java:107) >>>> >> > at io.vertx.core.impl.HAManager$1 >>>> .nodeLeft(HAManager.java:157) >>>> >> > at >>>> >> > >>>> >> > io.vertx.spi.cluster.ignite.IgniteClusterManager.lambda$null >>>> $4(IgniteClusterManager.java:254) >>>> >> > at >>>> >> > >>>> >> > io.vertx.spi.cluster.ignite.IgniteClusterManager$$Lambda$36/ >>>> 837728834.handle(Unknown >>>> >> > Source) >>>> >> > at >>>> >> > >>>> >> > io.vertx.core.impl.ContextImpl.lambda$executeBlocking$1(Cont >>>> extImpl.java:271) >>>> >> > at >>>> >> > io.vertx.core.impl.ContextImpl$$Lambda$13/116289363.run(Unknown >>>> >> > Source) >>>> >> > at io.vertx.core.impl.TaskQueue.l >>>> ambda$new$0(TaskQueue.java:60) >>>> >> > at io.vertx.core.impl.TaskQueue$$ >>>> Lambda$12/443290224.run(Unknown >>>> >> > Source) >>>> >> > at >>>> >> > >>>> >> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool >>>> Executor.java:1142) >>>> >> > at >>>> >> > >>>> >> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo >>>> lExecutor.java:617) >>>> >> > at java.lang.Thread.run(Thread.java:745) >>>> >> > >>>> >> > was it a known issue ? >>>> >> > >>>> >> > Thanks >>>> > >>>> > >>>> >>> >>> >> > --94eb2c033d1c665ab0055138495f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Anil,

You missed a template for cach= es (lines 90-97).

On Sat, May 13, 2017 at 12:05 PM, Anil <anilklce@gmail.com> wrote:
Hi A= ndrey,

Could you please help me here? Thanks.
=
Thanks

On 11 May 2017 at 1= 4:16, Anil <anilklce@gmail.com> wrote:
Hi Andrey,


Could= you please point what is missing in my configuration ?

I could not find anything in default-ignite.xml.

=
Thanks

On 11 May 2017 at 11:07, Anil <anilklce@gmail.com> wr= ote:
HI Andrey,

=
i am using vertx-ignite 3.4.1 and ignite 1.9 version. i will che= ck the default-ignite.xml.

Thanks

On 10 May 2017 at 21:3= 1, Andrey Gura <agura@apache.org> wrote:
Anil,

What version of vertx-ignite or Ignite itself do you use?

In provided ignite.xml there is no minimal configuration that is
mandatory for Ignite cluster manager for vert.x (see
default-ignite.xml for example).


On Tue, May 2, 2017 at 9:18 AM, Anil <anilklce@gmail.com> wrote:
>
> Hi Andrey,
>
> Apologies for late reply. I don't have any exact reproduce. I can = see this
> log frequently in our logs.
>
> attached the ignite.xml.
>
> Thanks.
>
>
>
> On 26 April 2017 at 18:32, Andrey Gura <agura@apache.org> wrote:
>>
>> Anil,
>>
>> what kind of lock do you mean? What are steps for reproduce? What<= br> >> version if vert-ignite do use and what is your configuration?
>>
>> On Wed, Apr 26, 2017 at 2:16 PM, Anil <anilklce@gmail.com> wrote:
>> > HI,
>> >
>> > I am using vertx-ignite and when node is left the topology, l= ock is not
>> > getting released and whole server is not responding.
>> >
>> > 2017-04-26 04:09:15 WARN=C2=A0 vertx-blocked-thread-checker >> > BlockedThreadChecker:57 - Thread
>> > Thread[vert.x-worker-thread-82,5,ignite]
>> > has been blocked for 2329981 ms, time limit is 60000
>> > io.vertx.core.VertxException: Thread blocked
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.misc.Unsafe.park(Nati= ve Method)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> > java.util.concurrent.locks.LockSupport.park(LockSupport.= java:175)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > java.util.concurrent.locks.AbstractQueuedSynchronizer.pa= rkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > java.util.concurrent.locks.AbstractQueuedSynchronizer.do= AcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997) >> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > java.util.concurrent.locks.AbstractQueuedSynchronizer.ac= quireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304) >> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > org.apache.ignite.internal.util.future.GridFutureAdapter= .get0(GridFutureAdapter.java:161)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > org.apache.ignite.internal.util.future.GridFutureAdapter= .get(GridFutureAdapter.java:119)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > org.apache.ignite.internal.processors.cache.distributed.dht= .atomic.GridDhtAtomicCache.get0(GridDhtAtomicCache.java:488)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > org.apache.ignite.internal.processors.cache.GridCacheAdapte= r.get(GridCacheAdapter.java:4663)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > org.apache.ignite.internal.processors.cache.GridCacheAdapte= r.get(GridCacheAdapter.java:1388)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > org.apache.ignite.internal.processors.cache.IgniteCacheProx= y.get(IgniteCacheProxy.java:1117)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at io.vertx.spi.cluster.ignite.impl.MapImpl.get(MapImpl.java:81)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> > io.vertx.core.impl.HAManager.chooseHashedNode(HAManager.= java:590)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at io.vertx.core.impl.HAMana= ger.checkSubs(HAManager.java:519)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at io.vertx.core.impl.HAMana= ger.nodeLeft(HAManager.java:305)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at io.vertx.core.impl.HAMana= ger.access$100(HAManager.java:107)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at io.vertx.core.impl.HAMana= ger$1.nodeLeft(HAManager.java:157)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > io.vertx.spi.cluster.ignite.IgniteClusterManager.lambda$= null$4(IgniteClusterManager.java:254)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > io.vertx.spi.cluster.ignite.IgniteClusterManager$$Lambda= $36/837728834.handle(Unknown
>> > Source)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > io.vertx.core.impl.ContextImpl.lambda$executeBlocking$1(= ContextImpl.java:271)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> > io.vertx.core.impl.ContextImpl$$Lambda$13/116289363.run(= Unknown
>> > Source)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at io.vertx.core.impl.TaskQu= eue.lambda$new$0(TaskQueue.java:60)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at io.vertx.core.impl.TaskQu= eue$$Lambda$12/443290224.run(Unknown
>> > Source)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > java.util.concurrent.ThreadPoolExecutor.runWorker(Thread= PoolExecutor.java:1142)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at
>> >
>> > java.util.concurrent.ThreadPoolExecutor$Worker.run(Threa= dPoolExecutor.java:617)
>> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at java.lang.Thread.run(Thre= ad.java:745)
>> >
>> > was it a known issue ?
>> >
>> > Thanks
>
>




--94eb2c033d1c665ab0055138495f--