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

Unified Diff: appengine/logdog/coordinator/backend/archive.go

Issue 1672833003: LogDog: Add log rendering view. Base URL: https://github.com/luci/luci-go@master
Patch Set: Clean up, add tests, little reorg. Created 4 years, 10 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: appengine/logdog/coordinator/backend/archive.go
diff --git a/appengine/logdog/coordinator/backend/archive.go b/appengine/logdog/coordinator/backend/archive.go
index 1d32843e0899e725f813a2edd48b960ad8db81bd..2cd5a57b28a4624ac5ceae0ee304381cb549ce3d 100644
--- a/appengine/logdog/coordinator/backend/archive.go
+++ b/appengine/logdog/coordinator/backend/archive.go
@@ -107,7 +107,7 @@ func (b *Backend) handleArchiveTask(c context.Context, r *http.Request) error {
}.Warningf(c, "Log stream is past maximum archival delay. Dropping completeness requirement.")
}
- st, err := b.s.Storage(c)
+ st, err := b.s.IntermediateStorage(c)
if err != nil {
return err
}
« no previous file with comments | « appengine/cmd/logdog_coordinator/vmuser/main.go ('k') | appengine/logdog/coordinator/backend/archive_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698