yugabyte/yugabyte-db
GitHub で見る[read-replicas] spurious logging (?): Expected replicas 3 but found 11 for tablet
Open
#3,235 opened on 2019年12月31日
area/docdbgood first issuekind/bugpriority/medium
Repository metrics
- Stars
- (8,229 stars)
- PR merge metrics
- (平均マージ 17d 21h) (30d で 92 merged PRs)
説明
Jira Link: DB-1673 On a cluster with 3 primary replicas, and 8 read replicas, user reported the following:
The master's started logging a lot of Expected replicas 3 but found 11 for tablet halfway into the spike in errors.
The log line seems misleading (since 11 is indeed the expected number of replicas for the tablet in this setup).
Can we look to see if it is just spurious logging or a logic issue in master interpreting the read-replicas incorrectly?