Skip to content

Commit 290d055

Browse files
authored
reserve proto (quickwit-oss#6213)
1 parent 57e63a2 commit 290d055

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

quickwit/quickwit-proto/protos/quickwit/ingester.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ enum PersistFailureReason {
113113
PERSIST_FAILURE_REASON_TIMEOUT = 5;
114114
PERSIST_FAILURE_REASON_NO_SHARDS_AVAILABLE = 6;
115115
PERSIST_FAILURE_REASON_NODE_UNAVAILABLE = 7;
116+
reserved 1;
117+
reserved 2;
118+
reserved 3;
116119
}
117120

118121
message PersistFailure {

0 commit comments

Comments
 (0)