Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.4.1
-
Component/s: None
-
Labels:None
Description
[root@mcs1 /]# mariadb -e "SELECT mcssystemready()" |
+------------------+
|
| mcssystemready() |
|
+------------------+
|
| 1 |
|
+------------------+
|
[root@mcs1 /]# mariadb -e "SELECT * FROM test.t1" |
+------+
|
| id | |
+------+
|
| 99 |
|
| 77 |
|
+------+
|
[root@mcs1 /]# mcsShutdown |
{
|
"timestamp": "2022-04-28 19:10:59.906225", |
"mcs1": { |
"timestamp": "2022-04-28 19:11:09.419228" |
},
|
"mcs2": { |
"timestamp": "2022-04-28 19:11:12.840278" |
},
|
"mcs3": { |
"timestamp": "2022-04-28 19:11:16.240289" |
}
|
}
|
[root@mcs1 /]# mariadb -e "SELECT mcssystemready()" |
+------------------+
|
| mcssystemready() |
|
+------------------+
|
| 1 |
|
+------------------+
|
[root@mcs1 /]# mariadb -e "SELECT * FROM test.t1" |
ERROR 1815 (HY000) at line 1: Internal error: DBRM is not responding. Cannot accept queries
|
Attachments
Issue Links
- blocks
-
MCOL-5064 CS pods taking 2 min to start - discussion
-
- Open
-