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

Unified Diff: common/api/logdog_coordinator/services/v1/service.proto

Issue 1853433002: LogDog: Handle archive failures. (Closed) Base URL: https://github.com/luci/luci-go@logdog-gs-update
Patch Set: Regenerate protobufs. 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
Index: common/api/logdog_coordinator/services/v1/service.proto
diff --git a/common/api/logdog_coordinator/services/v1/service.proto b/common/api/logdog_coordinator/services/v1/service.proto
index db1ef88b07954b804fcf935ac7874548aea11f2e..0788116b0e3762be86ecaec5177e2f13df934008 100644
--- a/common/api/logdog_coordinator/services/v1/service.proto
+++ b/common/api/logdog_coordinator/services/v1/service.proto
@@ -92,6 +92,9 @@ message ArchiveStreamRequest {
bool complete = 2;
// The highest log stream index that was archived.
int64 terminal_index = 3;
+ // If true, there was an archival error, and the referenced streams should be
+ // considered invalid.
+ bool error = 4;
// The archive URL of the log stream's stream data.
string stream_url = 10;
« no previous file with comments | « common/api/logdog_coordinator/services/v1/pb.discovery.go ('k') | common/api/logdog_coordinator/services/v1/service.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698