[MCOL-3999] FAILOVER: create table after failover process completed Created: 2020-05-12 Updated: 2020-05-15 Resolved: 2020-05-15 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc |
| Affects Version/s: | 1.4.4 |
| Fix Version/s: | 1.4.4 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Sprint: | 2020-7 | ||||||||
| Description |
|
Build tested: 1.4.4-1 (Jenkins 20200508) I started using the columnstoreSupport tool to collect log files, as well as other stack related informations. columnstoreSupport output has been attached. With a newly installed 3PM combo stack with glusterfs, QA sanity tests (DDL, DML, LDI, cpimport, queries) passed. I took PM3 (cold standby node) out of service. Failover process completed. Create table command returned the following error: MariaDB [mytest]> create table t1 (c1 int) engine=columnstore; mcsadmin> getprocessstatus MariaDB ColumnStore Process statuses Process Module Status Last Status Change Process ID ProcessMonitor pm2 ACTIVE Tue May 12 19:12:37 2020 3523 ProcessMonitor pm3 AUTO_OFFLINE Tue May 12 19:18:48 2020 |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2020-05-12 ] |
|
After putting PM3 back online, 'create table' worked fine. |
| Comment by Patrick LeBlanc (Inactive) [ 2020-05-14 ] |
|
merged it into dev-1.4; won't be available to test until i trigger a build of course. |
| Comment by Daniel Lee (Inactive) [ 2020-05-15 ] |
|
Build verified: 1.4.4-1 (Jenkins 20200515) Repeat test case and more. |