yugabyte/yugabyte-db
Auf GitHub ansehenDecrease log spew: catalog_manager.cc:7984 Expected replicas x but found y for tablet .....
Open
#10.129 geöffnet am 28. Sept. 2021
area/docdbgood first issuekind/bugpriority/medium
Repository-Metriken
- Stars
- (8.229 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 17T 21h) (92 gemergte PRs in 30 T)
Beschreibung
Jira Link: DB-2983 With read replicas configured in the cluster, we see the master continously keeps spewing these log lines.
The calculation checks for the number of replicas vs RF and reports a mismatch. The logic should be updated to account for/exclude read-replicas.