[MCOL-1167] postConfigure - option -c not working Created: 2018-01-16 Updated: 2018-02-02 Resolved: 2018-02-02 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-02, 2018-03 |
| Description |
|
In postConfigure, you should be able to provide a preconfigured Columnstore.xml file and pass it via the command line with the upgrade option. But there is a BUG where -c its working. /usr/local/mariadb/columnstore/bin/postConfigure -u -c /root/Columnstore.xml.david This is the MariaDB ColumnStore System Configuration and Installation tool. IMPORTANT: This tool should only be run on the Parent OAM Module With the no-Prompting Option being specified, you will be required to have the following: 1. Root user ssh keys setup between all nodes in the system or Old Config File not found '/usr/local/mariadb/columnstore/etc/Columnstore.xml.rpmsave', exiting |
| Comments |
| Comment by David Hill (Inactive) [ 2018-01-16 ] |
|
pull request done https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/362 |
| Comment by Ben Thompson (Inactive) [ 2018-01-16 ] |
|
Reviewed / Merged |
| Comment by Daniel Lee (Inactive) [ 2018-01-19 ] |
|
Build verified: Github source 1.1.3-1 I made a copy of etc/Columnstore.xml and put it in /tmp as Columnstore.xml.dlee, then I ran postConfigure using the -c opton. I got a replication setup error on 1um2pm, no localquery. ----- Starting MariaDB ColumnStore on local server ----- MariaDB ColumnStore successfully started MariaDB ColumnStore Database Platform Starting, please wait ......... DONE Run MariaDB ColumnStore Replication Setup.. MariaDB ColumnStore Replication Setup Failed, check logs I did a diff on the two files. The on in /tmp has <MySQLRep>n</MySQLRep> and the one in etc has <MySQLRep>y</MySQLRep>. |
| Comment by David Hill (Inactive) [ 2018-01-19 ] |
|
QUESTION....... Please provide full output from postConfigure I need to know what is entered at the mariadb replication enable/disabled prompt. |
| Comment by Daniel Lee (Inactive) [ 2018-01-29 ] |
|
Build tested: 1.1.3-1 Github source Author: david hill <david.hill@mariadb.com> Merge pull request #89 from mariadb-corporation/RPMPackageFix require columnstore-server instead of MariaDB server /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #385 from mariadb-corporation/ Mcol 1137 Could not reproduce this issue. I did a fresh installation for 3PM combo and executed postConfigure few times, with both y and n initial values for rep in the Columnstore.xml file. Also answered the product to enable replication with both y and n. postConfigure completed successfully. |
| Comment by David Hill (Inactive) [ 2018-02-02 ] |
|
i also couldnt reproduce the issue.. assigning back to QA |
| Comment by Daniel Lee (Inactive) [ 2018-02-02 ] |
|
Closing the ticket per test latest test result |