Re: How to troubleshoot a slow client node get()

2017-04-06 Thread nragon
users.70518.x6.nabble.com/How-to-troubleshoot-a-slow-client-node-get-tp6250p11791.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to troubleshoot a slow client node get()

2016-07-19 Thread tracel
a 2016-07-19T19:26:24.210+0800 after read 2016-07-19T19:32:24.210+0800 before read merchant=com.foo.entity.Merchant@5ddeb7cb 2016-07-19T19:32:24.218+0800 after read I will try to test it for a longer time. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-trouble

Re: How to troubleshoot a slow client node get()

2016-07-19 Thread Yakov Zhdanov
> merchant=com.foo.entity.Merchant@30f842ca > 2016-07-19T17:40:25.187+0800 after read > 2016-07-19T17:46:25.187+0800 before read > merchant=com.foo.entity.Merchant@4d14b6c2 > 2016-07-19T17:46:30.245+0800 after read > 2016-07-19T17:53:30.246+0800 before read > merchant=com.foo.entity.Merchant@c05fddc > 2016-07-19T17:53:30.340+0800 after read > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-to-troubleshoot-a-slow-client-node-get-tp6250p6378.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: How to troubleshoot a slow client node get()

2016-07-19 Thread tracel
hant=com.foo.entity.Merchant@4d14b6c2 2016-07-19T17:46:30.245+0800 after read 2016-07-19T17:53:30.246+0800 before read merchant=com.foo.entity.Merchant@c05fddc 2016-07-19T17:53:30.340+0800 after read -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/

Re: How to troubleshoot a slow client node get()

2016-07-13 Thread Yakov Zhdanov
nutes. > > I will try disabling the shared memory communication, Thanks! > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-to-troubleshoot-a-slow-client-node-get-tp6250p6262.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: How to troubleshoot a slow client node get()

2016-07-13 Thread Dmitriy Setrakyan
> 16:17:11,969 [ INFO] CacheService:156 - ### After get() > 16:17:11,970 [ INFO] CacheService:150 - ### Before get() > 16:17:11,970 [ INFO] CacheService:62 - ##~ Before get() > 16:17:11,975 [ INFO] CacheService:62 - ##~ After get() > 16:17:11,976 [ INFO] CacheServic

Re: How to troubleshoot a slow client node get()

2016-07-13 Thread tracel
Thanks yakov, I am using a Linux box. The delay can also be observed after leaving client idle for some 3 to 10 minutes. I will try disabling the shared memory communication, Thanks! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-troubleshoot-a-slow

Re: How to troubleshoot a slow client node get()

2016-07-13 Thread Yakov Zhdanov
ient > node and server node were started on their own machines. > > - The symptom seems to occur when the client idle for a while (from 3 to 10 > minutes) > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-to-troubleshoot-a

Re: How to troubleshoot a slow client node get()

2016-07-13 Thread tracel
occur when the client idle for a while (from 3 to 10 minutes) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-troubleshoot-a-slow-client-node-get-tp6250p6259.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to troubleshoot a slow client node get()

2016-07-13 Thread tracel
:11,970 [ INFO] CacheService:150 - ### Before get() 16:17:11,970 [ INFO] CacheService:62 - ##~ Before get() 16:17:11,975 [ INFO] CacheService:62 - ##~ After get() 16:17:11,976 [ INFO] CacheService:156 - ### After get() -- View this message in context: http://apache-ignite-users.7

Re: How to troubleshoot a slow client node get()

2016-07-13 Thread Dmitriy Setrakyan
log.info("### Before get()"); > Vendor vendor = cache.get(vendorCode); > log.info("### After get()"); > > if (vendor == null) { > vendor = findVendorFromDB(vendorCode); > } > > ret

How to troubleshoot a slow client node get()

2016-07-13 Thread tracel
gnite-users.70518.x6.nabble.com/How-to-troubleshoot-a-slow-client-node-get-tp6250.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.