xinyiZzz commented on code in PR #9145: URL: https://github.com/apache/incubator-doris/pull/9145#discussion_r857131737
########## be/src/olap/byte_buffer.cpp: ########## @@ -128,6 +132,7 @@ StorageByteBuffer* StorageByteBuffer::mmap(FileHandler* handler, uint64_t offset size_t length = handler->length(); int fd = handler->fd(); + CONSUME_THREAD_LOCAL_MEM_TRACKER(length); char* memory = (char*)::mmap(nullptr, length, prot, flags, fd, offset); if (MAP_FAILED == memory) { Review Comment: fix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org