[MCOL-3513] Distributed installation using RPM package is not working Created: 2019-09-20 Updated: 2019-09-27 Resolved: 2019-09-27 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: 1.4.0-1 [root@localhost ~]# cat /data/qa/release/1.4.0-1/centos7/gitversionInfo.txt Configuration tested: 1um2pm After running 'postConfigure -d" on pm1, the stack failed to come up. It turned out that only 3 out 14 RPM files were copied to um1 and pm2. It seems that postConfigure copied only files that matched 'mariadb-columnstore-1.4.0-1-x86_64*'. In 1.2.5-1 and prior, RPM files are name with this naming pattern. In 1.4.0-1, this is no longer the case. To fix the issue, either RPM files need to be rename in the same way as prior releases, of postConfigure needs to be modified to handle the current naming convention. If it is to modified postConfigure, please make sure it copies only files from this release, not any other RPM files that may exist in the /root directory. This would be the case during an upgrade process (RPM files for both releases are in the /root directory) The .gz package has the following RPM files MariaDB-client-10.4.8_3-1.el7.x86_64.rpm Only the following 3 files were copied to um1 and pm2 mariadb-columnstore-1.4.0-1-x86_64-centos7-libs.rpm |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-09-27 ] |
|
Distributed install has now been removed from 1.4.0 |