Clean up logs and deprecated functions (#7339)
* less logs * fix deprecated grpc.Dial
This commit is contained in:
@@ -615,7 +615,6 @@ func (logBuffer *LogBuffer) invalidateAllDiskCacheChunks() {
|
||||
defer logBuffer.diskChunkCache.mu.Unlock()
|
||||
|
||||
if len(logBuffer.diskChunkCache.chunks) > 0 {
|
||||
glog.Infof("[DiskCache] Invalidating all %d cached chunks after flush", len(logBuffer.diskChunkCache.chunks))
|
||||
logBuffer.diskChunkCache.chunks = make(map[int64]*CachedDiskChunk)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user