[MCOL-734] Error messages referenced an invalid OAM command unassignPmDbrootConfig Created: 2017-05-31 Updated: 2023-10-26 Resolved: 2017-06-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.10, 1.1.0 |
| Fix Version/s: | 1.0.10, 1.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: Github source 1.1.0 [root@localhost mariadb-columnstore-server]# git show [root@localhost mariadb-columnstore-engine]# git show mcsadmin> removemodule pm3 !!!!! DESTRUCTIVE COMMAND !!!!! This command does a stop and remove a module from the MariaDB ColumnStore System
The returned messages referenced the unassignPmDbrootConfig, which is not an OAM command. The command should be unassignDbrootPmConfig. 1.0.10 should be affected by this too, although I did not test for it. |
| Comments |
| Comment by David Hill (Inactive) [ 2017-06-02 ] |
|
correct command name to unassignDbrootPmConfig |
| Comment by David Hill (Inactive) [ 2017-06-02 ] |
|
1.0.10 commit a82bf1c17effde490911d70268a1c8ec3b39aaff oamapps/mcsadmin/mcsadmin.cpp | 4 ++-- 1.1.0 commit 7af1faecaa42c37eec7d439358bfeed71f84603a oamapps/mcsadmin/mcsadmin.cpp | 4 ++-- |
| Comment by Daniel Lee (Inactive) [ 2017-06-07 ] |
|
Builds verified: Github source 1.0.10, 1.1.0 1.0.10 [root@localhost mariadb-columnstore-server]# git show [root@localhost mariadb-columnstore-engine]# git show 1.1.0 [root@localhost mariadb-columnstore-server]# git show [root@localhost mariadb-columnstore-engine]# git show |