aboutsummaryrefslogtreecommitdiff
path: root/weed/util/log_buffer/log_read_stateless.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/util/log_buffer/log_read_stateless.go')
-rw-r--r--weed/util/log_buffer/log_read_stateless.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/log_buffer/log_read_stateless.go b/weed/util/log_buffer/log_read_stateless.go
index abc7d9ac0..b48413bc8 100644
--- a/weed/util/log_buffer/log_read_stateless.go
+++ b/weed/util/log_buffer/log_read_stateless.go
@@ -121,7 +121,7 @@ func (logBuffer *LogBuffer) ReadMessagesAtOffset(startOffset int64, maxMessages
logBuffer.RUnlock()
// Data not in memory - attempt disk read if configured
- // Don't return error here - data may be on disk!
+ // CRITICAL FIX: Don't return error here - data may be on disk!
// Fall through to disk read logic below
glog.V(2).Infof("[StatelessRead] Data at offset %d not in memory (buffer: %d-%d), attempting disk read",
startOffset, bufferStartOffset, currentBufferEnd)