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

issue-322: update known issues #769

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This document lists the known issues of MOCO.

## Multi-threaded replication

_Status: not fixed as of MOCO v0.9.5_
_Status: Resolved_

If you use MOCO with MySQL version 8.0.25 or earlier, you should not configure the replicas with `replica_parallel_workers` > 1.
Multi-threaded replication will cause the replica to fail to resume after the crash.

This issue is registered as [#322](https://github.com/cybozu-go/moco/issues/322) and will be addressed at no distant date.
Currently, MOCO does not support MySQL version 8.0.25 or earlier, so this issue does not occur.