Bug #118216 | read replica gives error for "select group_replication_get_write_concurrency();" | ||
---|---|---|---|
Submitted: | 16 May 14:13 | Modified: | 19 May 14:14 |
Reporter: | Keith Hollman | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Group Replication | Severity: | S4 (Feature request) |
Version: | 8.0.40 | OS: | Any (5.14.0-503.29.1.el9_5.x86_64) |
Assigned to: | CPU Architecture: | x86 | |
Tags: | add-replica-instance, addReplicaInstance, group_replication_get_write_concurrency, innod cluster, multi-primary, read-replica, replication_connection_configuration |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file