[PR #268] [MERGED] Fix: prevent CorruptRecordErrors whilst running in a single process #198

Closed
opened 2026-05-23 08:33:06 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/268
Author: @appy-one
Created: 4/13/2026
Status: Merged
Merged: 4/13/2026
Merged by: @github-actions[bot]

Base: masterHead: fix/prevent-corrupt-record-error-in-single-process


📝 Commits (4)

  • 744bcc3 Fix: make sure unallocated records are not referenced in cache anymore. Might prevent CorruptRecordErrors from occuring whilst running in a single process.
  • c94bf09 fix workflow builds
  • ecb2f79 Fix publish workflow: acebase-core dependency install
  • 9ab7347 Fix workflow: commit package.json version update

📊 Changes

5 files changed (+11221 additions, -11171 deletions)

View changed files

📝 .github/workflows/publish.yml (+18 -8)
📝 dist/browser.js (+11178 -11153)
📝 dist/browser.min.js (+1 -1)
📝 src/node-cache.ts (+17 -0)
📝 src/storage/binary/index.ts (+7 -9)

📄 Description

This makes sure unallocated records are not referenced in cache anymore before they are freed in the FST. Might prevent CorruptRecordErrors from occuring whilst running in a single process.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase/pull/268 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 4/13/2026 **Status:** ✅ Merged **Merged:** 4/13/2026 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `master` ← **Head:** `fix/prevent-corrupt-record-error-in-single-process` --- ### 📝 Commits (4) - [`744bcc3`](https://github.com/appy-one/acebase/commit/744bcc33221bf8a8a52b8d9b7e6c897d6383939f) Fix: make sure unallocated records are not referenced in cache anymore. Might prevent `CorruptRecordError`s from occuring whilst running in a single process. - [`c94bf09`](https://github.com/appy-one/acebase/commit/c94bf097d0f9be064cafa8626dbbe55594fa8073) fix workflow builds - [`ecb2f79`](https://github.com/appy-one/acebase/commit/ecb2f795b6057bd3de380ff007cfd8667c76174c) Fix publish workflow: acebase-core dependency install - [`9ab7347`](https://github.com/appy-one/acebase/commit/9ab7347b79393d91d6d0794dcf530384a2c36544) Fix workflow: commit package.json version update ### 📊 Changes **5 files changed** (+11221 additions, -11171 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish.yml` (+18 -8) 📝 `dist/browser.js` (+11178 -11153) 📝 `dist/browser.min.js` (+1 -1) 📝 `src/node-cache.ts` (+17 -0) 📝 `src/storage/binary/index.ts` (+7 -9) </details> ### 📄 Description This makes sure unallocated records are not referenced in cache anymore before they are freed in the FST. Might prevent `CorruptRecordError`s from occuring whilst running in a single process. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:33:06 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase#198
No description provided.