Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recover from checkpoint failing with a panic #852

Closed
salarali opened this issue Dec 4, 2024 · 2 comments
Closed

Recover from checkpoint failing with a panic #852

salarali opened this issue Dec 4, 2024 · 2 comments
Assignees

Comments

@salarali
Copy link

salarali commented Dec 4, 2024

Describe the bug

I ran bgsave and then attempted to restart garnet service. It leads to the following error.garnet-panic.txt

Steps to reproduce the bug

config:

{
	"Port" : 6379,
	"MemorySize" : "440g",
	"PageSize" : "4m",
	"SegmentSize" : "1g",
	"IndexSize": "2m",
	"IndexMaxSize" : "10g",
	"MutablePercent" : 90,
	"EnableReadCache": true,
	"ReadCacheMemorySize": "80g",
	"ReadCachePageSize": "4m",
	"EnableStorageTier" : true,
	"CopyReadsToTail" : false,
	"LogDir" : "/mnt/garnet/store",
	"Recover" : true,
	"DisablePubSub" : true,
	"DisableObjects" : true,
	"EnableCluster" : true,
	"CleanClusterConfig" : false,
	"AuthenticationMode" : "NoAuth",
	"EnableAOF" : false,
	"CompactionFrequencySecs" : 300,
	"CompactionType" : "Lookup",
	"CompactionForceDelete": false,
	"CompactionMaxSegments" : 440,
	"EnableLua" : false,
	"LuaTransactionMode" : false,
	"GossipSamplePercent" : 100,
	"GossipDelay" : 5,
	"ClusterTimeout" : 60,
	"EnableTLS" : false,
	"LatencyMonitor" : true,
	"MetricsSamplingFrequency" : 1,
	"QuietMode" : false,
	"LogLevel" : "Trace",
	"LoggingFrequency" : "10",
	"ThreadPoolMinThreads" : 0,
	"ThreadPoolMaxThreads" : 0,
	"UseAzureStorage" : false,
	"AzureStorageConnectionString" : null,
	"CheckpointThrottleFlushDelayMs" : 0,
	"EnableFastCommit" : true,
	"FastCommitThrottleFreq" : 1000,
	"NetworkSendThrottleMax" : 8,
	"EnableScatterGatherGet" : false,
	"ReplicaSyncDelayMs" : 5,
	"MainMemoryReplication" : false,
	"IndexResizeFrequencySecs": 60,
	"IndexResizeThreshold": 50,
}

Expected behavior

No panic

Screenshots

No response

Release version

v1.0.46

IDE

No response

OS version

No response

Additional context

No response

@badrishc
Copy link
Collaborator

badrishc commented Dec 6, 2024

Please provide a full repro including the client script that does data loading and the bgsave, that triggers this issue.

@badrishc
Copy link
Collaborator

Closing for now as we are unable to repro this, please reopen if you see this again. Thanks!

@badrishc badrishc closed this as not planned Won't fix, can't repro, duplicate, stale Jan 14, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Mar 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants