cybozu-go / moco

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.

Home Page:https://cybozu-go.github.io/moco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First binlog backup fails after applying #604

shunki-fujita opened this issue · comments

Describe the bug
Immediately after application, lastBackup.UUIDSet is empty, so choosableIndexes is also empty.

choosableIndexes := getIdxsWithUnchangedUUID(bm.uuidSet, lastBackup.UUIDSet)

Expected behavior
Can get binlog backups immediately after applying #604

Additional context
Add any other context about the problem here.