[Opensim-users] Reappearing prims in regions, OS 0.7.2
Justin Clark-Casey
jjustincc at googlemail.com
Mon May 23 23:49:46 UTC 2011
To be honest, this sounds like a bug to me. Deletes should be immediate and wouldn't be affected by persistence times.
When a prim/link set is deleted it is immediately wiped from memory and the database. If for some reason it goes from
memory but not the database, then on restart it would reappear (which is consistent with what you're seeing).
When this kind of thing occurs, you might want to try logging in another avatar to see if they can still see the
"deleted" objects. And then experiment with deleting single prims or simple linksets (sounds like you might have been
already).
You might also want to do something like
select count(*) from prims;
in the sql database and see if the number changes (it should if you're deleting prims).
If you can get this down to a simple set of reproducible steps then please file a bug - I'm not aware of an existing one
for this.
On 22/05/11 08:33, Chris wrote:
> On 5/22/2011 2:28 AM, DutchGlory wrote:
>> hi,
>>
>> has to do with when prims are saved to the database maybe turn up "sweeps"
>> to make prims "persistent"
>> ; Persistence of changed objects happens during regular sweeps. The
>> following control that behaviour to
>> ; prevent frequently changing objects from heavily loading the region
>> data store.
>> ; If both of these values are set to zero then persistence of all
>> changed objects will happen on every sweep.
>> ;
>> ; Objects will be considered for persistance in the next sweep when they
>> have not changed for this number of seconds
>> MinimumTimeBeforePersistenceConsidered = 30
>> ; Objects will always be considered for persistance in the next sweep if
>> the first change occurred this number of seconds ago
>> MaximumTimeBeforePersistenceConsidered = 300
>>
>> a lower number will perform more sweeps. It has to do with lag or speed of
>> PC, its different for every user..
>> you can use use the "backup" command after every change, this will update
>> everything...
>> its a little fine tuning....
>>
>> dutch..
>>
>>
>> -----
>> ______________________________________________
>> OpensimFan (twitter)
>> MetalFan (OSGRID)
>> Dutchlord (My Open Grid)
>> --
>> View this message in context:
>> http://opensim-users.2152040.n2.nabble.com/Reappearing-prims-in-regions-OS-0-7-2-tp6390572p6390932.html
>> Sent from the opensim-users mailing list archive at Nabble.com.
>> _______________________________________________
>> Opensim-users mailing list
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>
>
> Thanks much for the info =) I'll fiddle with these settings and see if it helps. But it is strange though that objects
> that I've deleted several hours before shutting the server down never get persisted as such, although it doesn't happen
> after every object deletion. It's seemingly random...
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
--
Justin Clark-Casey (justincc)
http://justincc.org/blog
http://twitter.com/justincc
More information about the Opensim-users
mailing list