starrocks/be
Alex Zhu 6f79b7fbcb
[BugFix] Fix BE crashed in shared_data mode (#28245)
The pointer `tablet` captured in the lambda function may point to an
already destroyed object.

Fixes #28244 

---------

Signed-off-by: Alex Zhu <zhuming9011@gmail.com>
2023-07-31 08:44:45 +08:00
..
cmake_modules [Refactor] Fix clang-tidy warnings(Part-1) (#22946) 2023-06-26 10:41:11 +08:00
src [BugFix] Fix BE crashed in shared_data mode (#28245) 2023-07-31 08:44:45 +08:00
test [BugFix] Fix BE crashed in shared_data mode (#28245) 2023-07-31 08:44:45 +08:00
.gitignore [Refactor] Fix clang-tidy warnings(Part-1) (#22946) 2023-06-26 10:41:11 +08:00
CMakeLists.txt [Enhancement] improve parquet reader performance (#24566) 2023-07-27 10:04:54 +08:00