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

Unified Diff: common/proto/logdog/logpb/butler.pb.go

Issue 1838803002: LogDog: BigTable batching schema. (Closed) Base URL: https://github.com/luci/luci-go@recordio-split
Patch Set: Created 4 years, 9 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: common/proto/logdog/logpb/butler.pb.go
diff --git a/common/proto/logdog/logpb/butler.pb.go b/common/proto/logdog/logpb/butler.pb.go
index e9a654ee523c7380ca85015ce4ff66d7ad243f7c..0adab5fba34738593bf3c9c00ce59397805ca7e4 100644
--- a/common/proto/logdog/logpb/butler.pb.go
+++ b/common/proto/logdog/logpb/butler.pb.go
@@ -185,8 +185,7 @@ type ButlerLogBundle_Entry struct {
// message index in the stream.
TerminalIndex uint64 `protobuf:"varint,4,opt,name=terminal_index" json:"terminal_index,omitempty"`
//
- // Log entries attached to this record. These must be sequential and in
- // order.
+ // Log entries attached to this record. These MUST be sequential.
//
// This is the main log entry content.
Logs []*LogEntry `protobuf:"bytes,5,rep,name=logs" json:"logs,omitempty"`

Powered by Google App Engine
This is Rietveld 408576698