Re: [h2] Stall using MVCC

2013-09-30 Thread Rui Vilão
Right thanks. Rui On Mon, Sep 30, 2013 at 12:57 PM, Noel Grandin wrote: > Thomas is working on it in his spare time, so pretty much "sometime in > the next year or so" > On 2013-09-30 13:56, Rui Vilão wrote: >> Hi, >> >> Thank you for the quick reply. Do you have a date for that release >>

Re: [h2] Stall using MVCC

2013-09-30 Thread Noel Grandin
Thomas is working on it in his spare time, so pretty much "sometime in the next year or so" On 2013-09-30 13:56, Rui Vilão wrote: Hi, Thank you for the quick reply. Do you have a date for that release already? Thanks, Rui On Mon, Sep 30, 2013 at 12:46 PM, Noel Grandin

Re: [h2] Stall using MVCC

2013-09-30 Thread Rui Vilão
Hi, Thank you for the quick reply. Do you have a date for that release already? Thanks,  Rui On Mon, Sep 30, 2013 at 12:46 PM, Noel Grandin wrote: > MVCC has various issues. Some people use it successfully, for others it > doesn't work so well. > The basic advice, for now, is "don't

Re: [h2] Stall using MVCC

2013-09-30 Thread Noel Grandin
MVCC has various issues. Some people use it successfully, for others it doesn't work so well. The basic advice, for now, is "don't use it if it causes you problems". We're not going to work on fixing any bugs in MVCC itself because Thomas is working on a replacement engine which does MVCC mo

[h2] Stall using MVCC

2013-09-30 Thread Rui Vilão
Hi all, My application is stalling when using MVCC. I'm using the 1.3.173 version embedded in another application. I was able to reproduce the exact same behaviour with 1.3.164 but analysing the thread dump using that version it seemed to me that it was a deadlock. With the most recent version