Cluster-in-a-box ER DISTRIBUTED PARTITION MOVE FAILED solved!

Hi guys,
today I tried to set up the cluster-in-a-box with docker. Everythink seems good till I tried to create a new database.
I connected to localhost:8080 and opened the SQL editor. I ran CREATE DATABASE iot;
Then an error occurred:
ERROR 1772 ER_DISTRIBUTED_PARTITION_MOVE_FAILED: CREATE PARTITION DATABASE for operation CREATE DATABASE failed with error 1733:Leaf Error (127.0.0.1:3307): Unable to replay files for database ‘iot_0’. Run SHOW DATABASES EXTENDED and visit SHOW DATABASES · SingleStore Documentation for more information

The recommended command states that all databases are online.

I am using the latest docker image with Digest:sha256:0800cca310a7dacc49c26289ca644154d7d1d5a147bcb2a0f6227d3747fa435f.

Anyone has an idea whats went wrong?

I am running docker in an virtual box image of ubuntu. My host is windows 10.

I hadn’t enough space on my virtual disk. After increasing my diskspace via my host system it works!

1 Like