Files
doris/fe/fe-core
Mingyu Chen f0c5fb9f38 [Bug] Fix bug of NPE caused by the absence of table in replay process. (#6136)
In the previous version, we changed the db level lock to the table level
to reduce lock contention. But this change will cause some metadata playback problems.

Because most operations on a table will only acquire table locks. These operations
may occur at the same time as the operation of dropping the table.
This may cause the metadata operation sequence to be inconsistent with the log replay sequence,
which may cause some problems.
2021-07-02 19:24:13 +08:00
..