Skip to content

Commit

Permalink
print asyncdata
Browse files Browse the repository at this point in the history
  • Loading branch information
willsfeng committed Mar 22, 2024
1 parent bccfc57 commit 3c1dfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/common/memory/MmapAllocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ bool MmapAllocator::allocateContiguousImpl(
// ouput debug log only
if (data == MAP_FAILED) {
VELOX_MEM_LOG(ERROR) << "Data Mmap failed" << this->toString();
if (auto asyncCache = reinterpret_cast<AsyncDataCache*>(cache())) {
if (auto asyncCache = reinterpret_cast<cache::AsyncDataCache*>(cache())) {
VELOX_MEM_LOG(ERROR) << asyncCache->toString();
}
}
Expand Down

0 comments on commit 3c1dfa0

Please sign in to comment.