Quan, <br><br>Unstable is here:<br><br> <a href="http://www.common-lisp.net/project/elephant/darcs/elephant-unstable">http://www.common-lisp.net/project/elephant/darcs/elephant-unstable</a><br><br>Yarek<br><br><div class="gmail_quote">
On Mon, Dec 29, 2008 at 5:37 AM, Ian Eslick <span dir="ltr"><<a href="mailto:eslick@media.mit.edu">eslick@media.mit.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
That would be elephant-unstable<br>
<br>
Sent from my iPhone<br>
<div><div></div><div class="Wj3C7c"><br>
On Dec 29, 2008, at 7:36 AM, Ian Eslick <<a href="mailto:eslick@media.mit.edu">eslick@media.mit.edu</a>> wrote:<br>
<br>
> Hi Quan,<br>
><br>
> Can you try the latest darcs with BDB 4.6 or 4.7?  I made some changes<br>
> to migration, but I can't recall if they were in the latest darcs or<br>
> not - I think the latest darcs doesn't play well with BDB 4.5 so<br>
> please make sure you can reproduce under the above configuration if<br>
> you can.<br>
><br>
> Thank you,<br>
> Ian<br>
><br>
> On Dec 29, 2008, at 3:40 AM, quan hu wrote:<br>
><br>
>> Hello,<br>
>><br>
>>     I run into a problem when doing the garbage collection via data<br>
>> migration.<br>
>>     The environment is elephant 0.9.1 and BDB 4.5.  I also tried<br>
>> the latest elephant in darc and get the same result.<br>
>><br>
>>     1.  Test case to reproduce the problem.<br>
>><br>
>>           (defpclass user-profile()<br>
>>             ((id :initform nil :index t)<br>
>>             (sms-inbox  :initform (make-pset))))<br>
>><br>
>>            ;; Create a new db for test purpose<br>
>>           (setf *migrate-src* (open-store '(:bdb "/tmp/db/src/")))<br>
>>           (setf *test-obj* (make-instance 'user-profile :sc<br>
>> *migrate-src*))<br>
>>            (insert-item 'foo (slot-value *test-obj* 'sms-inbox))<br>
>>            (setf *migrate-dst* (open-store '(:bdb "/tmp/db/dst/")))<br>
>><br>
>>          TEST> (migrate *migrate-dst* *migrate-src*)<br>
>>              Migrating class indexes for: USER-PROFILE<br>
>>           ; => Input get blocked, not response anymore<br>
>><br>
>>       2.  Using "db_stat -C A" get following output:<br>
>>             1    Lock requests not available due to conflicts, for<br>
>> which we waited<br>
>><br>
>>       3.  I do some debug work and found the problem may be caused<br>
>> by nested transaction of different store controller.<br>
>>            I can reproduce the issue with following code segment<br>
>><br>
>>          TEST> (ensure-transaction (:store-controller *migrate-dst*)<br>
>>                            (add-to-root 'foo 'foo :sc *migrate-dst*)<br>
>>                            (ensure-transaction (:store-controller<br>
>> *migrate-src*)<br>
>>                                 (add-to-root 'bar 'bar :sc *migrate-<br>
>> dst*)))<br>
>><br>
>>             This kind of nested transaction scenario can appear in<br>
>> the migrate process, because it uses source/destination store<br>
>> controller at the same time.<br>
>><br>
>>            I do not understand why different store controller's<br>
>> transaction can result in the lock conflict and want to know how to<br>
>> fix it.<br>
>><br>
>>            Is there anyone meet the similar problem before?<br>
>><br>
>> Thanks<br>
>> Quan<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> elephant-devel site list<br>
>> <a href="mailto:elephant-devel@common-lisp.net">elephant-devel@common-lisp.net</a><br>
>> <a href="http://common-lisp.net/mailman/listinfo/elephant-devel" target="_blank">http://common-lisp.net/mailman/listinfo/elephant-devel</a><br>
><br>
><br>
> _______________________________________________<br>
> elephant-devel site list<br>
> <a href="mailto:elephant-devel@common-lisp.net">elephant-devel@common-lisp.net</a><br>
> <a href="http://common-lisp.net/mailman/listinfo/elephant-devel" target="_blank">http://common-lisp.net/mailman/listinfo/elephant-devel</a><br>
<br>
_______________________________________________<br>
elephant-devel site list<br>
<a href="mailto:elephant-devel@common-lisp.net">elephant-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/elephant-devel" target="_blank">http://common-lisp.net/mailman/listinfo/elephant-devel</a><br>
</div></div></blockquote></div><br>