According to https://replag.toolforge.org/, s1 currently has 0 replag.
According to the following query, the enwiki replica is lagged by close to 21 hours:
MariaDB [enwiki_p]> select max(rev_timestamp) from revision; +--------------------+ | max(rev_timestamp) | +--------------------+ | 20200907080859 | +--------------------+
(At time of writing, it is 2020-09-08T05:30:00Z.)
Worse, this does not seem to be improving - since I started investigating 15 minutes ago, the max rev timestamp has only moved from 20200907080856 to 20200907080859.
I noticed this because new users were not showing up in the editor interaction tool. Also, a thread on the enwiki village pump may be related.
There does not seem to be a problem with the replicas for any other wikis.
Here is the current data from heartbeat_p as of 2020-09-08T05:37:28Z:
MariaDB [heartbeat_p]> SELECT * FROM heartbeat
-> ;
+-------+----------------------------+-------------+
| shard | last_updated | lag |
+-------+----------------------------+-------------+
| NULL | | NULL |
| s1 | 2020-09-08T05:37:28.001150 | 0.0000 |
| s2 | 2020-09-08T05:37:28.000970 | 0.0000 |
| s3 | 2020-09-08T05:37:28.001290 | 0.0000 |
| s4 | 2020-09-08T05:37:28.001150 | 0.0000 |
| s5 | 2020-09-08T05:37:28.000970 | 0.0000 |
| s6 | 2020-09-08T05:37:28.001190 | 0.0000 |
| s7 | 2020-09-08T05:37:28.001220 | 0.0000 |
| s8 | 2020-09-06T09:09:18.001260 | 160089.9987 |
+-------+----------------------------+-------------+
9 rows in set, 1 warning (0.00 sec)