1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-12 11:01:17 +03:00

Updated a comment re a sneaky bug that means an entry in the LRU

does not exist on the filesystem.  Haven't figured that out yet.
Must be a narrow race b/c it happens rarely.
This commit is contained in:
Patrick LeBlanc
2019-07-05 16:48:30 -05:00
parent 948ee1aa53
commit 530d9fa5ac

View File

@@ -500,7 +500,7 @@ void Cache::_makeSpace(size_t size)
}
if (!bf::exists(prefix / *it))
cout << prefix / *it << " doesn't exist, WTF?" << endl; // Have gotten this a couple times
cout << prefix / *it << " doesn't exist, WTF?" << endl; // ran into this a couple times, still happens as of commit 948ee1aa5
assert(bf::exists(prefix / *it));
/*
tell Synchronizer that this key will be evicted