MetaMask / MetaMask/metamask-extension
[Sentry] Error: Migration #193: IO error: .../132898.ldb: FILE_ERROR_NO_SPACE (ChromeMethodBFE: 3::WritableFileAppend::8)
- Dominant language
- TypeScript
- Stars
- 13.2k
- Forks
- 5.6k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 451
Description
Sentry Issue: [METAMASK-YJY4](https://metamask.sentry.io/issues/7303138625/?referrer=github_integration)
```
Error: Migration #193: IO error: .../132898.ldb: FILE_ERROR_NO_SPACE (ChromeMethodBFE: 3::WritableFileAppend::8)
at n.migrate (app/scripts/migrations/193.ts:25:22)
at Migrator.migrateData (app/scripts/lib/migrator/index.js:70:17)
at loadStateFromPersistence (app/scripts/background.js:1043:33)
at initialize (app/scripts/background.js:740:9)
at initBackground (app/scripts/background.js:2303:3)
```
Contributor guide
Research direction
Start with app/scripts/migrations/193.ts:25 and trace the migration through app/scripts/lib/migrator/index.js and app/scripts/background.js. Investigate the reported FILE_ERROR_NO_SPACE failure and determine the expected behavior when migration storage cannot be written; done means the failure is reproduced or explained and an agreed handling is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100