Hi,
Just wondering if anyone has seen behavior where an evictor "evicts" an object when first saved. What I *think* is happening is that after an object has been added to the evictor, the saving thread correctly saves the object to the database, but in the process, it seems to delete the object and the recreate it from the database, or perhaps it just makes a copy. Either way, the servant found by the evictor has a different address than the one initially created.
The evictor should have plenty of space in it, so it shouldn't need to delete/recreate.
If you have seen anything like this, do you have any ideas on what might be going on?
Thanks for any thoughts,

Reply With Quote