Following:
[02:27:57] <twentyafterfour> !log Deploying Phabricator release/2019-07-03/1 from wmf/stable
There have been a huge increase on INSERTS on the phabricator master:
https://grafana.wikimedia.org/d/000000273/mysql?panelId=2&fullscreen&orgId=1&from=1562196465630&to=1562215625463&var-dc=eqiad%20prometheus%2Fops&var-server=db1072&var-port=9104
This is making codfw not to be able to cope with replication (db1117:3323 was also lagging behind, but as it has faster disks it was able to catch up). But codfw keep increasing their lag:
https://grafana.wikimedia.org/d/000000273/mysql?panelId=6&fullscreen&orgId=1&var-dc=codfw%20prometheus%2Fops&var-server=db2065&var-port=9104&from=now-24h&to=now
From what I can see the INSERTS are mostly:
INSERT INTO `phabricator_worker`.`worker_activetask` (`failureTime`, `taskClass`, `leaseOwner`, `leaseExpires`, `failureCount`, `dataID`, `priority`, `objectPHID`, `id`, `dateCreated`, `dateModified`) VALUES (NULL, 'PhabricatorRepositoryGitCommitMessageParserWorker', NUL) INSERT INTO `phabricator_repository`.`repository_commit` (`repositoryID`, `phid`, `authorIdentityPHID`, `committerIdentityPHID`, `commitIdentifier`, `epoch`, `authorPHID`, `auditStatus`, `summary`, `importStatus`) VALUES ('xxx', 'xxx, NULL, N)
Is this expected? When can we expect this to finish? codfw hosts will keep lagging forever if this doesn't stop or reduce its insertion rate.
