[MCOL-1650] getsystemstatus and getprocessstatus returned different statuses Created: 2018-08-13 Updated: 2023-10-26 Resolved: 2019-07-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: 1.1.6-1 source Merge pull request #123 from drrtuy/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #535 from mariadb-corporation/ Test environment: 1um4pm gluster This issue was encountered when testing When PM2 recovered after failure, processes on PM2 showed up as normal, came out from AUTO_OFFLINE. Then I believe dbroot2 failed to mount (on purpose), in getsystemstatus, it showed: mcsadmin> getsystemstatus System vagrantTestStack System and Module statuses Component Status Last Status Change Module um1 ACTIVE Mon Aug 13 17:12:05 2018 But getprocessstatus showed: ProcessMonitor pm2 ACTIVE Mon Aug 13 19:49:35 2018 4040 This one is a tough judgment call. The processes are in fact running. In that regard, getprocessstatus is correct. At the same time, getSystem is showing the module as OFFLINE. Maybe that is correctly too. It is just confuse to me as an user. |