Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
-
Docker 3 node CS cluster with MaxScale
Description
Note: This must be tested with cluster (not single node).
Beginning after build "cron 4208", Columnstore DDL now takes up to 300 seconds to complete. This is true with or without S3 (Storagemanager).
To reproduce use:
https://github.com/mariadb-corporation/mariadb-enterprise-columnstore-docker
customize the included .env file and change lines:
To use later drone builds.
Then run
docker-compose up -d && docker exec -it mcs1 provision |
It will hang after the "Validating" step which is when it tries to clean up the sample schema.
I have noticed that you must create a table first before things start to go haywire. Simply creating a db and dropping it are not enough.