[MCOL-1106] multi-node install fails, mysqld didnt startup in time Created: 2017-12-12 Updated: 2018-02-07 Resolved: 2018-02-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.13, 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-25, 2018-01, 2018-02, 2018-03 |
| Description |
|
multi-node install fails, mysqld didnt startup in time. Timeout is 30 seconds, needs to be increased to 60. Had same issue in 1.1.2.. also the binary installer script timed out after increase to 60 seconds, so that timeout will need to be changed... pm1 debug1: Sending command: /home/mariadb-user/mariadb/columnstore/bin/module_installer.sh --module=um --port=3306 --installdir=/home/mariadb-user/mariadb/columnstore um1 ll /tmp/post-mysql-install.log [mariadb-user@ip-172-30-0-111 ~]$ cat /tmp/post-mysql-install.log ll /home/mariadb-user/mariadb/columnstore/mysql/lib/mysql/mysql.sock mariadb+ 13119 1 0 16:15 ? 00:00:00 /bin/sh /home/mariadb-user/mariadb/columnstore/mysql//bin/mysqld_safe --datadir Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> cat ip-172-30-0-111.us-west-2.compute.internal.err 2017-12-12 16:16:48 140486689269888 [Note] InnoDB: Using mutexes to ref count buffer pool pages |
| Comments |
| Comment by David Hill (Inactive) [ 2017-12-12 ] |
|
updated files: mysql-ColumnStore - increased timeout from 30 to 90 seconds. Added code to handle a force shutdown when graceful shutdown doesnt work. This logic backported from 1.1 binary_installer.sh and user_installer.sh - increased timeout for module_installer |
| Comment by Ben Thompson (Inactive) [ 2017-12-12 ] |
|
Reviewed / Merged |
| Comment by David Hill (Inactive) [ 2017-12-12 ] |
|
To test, need to do a separate um and pm system like a 1um/2pm system. Verify that postConfigure completes successfully. Error was the it was failing on doing remote install of um. |
| Comment by Roman [ 2018-01-05 ] |
|
JFYI In my one node docker environment I have to increase timeout up to 320 seconds to deal with installation problems for 1um/2pm setup. |
| Comment by Daniel Lee (Inactive) [ 2018-02-07 ] |
|
Build verified: 1.1.3-1 Github source [root@localhost ~]# cat mariadb-columnstore-1.1.3-1-centos7.x86_64.bin.tar.gz.txt Merge pull request #92 from mariadb-corporation/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #398 from mariadb-corporation/statuscontrol-fix add ProcStatusControl to postConfigure setup |
| Comment by Daniel Lee (Inactive) [ 2018-02-07 ] |
|
Build verified: 1.0.13-1 Github /root/columnstore/mariadb-columnstore-server Merge pull request #93 from mariadb-corporation/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #378 from mariadb-corporation/RELEASE update version |