In the Web UI, I go to a change of mine, and click to add a reviewer. I then type a single letter "h", and the auto-complete offers me 4 names (people whose name starts with H).
However, on the server side, an exception is thrown:
[2018-01-02 16:40:24,610] [HTTP-64] ERROR com.google.gerrit.server.ReviewerRecommender : Exception while suggesting reviewers
com.google.gerrit.server.query.QueryParseException: User 1000061 not found
User 1000061 was a duplicate account, set up in error, that I manually deleted from the SQL database. It's gone from all tables. I've run this:
ssh -p 29418 gerrit.xxx.ac.uk gerrit flush-caches --all
yet the exception keeps getting thrown.
Restarting Gerrit does no make the problem go away.
So how do I make Gerrit understand that, as per the SQL database, that account does not exist? This is Gerrit 2.14.6.
Thanks
Matthew