Re: IGNITE-7285 Add default query timeout

2019-08-15 Thread Павлухин Иван
a discussion and choose a place > > > >> where a > > > >>>>>>>> "default query timeout" property will be configured. > > > >>>>>>>> > > > >>>>>>>> Gener

Re: IGNITE-7285 Add default query timeout

2019-06-18 Thread Павлухин Иван
; >> for > > >>>>>>>> queries to execute indefinitely. And I have no doubts that we > > >> can > > >>>>>>>> improve there. There could be several implementation > > >> strategies. One > > >>>>>>&

Re: IGNITE-7285 Add default query timeout

2019-06-15 Thread Saikat Maitra
;>>>>>> is adding a property to CacheConfiguration. But it opens > >> various > >>>>>>>> questions. E.g. how should it work if we execute SQL JOIN > >> spanning > >>>>>>>> multiple tables (caches)? Also I a

Re: IGNITE-7285 Add default query timeout

2019-05-06 Thread Ivan Pavlukhina
;>> multiple tables (caches)? Also I am concerned about queries >> executed >>>>>>>> not via cache.query() method. We have multiple alternative >> options, >>>>>>>> e.g. thin clients (IgniteClient.query) or JDBC. I believe that >>&g

Re: IGNITE-7285 Add default query timeout

2019-05-03 Thread Saikat Maitra
; > > > > > > > > > > > > > Hi Ivan, > > > > > > > > > > > > > > > > Thank you for your email. My understanding from the jira > issue was > > > > it > > >

Re: IGNITE-7285 Add default query timeout

2019-05-01 Thread Павлухин Иван
configuration for query default timeout. > > > > > > > > > > > > > > I need more info on the usage for this config property and if it > > > > > > > is > > > > > > shared > > > > > > > in this jira issue I can make changes or if ther

Re: IGNITE-7285 Add default query timeout

2019-05-01 Thread Павлухин Иван
; > > > issue > > > > > > I can assign myself. > > > > > > > > > > > > > > > > > > Regards, > > > > > > Saikat > > > > > > > > > > > > On Mon, Apr 22, 2019 at

Re: IGNITE-7285 Add default query timeout

2019-04-29 Thread Saikat Maitra
> > > > Regards, > > > > > Saikat > > > > > > > > > > On Mon, Apr 22, 2019 at 5:31 AM Павлухин Иван > > > > > wrote: > > > > > > > > > > > Hi Saikat, > > > > > > > > > > &g

Re: IGNITE-7285 Add default query timeout

2019-04-29 Thread Павлухин Иван
; wrote: > > > > > > > > > Hi Saikat, > > > > > > > > > > I see that a configuration property is added in PR but I do not see > > > > > how the property is used. Was it done intentionally? > > > > > > >

Re: IGNITE-7285 Add default query timeout

2019-04-27 Thread Saikat Maitra
Was it done intentionally? > > > > > > > > Also, we need to decide whether such timeout should be configured per > > > > cache or for all caches in one place. For example, we have already > > > > TransactionConfiguration#setDefaultTxTimeout wh

Re: IGNITE-7285 Add default query timeout

2019-04-24 Thread Alexey Kuznetsov
he or for all caches in one place. For example, we have already > > > TransactionConfiguration#setDefaultTxTimeout which is a global one. > > > > > > Share you thoughts. > > > > > > вс, 21 апр. 2019 г. в 00:38, Saikat Maitra

Re: IGNITE-7285 Add default query timeout

2019-04-24 Thread Павлухин Иван
imeout should be configured per > > cache or for all caches in one place. For example, we have already > > TransactionConfiguration#setDefaultTxTimeout which is a global one. > > > > Share you thoughts. > > > > вс, 21 апр. 2019 г. в 00:38, Saikat Maitra : > >

Re: IGNITE-7285 Add default query timeout

2019-04-22 Thread Saikat Maitra
ould be configured per > cache or for all caches in one place. For example, we have already > TransactionConfiguration#setDefaultTxTimeout which is a global one. > > Share you thoughts. > > вс, 21 апр. 2019 г. в 00:38, Saikat Maitra : > > > > Hi, > > > > I h

Re: IGNITE-7285 Add default query timeout

2019-04-22 Thread Павлухин Иван
#setDefaultTxTimeout which is a global one. Share you thoughts. вс, 21 апр. 2019 г. в 00:38, Saikat Maitra : > > Hi, > > I have raised a PR for the below issue. > > IGNITE-7285 Add default query timeout > > PR - https://github.com/apache/ignite/pull/6490 > > Please

IGNITE-7285 Add default query timeout

2019-04-20 Thread Saikat Maitra
Hi, I have raised a PR for the below issue. IGNITE-7285 Add default query timeout PR - https://github.com/apache/ignite/pull/6490 Please take a look and share feedback. Regards, Saikat

[jira] [Created] (IGNITE-7285) Add default query timeout

2017-12-21 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-7285: --- Summary: Add default query timeout Key: IGNITE-7285 URL: https://issues.apache.org/jira/browse/IGNITE-7285 Project: Ignite Issue Type: