MySQL Transaction of size exceeds specified limit. To increase the limit please adjust group_replication_transaction_size_limit option.
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
When trying to perform a large bulk action or a major version upgrade of Jira, you may encounter this error.
原因
MySQL has a limit configured on replicated transactions when it is used in a clustered configuration. This may only manifest when performing certain operations such as an upgrade from 8.x → 9.x versions, as there are a lot of upgrade tasks running against the database.
ソリューション
Use the system variable group_replication_transaction_size_limit to specify a maximum transaction size that the group accepts. In MySQL 8.0, this system variable defaults to a maximum transaction size of 150000000 bytes (approximately 143 MB). Transactions above this size are rolled back and are not sent to Group Replication's Group Communication System (GCS) for distribution to the group. Adjust the value of this variable depending on the maximum message size that you need the group to tolerate, bearing in mind that the time taken to process a transaction is proportional to its size.
For more information about these configuration changes, please see MySQL Documentation here: https://dev.mysql.com/doc/refman/8.0/en/group-replication-limitations.html
この内容はお役に立ちましたか?