Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
None
-
2025-7, 2025-8
Description
This ticket for backporting dbrmctl startreadonly command and functionality to cs 23.02.x
Why?
the backup logic in 23.02.x uses poll checks to approximate when its safe to engage the locks but theres some inbetween timings that are vulnerable when running flush table read lock vs readonly mode start. AND customers apps can continuously retry cpimport until it works
This could be solved with startreadonly backported to 23.02.x
[root@ip-172-31-44-65 rocky]# dbrmctl -h |
Usage: dbrmctl [-vh] status | halt | resume | readonly | readwrite | reload
|
[root@ip-172-31-44-65 rocky]# mariadb -e "show status like '%Columnstore%';" |
+-------------------------+----------+
|
| Variable_name | Value |
|
+-------------------------+----------+
|
| Columnstore_commit_hash | source |
|
| Columnstore_version | 23.02.14 | |
+-------------------------+----------+
|