[MCOL-4299] cmapi: add-node does not work right after the cmapi service is started Created: 2020-09-08 Updated: 2021-02-20 Resolved: 2021-02-20 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | cmapi |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: 1.5.4-1 (Drone #587), cmapi (Drone #251) In a script, I did: sudo ./service.sh install ' \
the add-node did not return anything. No node was added. I added a "sleep 10" after starting the mariadb-columnstore-cmapi, then the add-node command worked. It seems that mariadb-columnstore-cmapi service returned to the system prompt before it is ready to take on commands. |