[PR #211] [MERGED] Fix IPC index issues #168

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

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/211
Author: @appy-one
Created: 4/3/2023
Status: Merged
Merged: 4/10/2023
Merged by: @appy-one

Base: masterHead: fix/ipc-index-issues


📝 Commits (6)

  • 0c84c97 fix IPC worker error after index creation
  • 0139ee5 prevent existing index being added again
  • 6dbd204 include filePath in ipc 'index.update' requests
  • a4496f1 invalidate index cache upon relevant path changes
  • f1d3b07 more verbose logging
  • 8ac23ac conform to new acebase-core types

📊 Changes

5 files changed (+22 additions, -9 deletions)

View changed files

📝 src/data-index/data-index.ts (+11 -5)
📝 src/storage/binary/index.ts (+3 -0)
📝 src/storage/create-index.ts (+1 -1)
📝 src/storage/index.ts (+6 -2)
📝 src/test/examples.spec.ts (+1 -1)

📄 Description

This fixes some issues with indexes when running AceBase in a cluster


🔄 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/211 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 4/3/2023 **Status:** ✅ Merged **Merged:** 4/10/2023 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/ipc-index-issues` --- ### 📝 Commits (6) - [`0c84c97`](https://github.com/appy-one/acebase/commit/0c84c97a929d95b8e3c5878c7ba76b94f957e187) fix IPC worker error after index creation - [`0139ee5`](https://github.com/appy-one/acebase/commit/0139ee53068fa75b6217624f03c8b10e55ece94c) prevent existing index being added again - [`6dbd204`](https://github.com/appy-one/acebase/commit/6dbd2043725760216b4fc3aac43bbeff0dc4b599) include filePath in ipc 'index.update' requests - [`a4496f1`](https://github.com/appy-one/acebase/commit/a4496f11d0052c368dcba0c3ed69854ed5819f65) invalidate index cache upon relevant path changes - [`f1d3b07`](https://github.com/appy-one/acebase/commit/f1d3b07c7fff09d3aa25a82d0bf521a12b637440) more verbose logging - [`8ac23ac`](https://github.com/appy-one/acebase/commit/8ac23ac91dc667fc4768b59034a89a1509d1a8cb) conform to new acebase-core types ### 📊 Changes **5 files changed** (+22 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/data-index/data-index.ts` (+11 -5) 📝 `src/storage/binary/index.ts` (+3 -0) 📝 `src/storage/create-index.ts` (+1 -1) 📝 `src/storage/index.ts` (+6 -2) 📝 `src/test/examples.spec.ts` (+1 -1) </details> ### 📄 Description This fixes some issues with indexes when running AceBase in a cluster --- <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:32:26 -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#168
No description provided.