[
https://issues.apache.org/jira/browse/HIVE-28629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898650#comment-17898650
]
László Bodor commented on HIVE-28629:
-------------------------------------
recent issue with dind-20.10 while connecting from the hdb container:
{code}
docker run --rm --name qtestExternalDB-MySQLExternalDB -p 3306:3306 -e
MYSQL_ROOT_PASSWORD=qtestpassword -e MYSQL_DATABASE=qtestDB -d mysql:8.4.3
docker: read tcp 127.0.0.1:46652->127.0.0.1:2376: read: connection reset by
peer.
See 'docker run --help'.
{code}
I think that's most probably because it might use a secure connection with self
signed certs:
{code}
Certificate request self-signature ok
subject=CN = docker:dind server
/certs/server/cert.pem: OK
Certificate request self-signature ok
subject=CN = docker:dind client
/certs/client/cert.pem: OK
{code}
dind-18 container didn't show these lines
> Upgrade dind in precommit to 20.10
> ----------------------------------
>
> Key: HIVE-28629
> URL: https://issues.apache.org/jira/browse/HIVE-28629
> Project: Hive
> Issue Type: Bug
> Security Level: Public(Viewable by anyone)
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
> Labels: pull-request-available
> Attachments: Screenshot 2024-11-15 at 10.25.06.png, Screenshot
> 2024-11-15 at 10.39.06.png
>
>
> in the configuration I can see:
> [https://ci.hive.apache.org/job/hive-precommit-test/configure]
> {code:java}
> https://github.com/kgyrtkirk/hive
> {code}
> -I think we might want to run it from apache/hive's master branch's
> Jenkinsfile, so I'm about to bring the changes from kgyrtkirk's repo-
> UPDATE: seems to run from apache/hive, so let this ticket be about upgrading
> dind
--
This message was sent by Atlassian Jira
(v8.20.10#820010)