-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Better db replication support #10897
Labels
Comments
syuilo
added
✨Feature
This adds/improves/enhances a feature
packages/backend
Server side specific issue/PR
🔥high priority
labels
May 26, 2023
要するに現在Misskeyのコードでは「insertを行った後にfindすれば必ずinsertしたものが返ってくる」という前提で書かれているけど、レプリケーションではその仮定が崩れるのでそれ前提で書かれた部分を直さなければならない |
5 tasks
1 task
#13908 にて対応済み…? |
レプリカ有効にしてドライブにファイルをアップロードすると高確率で失敗ダイアログが表示されるような気がする? |
全く対応できてない |
レプリケーション使うような大規模サーバーはフォークしそうな気がするからMisskeyがレプリケーションを積極的にサポートする必要性は薄い可能性がある |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
現状どんなSELECTクエリであってもランダムなレプリカに振り分けられるが、中には結果が古いと動作に支障を来たすものがある
これらに対するSELECTクエリは強制的にプライマリに対して問い合わせるようにする必要がある
The text was updated successfully, but these errors were encountered: