Re: Client got stucked on get operation

2017-04-12 Thread Andrey Mashenkov
gt;> >>>> Would you please provide full treaddump and full log? >>>> >>>> On Thu, Apr 6, 2017 at 4:08 PM, nragon >>> es.com> wrote: >>>> >>>>> Hi Andrew, >>>>> >>>>> Please note that the same flink

Re: Client got stucked on get operation

2017-04-12 Thread Alper Tekinalp
he thread dump Alper mentioned >>>> seemed >>>> alike and because his architecture with clients/servers are also very >>>> similiar to mine. >>>> >>>> Thanks >>>> >>>> >>>> >>>> >>>&g

Re: Client got stucked on get operation

2017-04-06 Thread Andrey Mashenkov
e of the thread dump Alper mentioned >>> seemed >>> alike and because his architecture with clients/servers are also very >>> similiar to mine. >>> >>> Thanks >>> >>> >>> >>> >>> >>> -- >>> View this message in cont

Re: Client got stucked on get operation

2017-04-06 Thread Andrey Mashenkov
nks > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Client-got-stucked-on-get-operation-tp11313p11780.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Best regards, Andrey V. Mashenkov

Re: Client got stucked on get operation

2017-04-06 Thread nragon
hread dump Alper mentioned seemed alike and because his architecture with clients/servers are also very similiar to mine. Thanks -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Client-got-stucked-on-get-operation-tp11313p11780.html Sent from the Apache Ignite

Re: Client got stucked on get operation

2017-04-06 Thread Alper Tekinalp
've attached my jfr file along with some other metrics and a test class >> with the same configurations. >> >> Thanks >> >> >> >> -- >> View this message in context: http://apache-ignite-users.705 >> 18.x6.nabble.com/Client-got-stucked-on

Re: Client got stucked on get operation

2017-04-06 Thread Andrey Mashenkov
near-cache-with-Apache-Flink-td11627.html > > I've attached my jfr file along with some other metrics and a test class > with the same configurations. > > Thanks > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Client-g

Re: Client got stucked on get operation

2017-04-06 Thread nragon
gnite-users.70518.x6.nabble.com/Client-got-stucked-on-get-operation-tp11313p11775.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Client got stucked on get operation

2017-04-06 Thread Andrey Mashenkov
Hi Alper, So, you have standalone Ignite instance on "cache server" and grid of 2 instances on "app servers". How are you access this standalone instance from "app servers"? With client ignite instances? Would you please provide its config? When you see some threads stucked on remote operation, t

Re: Client got stucked on get operation

2017-04-06 Thread Alper Tekinalp
Hi Andrey. You can find configuration files and basic structure in the attachment. App servers connects cache server as client programmatically so no configuration for that. On Tue, Apr 4, 2017 at 6:15 PM, Andrey Mashenkov wrote: > Hi Alper, > > Still not enough clear. Would you please share a

Re: Client got stucked on get operation

2017-04-04 Thread Andrey Mashenkov
Hi Alper, Still not enough clear. Would you please share a grid configuration? On Tue, Apr 4, 2017 at 4:45 PM, Alper Tekinalp wrote: > Hi Andrey. > > The structure is a bit complicated. Let me try to explane: We have 2 types > of applications: 1 is cache server which contains external caches, 1

Re: Client got stucked on get operation

2017-04-04 Thread Alper Tekinalp
Hi Andrey. The structure is a bit complicated. Let me try to explane: We have 2 types of applications: 1 is cache server which contains external caches, 1 is our application servers that runs the logic. Application servers also creates and maintains caches. We have 2 application servers that conne

Re: Client got stucked on get operation

2017-04-04 Thread Andrey Mashenkov
Hi Alper, Thread is waiting for result of remote get operation. Are you sure your server 1 is standalone and has its own topology? I can't understand, how 1 and 3 connects to 1 as client. Would you please clarify? On Tue, Apr 4, 2017 at 3:43 PM, Alper Tekinalp wrote: > Hi. > > Can someone poin

Re: Client got stucked on get operation

2017-04-04 Thread Alper Tekinalp
Hi. Can someone point me a direction that why a thread can stuck on the trace above? Where should I look for? How can I investicate the issue? Where should I look? On Mon, Mar 20, 2017 at 12:57 PM, Alper Tekinalp wrote: > Hi all. > > > We have 3 ignite servers. Server 1 works as standalone. Ser

Client got stucked on get operation

2017-03-20 Thread Alper Tekinalp
Hi all. We have 3 ignite servers. Server 1 works as standalone. Server 2 and 3 connects eachother as server but connects server 1 as client. In a point of the time server 3 got stucked at: at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java: