maca134 Posted May 13, 2015 Report Share Posted May 13, 2015 Ok, here is a funny one, directly related to Redis :D Player builds nice new base. Few days pass, maintenance time is coming. Player messes up times and maintains the base AFTER the TTL has been reached but before the server has restarted... Oh shit, no base objects to maintain in Redis, server restarts and halve the base is gone! Very upset player :'( https://github.com/EpochModTeam/Epoch/issues/286 Link to comment Share on other sites More sharing options...
Brian Soanes Posted May 13, 2015 Report Share Posted May 13, 2015 Happens to us too, that's why expirations should only be called at restarts or daily in a scheduler. If I had a crypto for every player who has maintained, for their base parts to despawn after restart I would be an e-millionaire. Link to comment Share on other sites More sharing options...
maca134 Posted May 13, 2015 Author Report Share Posted May 13, 2015 Happens to us too, that's why expirations should only be called at restarts or daily in a scheduler. If I had a crypto for every player who has maintained, for their base parts to despawn after restart I would be an e-millionaire. I would have billions! and u cant do the ttl check on boot either, its a redis "feature" Brian Soanes 1 Link to comment Share on other sites More sharing options...
Gr8 Posted May 13, 2015 Report Share Posted May 13, 2015 Gotta disable maintenance then :( Link to comment Share on other sites More sharing options...
prone Posted May 13, 2015 Report Share Posted May 13, 2015 I lost count how many people have complained about something similiar. Interesting find! Link to comment Share on other sites More sharing options...
Darth_Rogue Posted May 13, 2015 Report Share Posted May 13, 2015 I theorized about this months ago but didn't have any proof to back it up. Nice work Maca! Link to comment Share on other sites More sharing options...
maca134 Posted May 13, 2015 Author Report Share Posted May 13, 2015 Here is a breakdown of it happening today, i trimmed it abit: Maintain Log (the numbers are the object id's): 13/05 15:38 | OP3EUPanthera | Someone (PLAYERID) maintained 258 base objects at 052022. IDs: [1312,1205,1305,4134,4060,3010,3872,3870,527,1598,776,3873,4067,3871,3850,1613,......] Extract from the backup done at @ 13:48 { "Data": "[\"WoodFloor_EPOCH\",[[5238.05,8029.38,4.17095],[0.9953,0.0968365,0],[0,-0,1]],\"-1\",\"PLAYERID\",0,0]", "TTL": 6101, "Key": "Building:OP3EUPanthera:1598" }, TTL is @ 6101 which is around 100 minutes, the item expired at 15:28. The player maintained 10 minutes after the item expired... (hope the maths is right :huh: ) Link to comment Share on other sites More sharing options...
vbawol Posted May 13, 2015 Report Share Posted May 13, 2015 Thanks for the report, build 6 should solve this issue for now: https://github.com/EpochModTeam/Epoch/releases/tag/0.3.0.36 maca134 1 Link to comment Share on other sites More sharing options...
JRCCrow Posted May 14, 2015 Report Share Posted May 14, 2015 I have had tons of vehicle and objects disappear well within doing maintenance with no rym or reason that I can discover. Can anyone shed some light on the subject if I am missing something. Here is the seanrio. Maintenance is required on the server every 4 days. every two days I do maintenance, rotate items in vehicles , lock boxes etc. Still in between periods, (two days) things disappear. Today I had all my vehicles disappear (8 in total) a lock box, about 10 shelves or more, and a wall piece. (note second story wall piece covered by another piece so it was not a raid nor could someone gain access into the base through it) massive loss. Any ideas? Link to comment Share on other sites More sharing options...
maca134 Posted May 14, 2015 Author Report Share Posted May 14, 2015 Thanks for the report, build 6 should solve this issue for now: https://github.com/EpochModTeam/Epoch/releases/tag/0.3.0.36 nice one. Awol any chance of getting my launcher listed with the rest? Brian Soanes 1 Link to comment Share on other sites More sharing options...
maca134 Posted May 14, 2015 Author Report Share Posted May 14, 2015 Pretty please with a cherry on top :wub: Brian Soanes 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now