Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL)
Description
I tried to switch on parallel replication from Amazon Aurora to MariaDB.
[my.cnf]
slave-parallel-threads = 4
slave-parallel-mode = optimistic
'set global .slave_parallel_mode=optimistic;'
As I understand now it doesn't have sense because it's rolling back to serial replication. But it introduces a silent problem with Seconds_behind_master. This value always = 0.
So, probably, would be good to keep this metric even in this unnatural but working mode.
Attachments
Issue Links
- relates to
-
MDEV-34778 Inconsistent Seconds_Behind_Master after slave stop+start (rpl.rpl_old_master sporadic failure)
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Andrei Elkin [ elkin ] | Sachin Setiya [ sachin.setiya.007 ] |
Assignee | Sachin Setiya [ sachin.setiya.007 ] | Andrei Elkin [ elkin ] |
issue.field.resolutiondate | 2018-11-06 19:19:09.0 | 2018-11-06 19:19:09.496 |
Fix Version/s | 10.2.19 [ 23207 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 10.3.11 [ 23141 ] | |
Priority | Critical [ 2 ] | Blocker [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
issue.field.resolutiondate | 2018-11-07 19:18:48.0 | 2018-11-07 19:18:48.292 |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Labels | contribution foundation | contribution foundation seconds-behind-master |
Workflow | MariaDB v3 [ 84157 ] | MariaDB v4 [ 153263 ] |
Link | This issue relates to MDEV-34778 [ MDEV-34778 ] |
Target version is up to Elkin to decide.