-
Notifications
You must be signed in to change notification settings - Fork 630
Closed
Description
Describe the bug
Exception received at AutoCheckpointTask
System.NullReferenceException: Object reference not set to an instance of an object.
at Garnet.server.SingleDatabaseManager.TaskCheckpointBasedOnAofSizeLimitAsync(Int64 aofSizeLimit, CancellationToken token, ILogger logger) in /_/libs/server/Databases/SingleDatabaseManager.cs:line 225
at Garnet.server.StoreWrapper.AutoCheckpointBasedOnAofSizeLimit(Int64 aofSizeLimit, CancellationToken token, ILogger logger) in /_/libs/server/StoreWrapper.cs:line 648
Steps to reproduce the bug
"EnableStorageTier": true,
"Recover": true,
"EnableAOF": true,
"AofSizeLimit" : "2g",
"CompactionFrequencySecs": 86400,
"CompactionType": "Lookup",
"EnableIncrementalSnapshots": false,
"MemorySize": "512m",
"IndexSize": "128m",
"ObjectStoreLogMemorySize": "32m",
"ObjectStoreIndexSize": "16m",
"ObjectStorePageSize" : "1m",
"MaxDatabases": 1,
Expected behavior
No response
Screenshots
No response
Release version
1.0.91
IDE
No response
OS version
in docker (mcr.microsoft.com/dotnet/aspnet:9.0)
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels