Skip to content

Exception received at AutoCheckpointTask #1477

Description

@wwbgo

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
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions