[MCOL-915] Improve the output from the RemoveModule command Created: 2017-09-13 Updated: 2023-10-26 Resolved: 2017-10-27 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.1 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-19, 2017-20, 2017-21 |
| Description |
|
Build tested: 1.1.0-1 beta This command does a stop and remove a module from the MariaDB ColumnStore System Removing DBRoot(s) Changes being applied DBRoot IDs assigned to 'pm3' = 4 Changes being applied DBRoot IDs assigned to 'pm3' = Successful Removal of DBRoots Removing DBRoot(s) Changes being applied DBRoot IDs assigned to 'pm4' = 6 Changes being applied DBRoot IDs assigned to 'pm4' = Successful Removal of DBRoots Removing Module(s) pm3, pm4, please wait... Remove Module successfully completed Don't really need the repeating intermedia status: DBRoot IDs assigned to 'pm3' = 4 Changes being applied This should be much cleaner: Removing DBRoot(s) Changes being applied DBRoot IDs assigned to 'pm3' = Successful Removal of DBRoots |
| Comments |
| Comment by Ben Thompson (Inactive) [ 2017-10-26 ] |
|
New output for removal looks like this. to more clearly explain what is happening. Removing DBRoot(s) DBRoot IDs assigned to 'pm3' = 3, 4 DBRoot IDs assigned to 'pm3' = 4 Successful Removal of DBRoots Removing DBRoot(s) DBRoot IDs assigned to 'pm4' = 5, 6 DBRoot IDs assigned to 'pm4' = 6 Successful Removal of DBRoots Removing Module(s) pm3, pm4, please wait... |
| Comment by David Hill (Inactive) [ 2017-10-26 ] |
|
reviewed by David Hill |
| Comment by Daniel Lee (Inactive) [ 2017-10-27 ] |
|
Build verified: Github source for 1.1.1 /root/columnstore/mariadb-columnstore-server Merge pull request #72 from mariadb-corporation/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine mcol-938 - fixed pm server ids |