morningman opened a new issue, #11235: URL: https://github.com/apache/doris/issues/11235
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version all version ### What's Wrong? ``` 2022-07-27 09:52:00,054 ERROR (stateListener|83) [EditLog.loadJournal():894] Operation Type 63 org.apache.doris.common.DdlException: errCode = 2, detailMessage = User `default_cluster:cmy`@`%` does not exist. at org.apache.doris.mysql.privilege.PaloAuth.dropUserInternal(PaloAuth.java:794) ~[doris-fe.jar:1.0-SNAPSHOT] at org.apache.doris.mysql.privilege.PaloAuth.replayDropUser(PaloAuth.java:774) ~[doris-fe.jar:1.0-SNAPSHOT] at org.apache.doris.persist.EditLog.loadJournal(EditLog.java:423) ~[doris-fe.jar:1.0-SNAPSHOT] at org.apache.doris.catalog.Env.replayJournal(Env.java:2433) ~[doris-fe.jar:1.0-SNAPSHOT] at org.apache.doris.catalog.Env.transferToMaster(Env.java:1246) ~[doris-fe.jar:1.0-SNAPSHOT] at org.apache.doris.catalog.Env.access$1200(Env.java:269) ~[doris-fe.jar:1.0-SNAPSHOT] at org.apache.doris.catalog.Env$4.runOneCycle(Env.java:2349) ~[doris-fe.jar:1.0-SNAPSHOT] at org.apache.doris.common.util.Daemon.run(Daemon.java:116) ~[doris-fe.jar:1.0-SNAPSHOT] ``` ### What You Expected? no error ### How to Reproduce? ``` create role test_role; grant USAGE_PRIV on db.* to ROLE test_role; create user test identified by "123" default role "test_role"; drop user test; ``` And then restart FE. ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org