[MCOL-481] Add prompt to disable/enable mysql replication in postConfigure Created: 2016-12-21 Updated: 2023-10-26 Resolved: 2017-01-20 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.7 |
| Fix Version/s: | 1.0.7 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2017-01, 2017-2 | ||||||||
| Description |
|
Add prompt to disable/enable mysql replication in postConfigure during install time. You can already disable and enable via mcsadmin |
| Comments |
| Comment by David Hill (Inactive) [ 2016-12-21 ] |
|
add to the 1.0.6.1 repo work commit fb09099a06e95bb27f9084b9964d2b9c86f54049 oamapps/postConfigure/postConfigure.cpp | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------- |
| Comment by David Hill (Inactive) [ 2016-12-21 ] |
|
also change in procmgr commit 270a67828060bcad287569f5164d54ac538df77e procmgr/processmanager.cpp | 20 -------------------- |
| Comment by David Hill (Inactive) [ 2017-01-09 ] |
|
pull request done |
| Comment by David Hill (Inactive) [ 2017-01-16 ] |
|
test 1. run postConfigure on multi-node system setup and enter 'y' to enable mysql replication. make sure mysql replication works |
| Comment by Daniel Lee (Inactive) [ 2017-01-17 ] |
|
Build verified: Github source build. [root@builder mariadb-columnstore-server]# git show Merge pull request #26 from mariadb-corporation/ Update README.md |
| Comment by David Hill (Inactive) [ 2017-01-18 ] |
|
updated the NOTE and prompt NOTE: The MariaDB ColumnStore Schema Sync feature will replicate all of the MariaDB ColumnStore Schema Sync feature, do you want to enable? [y,n] |
| Comment by Daniel Lee (Inactive) [ 2017-01-19 ] |
|
Build tested: 1.0.7-1 Name : mariadb-columnstore-platform For a 2UM combo installation, when prompted with the following question in postConfigure: MariaDB ColumnStore Schema Sync feature, do you want to enable? [y,n] I answered with an "y" and schema sync was not enabled. "grep MySQLRep /usr/local/mariadb/columnstore/etc/Columnstore.xml" return n on both nodes. <MySQLRep>n</MySQLRep> |
| Comment by David Hill (Inactive) [ 2017-01-19 ] |
|
Fixed issue reported by Daniel, also found another issue when doing the full retest. When setup a system with 1 pm, mysqlrep flag got set correctly with potsConfigure change, but was getting cleared by Procmgr because it was a 1 node system. So I removed that logic from ProcMgr DEVELOP REPO commit 8f2bfb58de1d201b18d3d3f24a749ef67ee9e369 oamapps/postConfigure/postConfigure.cpp | 47 ++++++++++++++++++----------------------------- DEVELOP-1.0 REPO commit ddf6d15bec6ab64a50c681f5293dae2019a4c755 oamapps/postConfigure/postConfigure.cpp | 47 ++++++++++++++++++----------------------------- |
| Comment by Daniel Lee (Inactive) [ 2017-01-20 ] |
|
mcsadmin> getsoft Name : mariadb-columnstore-platform |