[MCOL-528] Local query would not work if user chose not to enable schema sync Created: 2017-01-20 Updated: 2017-12-01 Resolved: 2017-01-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.0.7 |
| Fix Version/s: | 1.0.7 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Ben Thompson (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-2 |
| Description |
|
Build tested: 1.0.7-1 For 1.0.7-1, we added a prompt in postConfigure to allow user to enable or disable schema sync. If the user chose not to enable schema sync and enable local query in the next prompt, local query will not work since it requires schema sync enabled. We need to do one of the following: 1) Prompt for local query first, if the answer is yes, then turn on schema sync without prompt the user. This would be the preferred method 2) If the user answered n to schema sync, and y to local query, we still enable schema sync, overriding the user's answer (n to the schema sync question) ===== Setup System Module Type Configuration ===== |
| Comments |
| Comment by Ben Thompson (Inactive) [ 2017-01-21 ] |
|
Reviewed and merged |
| Comment by David Hill (Inactive) [ 2017-01-21 ] |
|
DEVELOPER TEST FROM BUILD when local query feature is answered as no, the prompt to schema sync occurrs NOTE: Local Query Feature allows the ability to query data from a single Performance Enable Local Query feature? [y,n] NOTE: The MariaDB ColumnStore Schema Sync feature will replicate all of the MariaDB ColumnStore Schema Sync feature, do you want to enable? [y,n] ------------------------------------------------------------------------------------------------------------------ Why local query is answered yes, schema sync is not prompted. its default to on. NOTE: Local Query Feature allows the ability to query data from a single Performance Enable Local Query feature? [y,n] NOTE: Amazon AWS CLI Tools are installed and allow MariaDB ColumnStore to create Instances and ABS Volumes |
| Comment by Daniel Lee (Inactive) [ 2017-01-22 ] |
|
Build verified: 1.0.7-0 mcsadmin> getsoft Name : mariadb-columnstore-platform |