Files
doris/be/test/util
LingBin c617fc9064 Fix the flush_status bug in flush-executor (#2933)
For a tablet, there may be multiple memtables, which will be
flushed to disk one by one in the order of generation.

If a memtable flush fails, then the load job will definitely
fail, but the previous implementation will overwrite `_flush_status`,
which may make the error can not be detected, leads to an error
load job to be success.

This patch also have two other changes:
1. Use `std::bind` to replace `boost::bind`;
2. Removes some unneeded headers.
2020-02-19 20:23:19 +08:00
..
2020-01-04 15:54:29 +08:00
2019-12-27 10:10:21 +08:00
2019-06-08 21:02:31 +08:00
2019-06-14 23:38:31 +08:00
2018-12-12 20:06:35 +08:00
2019-12-27 10:10:21 +08:00