This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
17554cd989b4f2a7ee3d06dc94de870a0eb39dc3
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
UnrealCloudDDC
/
Jupiter
/
Implementation
History
joakim lindqvist
37eaf93fc2
Cloud DDC - Added more information to tracing for exists remote operations to see if this might be the reason we see occasional issues with the oplog pulls.
...
[CL 34492334 by joakim lindqvist in ue5-main branch]
2024-06-19 03:43:24 -04:00
..
Blob
Cloud DDC - Added more information to tracing for exists remote operations to see if this might be the reason we see occasional issues with the oplog pulls.
2024-06-19 03:43:24 -04:00
ContentId
…
GC
Cloud DDC - Added warning when we fail to cleanup the stats tracking and attempted to make it a bit more resilient by at least cleaning up the ref tracking even if we are unable to handle the blobs. Hopefully this helps us track down why the stats tracking seems to be more and more wrong as times goes on.
2024-06-05 03:58:12 -04:00
LastAccess
…
LeaderElection
…
Objects
Unreal Cloud DDC - Moved the inline blob setting to allow us to know if a blob will be inlined when we are deciding to submit this into the blob store or not, also renamed it to from EnablePutRefBodyIntoBlobStore to EnableInlineSmallBlobs which should be easier to understand what it does. The feature toggle to disable the extra blob into the blob store is now EnableForceSubmitRefBlobToBlobStore.
2024-04-24 02:52:12 -04:00
Replication
Cloud DDC - Delayed retry when the blob is missing in the blob replicator. Blobs shouldn't really be missing so we likely just need to give it some time to reach consistency. When I manually poked each blob that missed they were all present now so its unclear how much more time we need. Giving it a second per retry initially but might need more.
2024-06-05 02:33:47 -04:00
TransactionLog
Cloud DDC - Fixed incorrect type usage, use Guid over TimeUuid as its a built in type.
2024-05-28 02:46:47 -04:00
AnyRequirement.cs
…
CombinedStream.cs
…
CommonHeaders.cs
…
IReferenceResolver.cs
…
IRefService.cs
Unreal Cloud DDC - Second attempt at bucket enumeration - this time using a more optimized path in Scylla.
2024-04-23 09:09:44 -04:00
MetricsService.cs
Unreal Cloud DDC - Decreased time between bucket stat metric generation, was every 24 hrs which means we could not even have data once per day if we restart the worker (or deploy a new version). Is now 6 hours (still configurable) by default which still avoids putting alot of pressure on the db.
2024-04-25 02:13:19 -04:00
MongoStore.cs
…
NginxRedirectHelper.cs
…
PeerStatusService.cs
Unreal Cloud DDC - Fixed issue with the default cluster settings, defaulting this in the settings file instead. Also fixed issue with json serialization of concurrent dicts.
2024-05-03 08:10:14 -04:00
RefService.cs
Cloud DDC - Added a replication log for blobs similar to what we already had for refs. The goal is to use this for replication of blobs rather then the ref log, as such a new Blob Replicator that consumes this has been added.
2024-05-28 02:33:05 -04:00
RelayStore.cs
…
ScyllaSessionManager.cs
…
ServiceCredentials.cs
Unreal Cloud DDC - Added ability to define a hardcoded auth token for service to service communication, useful if using service accounts instead of OIDC. Can use secret strings.
2024-04-11 06:40:12 -04:00
TaskUtils.cs
…
VersionFile.cs
…