This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new f049d5d8777 branch-3.1: [fix](filecache) remove unnecessary debug log 
#53348 (#53456)
f049d5d8777 is described below

commit f049d5d8777b1f070fc14dd5fa4a4330abc16d52
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 18 10:49:52 2025 +0800

    branch-3.1: [fix](filecache) remove unnecessary debug log #53348 (#53456)
    
    Cherry-picked from #53348
    
    Co-authored-by: zhengyu <[email protected]>
---
 be/src/io/cache/lru_queue_recorder.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/be/src/io/cache/lru_queue_recorder.cpp 
b/be/src/io/cache/lru_queue_recorder.cpp
index c26c19ec371..8308a2a73ad 100644
--- a/be/src/io/cache/lru_queue_recorder.cpp
+++ b/be/src/io/cache/lru_queue_recorder.cpp
@@ -54,7 +54,6 @@ void LRUQueueRecorder::replay_queue_event(FileCacheType type) 
{
                 break;
             }
             case CacheLRULogType::MOVETOBACK: {
-                LOG(INFO) << "MOVETOBACK" << log->hash.to_string() << " " << 
log->offset;
                 auto it = shadow_queue.get(log->hash, log->offset, 
lru_log_lock);
                 if (it != std::list<LRUQueue::FileKeyAndOffset>::iterator()) {
                     shadow_queue.move_to_end(it, lru_log_lock);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to