[release-4.7] Bug 1915563: Update the MySQL Hive Metastore configuration docs#1516
Conversation
After updating the MySQL connector/J JDBC driver version in the Hive image, we're now seeing problems with running newer versions of Metering with older MySQL server versions (e.g. 5.6, 5.7). When diving into the MySQL Pod logs, we may see the `"[NOTE] Bad handshake"` message logged, which may indicate we're attempting to authenticate from the client using TLS 1.2 or TLS 1.3 during the handshake. This is likely because earlier MySQL server versions only support TLS 1.1 versions and earlier, so we need to explicitly document this behavior.
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: openshift-cherrypick-robot, timflannagan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@openshift-cherrypick-robot: This pull request references Bugzilla bug 1915563, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@openshift-cherrypick-robot: Bugzilla bug 1915563 is in an unrecognized state (VERIFIED) and will not be moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is an automated cherry-pick of #1514
/assign timflannagan