Re: [elephant-devel] Data mismatch

2008-03-02 Thread Leslie P. Polzer
> The following just happened with DB-Postmodern: Seems to be reproducible. I will check out whether this is resolved by Ian's multi-store indexed classes patch. Leslie ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.n

Re: [elephant-devel] Data mismatch

2008-03-02 Thread Leslie P. Polzer
PM caching was disabled all the time, by the way. ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel

[elephant-devel] Data mismatch

2008-03-02 Thread Leslie P. Polzer
The following just happened with DB-Postmodern: 1) Process A has been running for some time. 2) Process B was started. 3) Indexed class instances were added in B. 4) Those instances were visible in B, but not in A. 5) Both processes point to the same databases and are usually working correctly