Vettabase / mariadb-columnstore-docker

GNU General Public License v3.0
3 stars 0 forks source link

MariaDB service is waited for a fixed time #3

Closed federico-razzoli closed 4 months ago

federico-razzoli commented 5 months ago
     /etc/init.d/mariadb start
    sleep 5

We should check if MariaDB is up in a loop. There should be a time interval between attempts. There should be a maximum number of attempts.

rcbensley commented 4 months ago

This has since been removed but the other processes currently have a sleep involved.