mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-15 15:12:25 +08:00
Merge branch 'master' into mq-subscribe
This commit is contained in:
commit
ac13644fc9
@ -242,7 +242,7 @@ func (logBuffer *LogBuffer) ReadFromBuffer(lastReadPosition MessagePosition) (bu
|
||||
}
|
||||
}
|
||||
if tsMemory.IsZero() { // case 2.2
|
||||
println("2.2 no data")
|
||||
// println("2.2 no data")
|
||||
return nil, -2, nil
|
||||
} else if lastReadPosition.Before(tsMemory) && lastReadPosition.BatchIndex+1 < tsBatchIndex { // case 2.3
|
||||
if !logBuffer.lastFlushDataTime.IsZero() {
|
||||
|
Loading…
Reference in New Issue
Block a user