Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: logdog/common/storage/bigtable/cache.go

Issue 2611253005: Fix BigTable multi-entry row cached Tail. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: logdog/common/storage/bigtable/cache.go
diff --git a/logdog/common/storage/bigtable/cache.go b/logdog/common/storage/bigtable/cache.go
index 64bad7dc9108cc1030e0e1c43c1227aa189472a9..666471a5037bc9b7cb3aee34c76802b9151c7689 100644
--- a/logdog/common/storage/bigtable/cache.go
+++ b/logdog/common/storage/bigtable/cache.go
@@ -47,6 +47,9 @@ func getLastTailIndex(c context.Context, cache caching.Cache, project config.Pro
return 0
}
+ log.Fields{
+ "index": v,
+ }.Infof(c, "Using cached tail index.")
return v
}

Powered by Google App Engine
This is Rietveld 408576698