Internal Website Search

31-40 of 80 resultsRefresh

OptimisticLockException

block, or fail with an exception? If B blocks is there a timeout? c) to configure ... process A, does process B block, or fail with an exception? If B blocks is there a timeout? Default is immediate failure, timeout can be set - 

Log is almost empty (log level 'trace')

a non zero inactivity timeout (e.g. 600 seconds) may solve the problem. support Support ... relation. I'll try to play with inactivity timeout and let you know results. Yuri ... the server and sends that special code. If it happens again after setting inactivity timeout

Entity is not related to ObjectDB, but i get exception from ObjectDB

; <properties> <property name="javax.persistence.query.timeout" value="20000"/> <property name="javax.persistence.lock.timeout" value="2000"/>

500Mb ObjectDb database opening issue

500Mb ObjectDb database opening issue

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

;             <network inactivity-timeout ... ;          <network inactivity-timeout="5" />

Improvement in replication

kind of timeout for replicated transaction. So in case when master dies in the middle ... 'phase' will gradually timeout after switching to master. This isn't the most beautiful

How to do multithreading with embedded ObjectDB

a pessimistic locking timeout, e.g. by: Map<String, Integer> properties = Collections.singletonMap("javax.persistence.lock.timeout", 1000

each 1-2 days objects on some objectdb level lock/block each other

" /> <network inactivity-timeout="0" /> <url-history size="50" user="true ... /query/setting#query_hints">query timeout could also help, at least to kill queries ... >we already have a query timeout. All the client/server interaction is running through a webSocket connection

ObjectDB 2.3.1

;error message. Fixed a pessimistic lock timeout bug (issue #520 ... > Fixed a Doctor and Replication regression (Type session exceeds timeout). Removed

ObjectDB 2.2.4

Added support of JPA UPDATE and DELETE queries (issue #12). Added support of pessimistic lock timeout (javax.persistence.lock.timeout).