Dear Percona Support Team,
We recently upgraded our MongoDB cluster from version 4.4 to 7.x, and since the upgrade, we have been experiencing significant write performance issues. The write operations, which previously completed in a timely manner, are now taking considerably longer. This is severely impacting our application’s performance and user experience. FCV set to 6.0
Details:
- MongoDB Version: Upgraded from 4.4 to 7.x
- Cluster Configuration:
- Number of nodes: 5
- Replica Set: Yes
- Sharding: [No]
- Deployment Environment: [e.g., On-premise, AWS, etc.] AWS
- Symptoms:
- Write latency has increased significantly across all nodes.
- Logs indicate several warnings related to
writeConcernMajorityJournalDefault
and cache evictions. - Schema locks are more frequent, causing contention and delays in write operations.
Steps Taken:
- Reviewed and adjusted
writeConcern
settings, but the issue persists. - Analyzed
mongostat
andmongotop
outputs, which confirm the degraded write performance. - Restarted nodes to check for any temporary relief, but the issue remains.
- No significant issues were present in the logs before the upgrade.