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

Unified Diff: common/logdog/coordinator/stream.go

Issue 1863973002: LogDog: Update to archival V2. (Closed) Base URL: https://github.com/luci/luci-go@grpcutil-errors
Patch Set: Fix proto comment. Created 4 years, 8 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 | « common/logdog/coordinator/query_test.go ('k') | common/logdog/coordinator/stream_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/logdog/coordinator/stream.go
diff --git a/common/logdog/coordinator/stream.go b/common/logdog/coordinator/stream.go
index cf8c0b7392255696b4afc5a703e0c973ef3df333..5509128899472518fac22fd61170c1cd926a4252 100644
--- a/common/logdog/coordinator/stream.go
+++ b/common/logdog/coordinator/stream.go
@@ -70,7 +70,6 @@ func loadLogStream(p types.StreamPath, s *logdog.LogStreamState, d *logpb.LogStr
if s != nil {
st := StreamState{
Created: s.Created.Time(),
- Updated: s.Updated.Time(),
TerminalIndex: types.MessageIndex(s.TerminalIndex),
Purged: s.Purged,
}
« no previous file with comments | « common/logdog/coordinator/query_test.go ('k') | common/logdog/coordinator/stream_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698