Marcus Christie created AIRAVATA-3384:
-----------------------------------------
Summary: ide-integration: mariadb docker container crashes with
Docker 19.03.13
Key: AIRAVATA-3384
URL: https://issues.apache.org/jira/browse/AIRAVATA-3384
Project: Airavata
Issue Type: Bug
Reporter: Marcus Christie
Getting this error when running {{docker-compose up}} in ide-integration
{code}
db_1 | 2020-11-11 20:09:58 15 [Warning] InnoDB: Table
app_catalog/group_compute_resource_preference contains 15 user defined columns
in InnoDB, but 16 columns in MariaDB. Please check
INFORMATION_SCHEMA.INNODB_SYS_COLUMNS and
https://mariadb.com/kb/en/innodb-data-dictionary-troubleshooting/ for how to
resolve the issue.
db_1 | 2020-11-11 20:09:58 15 [ERROR] mysqld: Table
‘group_compute_resource_preference’ is marked as crashed and should be repaired
db_1 | ERROR 1194 (HY000) at line 15: Table
‘group_compute_resource_preference’ is marked as crashed and should be repaired
resources_db_1 exited with code 1
{code}
Working with [~dinukadesilva], narrowed down the problem to Docker 19.03.13.
h3. Workaround
Downgrade to Docker 19.03.12.
For macOS, older version can be downloaded from
https://docs.docker.com/docker-for-mac/release-notes/#docker-desktop-community-2305
(Docker Desktop 2.3.0.5 includes Docker 19.03.12).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)