-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Shutdown issue with badgerDS - keeps reading from the disk #7283
Copy link
Copy link
Closed
Labels
P2Medium: Good to have, but can wait until someone steps upMedium: Good to have, but can wait until someone steps upexp/intermediatePrior experience is likely helpfulPrior experience is likely helpfulkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/acceptedThis issue has been acceptedThis issue has been acceptedtopic/badgerTopic badgerTopic badgertopic/datastoreTopic datastoreTopic datastore
Metadata
Metadata
Assignees
Labels
P2Medium: Good to have, but can wait until someone steps upMedium: Good to have, but can wait until someone steps upexp/intermediatePrior experience is likely helpfulPrior experience is likely helpfulkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/acceptedThis issue has been acceptedThis issue has been acceptedtopic/badgerTopic badgerTopic badgertopic/datastoreTopic datastoreTopic datastore
Type
Fields
Give feedbackNo fields configured for issues without a type.
Version information:
Commit 591c541
Description:
ipfs init --profile=badgerds.QmdB8kVBeWvLKyZrvxAAzrVfkLZC3zqcu6o7twLAqUcC67Then I tried to shut down the daemon. Unexpectedly IPFS started to read on the disk, while nothing was written (according to iotop for minutes):
The following experimental features was activated at the time in the config:
Datastore config:
cap_net_bind_service=+epto be able to run on port 443.LIBP2P_SWARM_FD_LIMITwas set to1000./usr/bin/ipfs daemon --init --migrateI fetched the debug data and killed it with SIGABRT to get the stack trace - both are attached.
stacktrace.txt
debug.tar.gz