[Bug] create table、drop table COMMAND hang
- Dominant language
- Java
- Stars
- 15.9k
- Forks
- 3.9k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 520
Description
### Search before asking
- [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
3.0.3
### What's Wrong?
the client hang when send create table、drop table; in our case, there will be many drop/create table/material-view operations; the fe might hang; and after restart fe, it become normal.
### What You Expected?
the client do not hang
### How to Reproduce?
create \drop table or material-view frequently; for several same names;
### Anything Else?
after restart fe, it become normal.
### Are you willing to submit PR?
- [ ] 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)
Contributor guide
Assessment
This issue has not been assessed yet.