Re: [h2] ArrayIndexOutOfBoundsException with multiple Threads using h2-1.3.176

2016-07-27 Thread Nick99
I have seen this on 1.3.175 in the customer's logs. Config: MVCC=TRUE;MULTI_THREADED=0;LOCK_MODE=3;LOCK_TIMEOUT=2; Here's a stacktrace: 2016-07-25T17:09:43,158 [ERROR][System.err] Caused by: org.h2.jdbc.JdbcSQLException: IO Exception: "java.io.IOException:

Re: [h2] ArrayIndexOutOfBoundsException with multiple Threads using h2-1.3.176

2014-07-11 Thread Thomas Mueller
Hi, I can reproduce the problem with version 1.3.x, or with version 1.4.x when disabling the MVStore (append ;mv_store=false to the database URL). With version 1.4.x (beta), that is with the MVStore, it does not occur. I'm not quite sure what the problem is, it looks like the LOB is removed a

[h2] ArrayIndexOutOfBoundsException with multiple Threads using h2-1.3.176

2014-07-09 Thread Torben Schinke
I get an unexpected IndexOutOfBounds-Exception in the LobStorageBackend when reading blobs from a table which gets concurrently updated from another thread (however the update is not performed on the blob-field). I attached a simple test case for that and I'm able to reproduce that quite