Re: Default transaction timeout on screen widget

2019-10-06 Thread Paul Foxworthy
On Tue, 1 Oct 2019 at 19:06, Scott Gray wrote: > Hi Paul, > > I've never seen a transaction timeout actually cause locks to be released > ahead of time before the transaction finally attempts to commit, are you > saying that happens? OK, now we need to talk about context. The OFBiz

Re: Default transaction timeout on screen widget

2019-10-01 Thread Scott Gray
Hi Paul, I've never seen a transaction timeout actually cause locks to be released ahead of time before the transaction finally attempts to commit, are you saying that happens? In my experience if you have a 60 second timeout but your transaction doesn't try to commit for 15 minutes then the

Re: Default transaction timeout on screen widget

2019-09-25 Thread Paul Foxworthy
On Tue, 17 Sep 2019 at 18:45, Scott Gray wrote: > Has anyone ever had a good experience with transaction timeouts? I feel > like they achieve nothing useful in that: > 1. They don't interrupt any work that is taking too long (they just prevent > it from being committed) > 2. By the time the

Re: Default transaction timeout on screen widget

2019-09-22 Thread Scott Gray
Hi Nicolas, I have no objection but I don't think it is something I would ever use. I would either fix the screen or increase the timeout for that specific screen. Regards Scott On Fri, 20 Sep 2019 at 20:20, Nicolas Malin wrote: > Hello Scott, thanks for your return, > > in line ... > > On

Re: Default transaction timeout on screen widget

2019-09-20 Thread Nicolas Malin
Hello Scott, thanks for your return, in line ... On 9/17/19 10:45 AM, Scott Gray wrote: Has anyone ever had a good experience with transaction timeouts? I feel like they achieve nothing useful in that: 1. They don't interrupt any work that is taking too long (they just prevent it from being

Re: Default transaction timeout on screen widget

2019-09-20 Thread Gil Portenseigne
Same feeling here, i just see it as a smell to analyse, to detect bad design, system failure (disk access...) or regression. Regards Gil Le 20:45 - mardi 17 sept., Scott Gray a écrit : > Has anyone ever had a good experience with transaction timeouts? I feel > like they achieve nothing useful

Re: Default transaction timeout on screen widget

2019-09-17 Thread Scott Gray
Has anyone ever had a good experience with transaction timeouts? I feel like they achieve nothing useful in that: 1. They don't interrupt any work that is taking too long (they just prevent it from being committed) 2. By the time the exception is thrown, all the work is already done and the

Default transaction timeout on screen widget

2019-09-10 Thread Nicolas Malin
Hi all, Since I increase the sensibility of error message [1], we have on different screen that take some time to rendering an  error throw due to transaction timeout. By default each screen is rendering with the default timeout (60s) that isn't enough when you have big data compilation or