We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eef393 commit aa00533Copy full SHA for aa00533
be/src/io/cache/block/block_lru_file_cache.h
@@ -54,7 +54,7 @@ class LRUFileCache final : public IFileCache {
54
~LRUFileCache() override {
55
_close = true;
56
if (_cache_background_load_thread.joinable()) {
57
- _cache_background_thread.join();
+ _cache_background_load_thread.join();
58
}
59
if (_cache_background_thread.joinable()) {
60
_cache_background_thread.join();
0 commit comments