Files
doris/fe/src
Mingyu Chen ec955b8a36 [Bug] Fix bug that runningTxnNum does not equal to the real running txn num. (#3674)
This is because the logic for modifying the number of things running is wrong.

Because we did not persist the previous status(preStatus) of a transaction.
Therefore, when replaying the metadata log, we cannot decide whether to modify
the `runningTxnNum` value based on `preStatus`. This info is lost.
2020-05-25 10:41:38 +08:00
..