| 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;
|
|
|