Bug #110888 | checkInstanceConfiguration and docs disagree on binlog_transaction_dependency_tr | ||
---|---|---|---|
Submitted: | 2 May 2023 18:51 | Modified: | 31 Jul 2023 15:35 |
Reporter: | Marcos Albe (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 8.0.31 | OS: | Any |
Assigned to: | Jon Stephens | CPU Architecture: | Any |
[2 May 2023 18:51]
Marcos Albe
[3 May 2023 10:01]
MySQL Verification Team
Hello Marcos, Thank you for the report and feedback. Thanks, Umesh
[27 Jul 2023 22:53]
Jon Stephens
Hi, The most important issue is that, where it reads > Setting binlog_transaction_dependency_tracking=WRITESET_SESSION can improve > performance for a group member... it should instead read > Setting binlog_transaction_dependency_tracking=WRITESET can improve > performance for a group member... That is, it should say, "WRITESET" and not "WRITESET_SESSION". This problem is fixed in the MySQL 8.0 and 8.1 Manuals by mysqldoc rev 76352 and will be published to dev.mysql.com shortly. Keeping this open while taking care of some related issues.
[28 Jul 2023 16:35]
Marcos Albe
Indeed, I reckon WRITESET_SESSION will reduce parallelization, but still, in this case is what we needed to use to prevent some conflicts that were popping up; Do you confirm the method is supported? Or..? :)
[28 Jul 2023 19:37]
Jon Stephens
Further improvements made in mysqldoc rev 76370, after discussing with Development. Will hand this over to another writer more familiar with InnoDB Cluster/MySQL Shell for any additional handling if/as needed. Still in progress.
[31 Jul 2023 15:35]
Edward Gilmore
Posted by developer: Relevant Group Replication documentation was updated. Thank you for the bug report.