We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e63a2 commit 290d055Copy full SHA for 290d055
quickwit/quickwit-proto/protos/quickwit/ingester.proto
@@ -113,6 +113,9 @@ enum PersistFailureReason {
113
PERSIST_FAILURE_REASON_TIMEOUT = 5;
114
PERSIST_FAILURE_REASON_NO_SHARDS_AVAILABLE = 6;
115
PERSIST_FAILURE_REASON_NODE_UNAVAILABLE = 7;
116
+ reserved 1;
117
+ reserved 2;
118
+ reserved 3;
119
}
120
121
message PersistFailure {
0 commit comments