testjetco
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
Comments
Recent activity by testjetco Sort by recent activity-
Anyone have tried mariabackup before and met the same issue?
-
My title may not be precisely explaining my case. After wsrep_on=ON, node 2 can be sync by other nodes. But the DDL/DML operations done during the out-of-cluster period cannot be reverted.
-
My method to sync back the previously detached node 2 is... (1) Detach node 2 from cluster (2) Restore the initial db backup (the original image after installing MariaDB) to node 2 (3) Join back no...
-
Already reported the bug to https://jira.mariadb.org/secure/Dashboard.jspa
-
Complete log here.... 2018-12-05 16:33:15 0 [Note] InnoDB: Starting shutdown...2018-12-05 16:33:15 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool2018-12-05 16:33:15 0 [Not...
-
I have tried table with primary key defined. It works with deletion operation on cluster syc.
-
Logs too large to be pasted here. I found those statements in err log: 2018-12-04 11:37:19 2 [Note] The slave is applying a ROW event on behalf of a DELETE statement on table table_1 and is current...
-
Vishal, may I send the files to you by email? Here is no way to attach files
-
I have checked all nodes' wsrep_OSU_method. They are all TOI, the default values. I have performed more testing on record deletion synchonization issue. When deleting 11MB data from table on one ...
-
Simply speaking may I interpret TOI and RSU as follows: When wsrep_OSU_method=TOI, one table update on one node will replicate to all the other nodes. When wsrep_OSU_method=RSU, one table update on...