You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user