Chore: Fix typo in pa-in.js (#26717 by @eltociear)
Chore: Remove role requirement to use change streams (#27281)
We used to require the The new approach is just try to use change streams, if it fails for any reason, fallback to oplog.
If oplog fails as well, we're now halting the process, since it wasn't able to establish a connection for reading real time data, something that is crucial for the application. An additional check was added to make sure Regression: Remove actions from VideoConf Message Block (#27344)
Regression: Team name validation on Create Team Modal (#27345)
2022-11-24 · 4 🔍 · 6 👩💻👨💻
🔍 Minor changes
clusterMonitor
role to be able to use Change Streams because we performed a serverStatus
command, to be able to check if the requirements for change streams are met (like using wired tiger for example). But since our minimum MongoDB supported version is now 4.2, and MMAPv1 was removed on this version, there is no need to check that.
$MONGO_OPLOG_URL
is pointing to the local
database.