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

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

Issue 2435113002: LogDog: Add Storage-layer data caching. (Closed)
Patch Set: Fix byteLimit bug. Created 4 years, 2 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
« no previous file with comments | « logdog/common/storage/bigtable/cache.go ('k') | logdog/common/storage/bigtable/storage.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/common/storage/bigtable/initialize.go
diff --git a/logdog/common/storage/bigtable/initialize.go b/logdog/common/storage/bigtable/initialize.go
index b0d3f9d989a8df7f596e09fae1496c4379db127e..9555c96ccb5351fc33627fecbdf764fcd05b5d6e 100644
--- a/logdog/common/storage/bigtable/initialize.go
+++ b/logdog/common/storage/bigtable/initialize.go
@@ -71,7 +71,7 @@ func Initialize(ctx context.Context, o Options) error {
return err
}
- st := newBTStorage(ctx, o, nil, adminClient)
+ st := newBTStorage(ctx, o, nil, adminClient, nil)
defer st.Close()
exists, err := tableExists(ctx, st.adminClient, o.LogTable)
« no previous file with comments | « logdog/common/storage/bigtable/cache.go ('k') | logdog/common/storage/bigtable/storage.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698