[PR #1793] [MERGED] fix: potential failure to read the data of the row #4945

Closed
opened 2026-03-23 22:16:32 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1793
Author: @appflowy
Created: 2/4/2023
Status: Merged
Merged: 2/4/2023
Merged by: @appflowy

Base: mainHead: fix/read_row_fail


📝 Commits (1)

  • 5162e09 fix: potential fail to read the data of the row

📊 Changes

7 files changed (+84 additions, -44 deletions)

View changed files

📝 frontend/rust-lib/flowy-client-sync/src/client_database/block_revision_pad.rs (+1 -1)
📝 frontend/rust-lib/flowy-database/src/event_handler.rs (+15 -17)
📝 frontend/rust-lib/flowy-database/src/services/block_editor.rs (+29 -15)
📝 frontend/rust-lib/flowy-database/src/services/mod.rs (+1 -0)
frontend/rust-lib/flowy-database/src/services/retry.rs (+31 -0)
📝 shared-lib/lib-infra/src/retry/future.rs (+6 -10)
📝 shared-lib/lib-ws/src/ws.rs (+1 -1)

📄 Description

potential failure to read the data of the row while some one hold the writer


🔄 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/AppFlowy-IO/AppFlowy/pull/1793 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 2/4/2023 **Status:** ✅ Merged **Merged:** 2/4/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/read_row_fail` --- ### 📝 Commits (1) - [`5162e09`](https://github.com/AppFlowy-IO/AppFlowy/commit/5162e095213225e12f0bce09d435688579d0b2eb) fix: potential fail to read the data of the row ### 📊 Changes **7 files changed** (+84 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-client-sync/src/client_database/block_revision_pad.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-database/src/event_handler.rs` (+15 -17) 📝 `frontend/rust-lib/flowy-database/src/services/block_editor.rs` (+29 -15) 📝 `frontend/rust-lib/flowy-database/src/services/mod.rs` (+1 -0) ➕ `frontend/rust-lib/flowy-database/src/services/retry.rs` (+31 -0) 📝 `shared-lib/lib-infra/src/retry/future.rs` (+6 -10) 📝 `shared-lib/lib-ws/src/ws.rs` (+1 -1) </details> ### 📄 Description potential failure to read the data of the row while some one hold the writer --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:32 +00: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
AppFlowy-IO/AppFlowy#4945
No description provided.