Error in JDBC store

2016-12-29 Thread Dmitriy Karachentsev
Hi all! According to this thread [1] in JDBC store configuration: 1. Map key and value fields to the same columns in DB. 2. Try to update data. 3. Got invalid SQL. Let's see an pseudocode example of described use case. KeyClass { field1; field2; field3 }, ValClass { field1; field2; field3 } Map

Re: Service proxy API changes

2016-11-16 Thread Dmitriy Karachentsev
gt; > > > > > On 15.11.2016 19:47, Valentin Kulichenko wrote: > > > >> I would still add a timeout there. In my view, it makes sense to have > such > >> option. Currently user thread can block indefinitely or loop in > >> while(true) >

Re: Service proxy API changes

2016-11-15 Thread Dmitriy Karachentsev
Perfect, thanks! On Tue, Nov 15, 2016 at 5:56 PM, Vladimir Ozerov <voze...@gridgain.com> wrote: > To avoid log pollution we usually use LT class (alias for GridLogThrottle). > Please check if it can help you. > > On Tue, Nov 15, 2016 at 5:48 PM, Dmitriy Karachent

Re: Service proxy API changes

2016-11-15 Thread Dmitriy Karachentsev
uring job execution in case it was impossible > > to deserialize the job on receiver side. It was resolved properly - we > > caught exception on receiver side and reported it back sender side. > > > > I believe we must do the same for services. Otherwise we may end up in >

Service proxy API changes

2016-11-15 Thread Dmitriy Karachentsev
Hi Igniters! I'd like to modify our public API and add IgniteServices.serviceProxy() method with timeout argument as part of the task https://issues.apache.org/jira/browse/IGNITE-3862 In short, without timeout, in case of serialization error, or so, service acquirement may hang and infinitely