Documentation: Update the MySQL Hive Metastore configuration docs#1514
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
f24b8f6 to
95f5145
Compare
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.
95f5145 to
f78e874
Compare
|
/cherry-pick release-4.7 |
|
@timflannagan: once the present PR merges, I will cherry-pick it on top of release-4.7 in a new PR and assign it to you. 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. |
|
@timflannagan: new pull request created: #1516 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. |
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.