Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve data synchronization perception #13000

Closed
88250 opened this issue Nov 2, 2024 · 2 comments
Closed

Improve data synchronization perception #13000

88250 opened this issue Nov 2, 2024 · 2 comments
Assignees
Milestone

Comments

@88250
Copy link
Member

88250 commented Nov 2, 2024

A 设备同步触发 B 设备感知,B 接收到同步消息后之前是做一次自动同步,这时可能出现 B 上面因为某些原因会出现数据变动,导致又重复触发 A 同步,导致死循环。

改为收到同步消息后仅做下载方向同步,完全覆盖本地数据避免死循环和一致性问题。

@88250 88250 added this to the 3.1.11 milestone Nov 2, 2024
@88250 88250 self-assigned this Nov 2, 2024
@88250 88250 changed the title Improve data synchronization preception Improve data synchronization perception Nov 2, 2024
@88250 88250 closed this as completed Nov 2, 2024
@TCOTC
Copy link
Contributor

TCOTC commented Nov 2, 2024

如果 A B 各有一些新数据的话(比如各有10篇新文档),B 的新数据是会被覆盖没掉吗?

@88250
Copy link
Member Author

88250 commented Nov 2, 2024

会的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants