[ 
https://issues.apache.org/jira/browse/SPARK-32211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabor Somogyi updated SPARK-32211:
----------------------------------
    Description: 
The test fails with the following error:
{code:java}
2020-07-07 12:43:13 8 [Warning] Aborted connection 8 to db: 'unconnected' user: 
'unauthenticated' host: '172.17.0.1' (This connection closed normally without 
authentication)
{code}
This is because the docker image contains MariaDB version 
1:10.4.12+maria~bionic but 1:10.4.13+maria~bionic came out and 
mariadb-plugin-gssapi-server installation triggered unwanted database upgrade 
inside the docker image.

  was:
The test fails with the following error:
{code:java}
2020-07-07 12:43:13 8 [Warning] Aborted connection 8 to db: 'unconnected' user: 
'unauthenticated' host: '172.17.0.1' (This connection closed normally without 
authentication)
{code}
This is because the docker image contains MariaDB version 
1:10.4.12+maria~bionic but 1:10.4.13+maria~bionic came out and 
mariadb-plugin-gssapi-server installation triggered database upgrade inside the 
docker image.


> MariaDBKrbIntegrationSuite fails because of unwanted server upgrade
> -------------------------------------------------------------------
>
>                 Key: SPARK-32211
>                 URL: https://issues.apache.org/jira/browse/SPARK-32211
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.1.0
>            Reporter: Gabor Somogyi
>            Priority: Major
>
> The test fails with the following error:
> {code:java}
> 2020-07-07 12:43:13 8 [Warning] Aborted connection 8 to db: 'unconnected' 
> user: 'unauthenticated' host: '172.17.0.1' (This connection closed normally 
> without authentication)
> {code}
> This is because the docker image contains MariaDB version 
> 1:10.4.12+maria~bionic but 1:10.4.13+maria~bionic came out and 
> mariadb-plugin-gssapi-server installation triggered unwanted database upgrade 
> inside the docker image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to