Hi All, still trying to install Datahub on RHEL 9....
# troubleshoot
c
Hi All, still trying to install Datahub on RHEL 9. I've created my own docker-compose file to add ulimits to MySql service. First try was a fail : MySql container asking too much memory. So, I've created a specific custem docker-compose adding ulimits to MySql services (thks @bulky-soccer-26729). As you can see attached, it seems that works well because MySql container doesn't ask for half of my memory anymore 😅 But at the end, same issue with quickstart :
Unable to run quickstart - the following issues were detected:
- kafka-setup is still running
- schema-registry is not running
- broker is not running
- zookeeper is not running
- datahub-gms is still starting
- mysql-setup did not exit cleanly
Any help would be appreciated !
✅ 1
b
hey, if you run
docker ps
can you still see mysql? if yes, could you check the logs wit
docker logs CONTANER_ID
?
c
Hello Peter, here are the logs : 2022-11-22 075112+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.40-1.el7 started. 2022-11-22 075113+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-11-22 075113+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.40-1.el7 started. '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock' 2022-11-22T075113.604729Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2022-11-22T075113.607707Z 0 [Note] mysqld (mysqld 5.7.40) starting as process 1 ... 2022-11-22T075113.613444Z 0 [Note] InnoDB: PUNCH HOLE support available 2022-11-22T075113.613479Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-11-22T075113.613485Z 0 [Note] InnoDB: Uses event mutexes 2022-11-22T075113.613490Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2022-11-22T075113.613494Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.12 2022-11-22T075113.613499Z 0 [Note] InnoDB: Using Linux native AIO 2022-11-22T075113.613831Z 0 [Note] InnoDB: Number of pools: 1 2022-11-22T075113.613963Z 0 [Note] InnoDB: Using CPU crc32 instructions 2022-11-22T075113.617199Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M 2022-11-22T075113.631171Z 0 [Note] InnoDB: Completed initialization of buffer pool 2022-11-22T075113.633646Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-11-22T075113.645352Z 0 [Note] InnoDB: Highest supported file format is Barracuda. 2022-11-22T075113.656693Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-11-22T075113.656813Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-11-22T075113.672876Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-11-22T075113.674004Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. 2022-11-22T075113.674027Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. 2022-11-22T075113.674760Z 0 [Note] InnoDB: 5.7.40 started; log sequence number 2754964 2022-11-22T075113.674883Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-11-22T075113.675156Z 0 [Note] Plugin 'FEDERATED' is disabled. 2022-11-22T075113.676187Z 0 [Note] InnoDB: Buffer pool(s) load completed at 221122 75113 2022-11-22T075113.681858Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. 2022-11-22T075113.681882Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory. 2022-11-22T075113.681890Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher. 2022-11-22T075113.681893Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher. 2022-11-22T075113.682699Z 0 [Warning] CA certificate ca.pem is self signed. 2022-11-22T075113.682750Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory. 2022-11-22T075113.683143Z 0 [Note] Server hostname (bind-address): '*'; port: 3306 2022-11-22T075113.683186Z 0 [Note] IPv6 is available. 2022-11-22T075113.683206Z 0 [Note] - '::' resolves to '::'; 2022-11-22T075113.683234Z 0 [Note] Server socket created on IP: '::'. 2022-11-22T075113.683951Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory. 2022-11-22T075113.691646Z 0 [Note] Event Scheduler: Loaded 0 events 2022-11-22T075113.691814Z 0 [Note] mysqld: ready for connections. Version: '5.7.40' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)